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.

CCS5 debug mode

Hello every senior:

I use WIN-7 and CCS5(Full LICENSE) to debug F5419A.

There were not any error appeared at compile.

When I go into the debug mode, the code can't debug and have the message.

I spent two days and can't solve it. Do any senior can give me some recommendation?

I used another control card ,the error is the same.

(I had try another project code, anything is right.)

  • Hello,
    The message is not really an error but simply a message from the debugger that it is unable to find the associated source code for the location where the program is halted or for the entry in the call stack. For the first screenshot, there is no source code correlation in the loaded debug symbols. For the second screenshot, you entry in the call stack that you selected is from the C run-time library:
    processors.wiki.ti.com/.../Debug_Handbook_for_CCS

    Hope this helps
    ki