This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi All,
I am using OMAP5912 board with JTAG Emulator,using a Code composer studio2,
I am trying to load a led.out file but getting a error "Data verification failed at address 0x800.please verify target memory and memory map"
while searching on google, I got to know this error with mismatching memory map,i need to compare *.cfg file with .cmd file, but not getting which .cfg file I need to compare there is a lot .cfg files.
I am changing internal SRAM memory range also but getting the same error,
could any one help me to solve this problem.
Thanks,
Asha.
Asha,
Are you getting this message when loading on the Arm or the DSP?
The error message means that after loading the program CCS read back the location 0x800 and the value it found there did not match what it expects. It is asking you to check your linker command file (.cmd) to ensure that the locations where you are placing code are correct according to the device memory map.
OMAP5912 is a very old device is this for a new project? CCSv2.0 is nearly 20 years old.
Regards,
John
Hi Johns,
Thank you for the replay.
I am getting that error message while loading .out file on ARM.
As I am newbie ,this things are new to me, could you please tell how do i check device memory map.
when i checked .cmd and .gel file the memory map are same in both file.
Warm Regards,
Asha.
Asha,
Please take a look at the below article for more information on how to troubleshoot this error:
https://dev.ti.com/tirex/explore/node?node=APy2XbLelxyqBB2Yz0WR.w__FUz-xrs__LATEST
Thanks
ki