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.

AM2432: How to find definitions of functions with ccs

Part Number: AM2432

hi Sir

  As below issue, I tried to do the same in CCS, for the any API(), but I was not able to open the source-code (only the function prototype).

  Is this not possible in CCS ? Are the function definitions not available for us ?

  if not,could you tell me why?

 Platform:AM2432 EVM board

e2e.ti.com/.../ccs-msp432p401r-how-to-find-function-definitions-in-ccs

BR

Sheng Yi

  • Hi ShengYi,

    CCS uses the symbol table inside the *.out file to find the function definitions for source code. If you use CCS to load the OUT file with symbol table, then you should be able to find the definition of the function in the corresponding source code. If you are debugging the ROM code or the application code already converted to boot image, then you need to load the symbol tale from the corresponding OUT file.

    Best regards,

    Ming