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:
Hi,
I am working on a project that includes code in the CLA. It is working (I can see variables changed by CLA task1) but when I try to debug it, it stops at the MDEBUGSTOP instruction in the disassembly window, but it cannot locate the source code file. It opens a new tab within the editor with a message "Break at address "0x801c" with no debug information available, or outside of program code."
What am I missing?
Thank you in advance!
Vesko Vitchev
Hi Vesko,
Are you attempting to debug the code running on the CLA? If so, you will need to load symbols for the image onto the CLA core that way when the MDEBUGSTOP instruction is hit it will show the associated source in the .cla file that it corresponds to.
Here are the steps to debug the CLA code: https://software-dl.ti.com/C2000/docs/cla_software_dev_guide/debugging.html
Regards,
Ozino