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/TMS320F280049C: Load Symbols in CLA Debug mode

Part Number: TMS320F280049C

Tool/software: Code Composer Studio

While I try to run CLA in Debug mode, Why do I always need load symbols from the current project directory? Further that, what are these symbols?

Regards,

Bilal.

  • Hi,

    Symbols are basically all the debug information available in the .out. The plain .out only consists of final opcodes. The symbols includes the the function names, other symbols, the C code equivalent etc which helps you in debugging your code.
    While debugging in CLA, the .out is already been loaded using CPU. So, you just need to load the corresponding symbols to enable debugging on CLA.

    Hope this helps!

    Regards,
    Veena