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.

CCSTUDIO-THEIA: How to generate disassembly without connecting to the target?

Part Number: CCSTUDIO-THEIA

Hi champs,

 

I am asking this for our customer.

For MSPM0 devices,

The user is aware how to show disassembly when conneting to an MSPM0 target board below.

image.png

But is it possible to generate .asm files based on the source offline without XDS110-connecting to the target board?

If yes, would you please show us how to do that?

PS. use TI Clang V4.04 + CCS 20.4

 

 

 

  • Hello,

    But is it possible to generate .asm files based on the source offline

    Yes. Enable the below compiler option:

    The generated assembly (*.s) files will be kept in the build configuration subfolder (where the generated executable (*.out) also resides)/

    Thanks

    ki