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: How to see the disassemble information from the object file in Code compose studio

Tool/software: Code Composer Studio

Hi,

What is equivalent of "objdump -d" utility in the Code compose studio. I want to see the detailed disassembly of the project executable file but could not find the equivalent of objdump in Code Composer studio.

Regards

sumit

  • I presume you use the TI ARM compiler tools.  In that case, use the standalone disassembler named armdis.  It is located in the same directory as all the other compiler executables.  If you have CCS installed on a Windows system, the path is similar to ...

    C:\ti\ccs910\ccs\tools\compiler\ti-cgt-arm_18.12.4.LTS\bin

    It is documented in the ARM assembly tools manual.

    Thanks and regards,

    -George