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: Stepping through user assembly code.

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: MSPM0G3519

Tool/software:

Hello,

CCS 20.0.2.5__1.6.2

MSPM0G3519 with ti-cgt-armllvm_4.0.1.LTS

I have GNU assembly files, but CCS cannot step in them. It looks like there is no debug information or CCS is not seeing it?

Command line:

 tiarmclang.exe  -march=thumbv6m -mcpu=cortex-m0plus -mthumb -gdwarf-3 -save-temps=obj -c -x assembler my_assembly.s

I can open file in CCS and set BP in it. I also can step in Disassembly but not in the file itself.

What is interesting that some files are working, and others do not.

What am I missing in options to get compiler to add correct debug information visible to CCS to assembly files?

Regards,

Eugene