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.

CCS/TMDSEVM6657: File loader verification failure

Part Number: TMDSEVM6657

Tool/software: Code Composer Studio

I have a problem loading a program on my C6657 EVM. I get this error (CCS 6.1.2.00015):

C66xx_0: File Loader: Verification failed: Values at address 0x0000000088000000 do not match Please verify target memory and memory map.

C66xx_0: GEL: File: C:/...\project2.out: a data verification error occurred, file load failed.

I have another C6657 EVM and have tried loading the same program on the two EVMs using different emulators. I have narrowed down this issue as being specific to one of the EVMs. I have gone through this Data Verification Errors guide and tried validating the memory by launching the target manually. So far I have found that the memory is probably misconfigured since the data randomly changes at random locations when I hit the refresh button in Memory Browser:

"To confirm if the data is valid (which would indicate a properly configured memory), click on the refresh button of the Memory Browser: if the numbers change randomly, the data is probably invalid."

How can I fix this? Any suggestions would be appreciated.