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/TMS320F28375D: Assembly / C code visualization in CCS 7.0 of the C files after the build (without being connected to the target)

Part Number: TMS320F28375D

Tool/software: Code Composer Studio

Hello, after having built my C language project, is it possible to visualize the assembly code of the C files in CCS 7.0 WITHOUT being connected to my board with the emulator in debug mode? I do not just need the assembly code, but the assembly and the C code, as when I use the CCS disassembly window in debug mode. The build generates the *lst file,  but there are just the assembly instructions.

Many thanks for your help

Regards

  • Hi Drugo,

    Drugo said:
    The build generates the *lst file,  but there are just the assembly instructions.

    Make sure you specify the "Source interlist" option to "Generate C source interlisted assembly file"

    Thanks

    ki

  • It works perfectly now, I can see both assembly and C languages! Thanks so much Ki!