When debugging, the .C file can't be download to the TMDSEVM6657LS. The CCS version is 5.2.1.
Can you help please?
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.
When debugging, the .C file can't be download to the TMDSEVM6657LS. The CCS version is 5.2.1.
Can you help please?
Hello Ezra,
Looking at your screenshot, I can see that you are not using a linker command file. Hence the linker doesn't know the memory layout of your target and it is using defaults to allocate code to memory locations.
For more info, see:
If you do not have a linker command file, I suggest looking for examples as Gautam suggested. Examples often come with a linker command file.
Thanks
ki