Tool/software: Code Composer Studio
Hi,
The error occurs on the TI EVM when loading program to EVM.
http://www.tij.co.jp/tool/jp/ek-tm4c1294xl
we change linker command file.
The additional change is allocate const-data table about 40kByte.
Define as below:
MEMORY
{
INFO1 (RX) : origin = 0x000E0000, length = 0x00010000
}
And the build is success and no warning.
Also, go to debug mode error has occurred.
The error message is as below:
////////////////////////////////////
-Pop up error message:
Load program error
File: D:\xxxx\xxxx\xxx\***.out: a data verification error occured, file load failed.
-Console text
CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
CORTEX_M4_0: Error: Debug Port error occurred.
CORTEX_M4_0: File Loader: Verification failed: Values at address 0x000E7F80 do not match Please verify target memory and memory map.
CORTEX_M4_0: GEL: File: D:\xxxx\xxxx\xxx\***.out: a data verification error occurred, file load failed.
////////////////////////////////////
We would check what is issue.
Does anyone have check-list or same case?
Best regards,
kyt