Hi
I have problems with debug, the DSP does not load the file, ccs compiler version is 5.2.1.
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.
hello,
Basically you are getting a type of data verification error:
http://processors.wiki.ti.com/index.php/Troubleshooting_CCS_-_Data_Verification_Errors
In you case it looks like this is because you are not using a linker command file (I can see from your screenshot). You need a linker command file.
I attached an example on I have for the C6657 EVM. If you are not using the EVM, youmay need to modify it to match your board. How to do this? see:
http://processors.wiki.ti.com/index.php/Linker_Command_File_Primer
Thanks
ki