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.

CCS/TMDSCSK388: Debugging TMDSCSK388

Part Number: TMDSCSK388

Tool/software: Code Composer Studio

Hi, Sir,

I have a get problem in Debugging with TMDSCSK388. When I build the project then it will build. But when I go through the process of connecting the target board then it will show error in the different register.

Error:

No source available for "0xc0057dd0" 

Can you help me to solve this error?

  • Hello Akshay,
    This is not an error. This is a common debugger message that is telling you that after you connected to the target, the target is halted at an address where there is no source code correlation. Hence it is unable to associate any source code with the address. This is expected if you connected to the target but do not have any debug symbols loaded.

    Thanks
    ki