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.

CODECOMPOSER: Debugging using the ".out" which was not generated by CCS studio

Part Number: CODECOMPOSER

Hello support team,

I built the ".out" file from one of the mmwave mcuplus SDK example projects. So it was not built from CCS studio, but from the makefile included in the example.

I got "Debug configurations" to load this ".out" file.
Download and debug work. But "Stack usage" view only shows the message like below.

I am not sure what I am doing wrong. Could you give me any hints, please?

Best regards,
Hwanjoon

  • Hello Hwanjoon,

    To use the Stack Usage view:

    1) You need a CCS project. The view is populated based on the executable associated with the active project in the Project Explorer

    2) If the TI ARM clang compiler is being used, then you need to use CCS 12.0+ and TI ARM clang compiler version 2.0+

    thanks

    ki