Tool/software: Code Composer Studio
Hello Community,
I am getting error in CCS "Break at address "0x26d66" with no debug information available, or outside of program code."
Please find attached Screenshot and let me know where is the issue ?
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
Hello Community,
I am getting error in CCS "Break at address "0x26d66" with no debug information available, or outside of program code."
Please find attached Screenshot and let me know where is the issue ?
Hello Pankaj,
This is not an error of any sort. The debugger is simply telling you that the target is halted at an address where there is no associated debug symbol information. This is normal if you simply connected to a target without loading a program, or if the program executable that was loaded has no debug symbols.
Also note that your Debug view is closed. I suggest reopening it, otherwise it will impact your Debug functionality.
Thanks
ki