MSPM0G1519: Can not see DL calls in disassembly

Part Number: MSPM0G1519

Tool/software:

Hello..using Version: 1.5.1.3.

Using CCS on a MSPM0G device and when I dissemble I can not see any DL function calls...

The assembly code seems to make little sense...see snip.

For example, reading the GPIO state...

  • Hi Philip,

    Are you using GCC compiler?

    Looks like line 630-639 all disappeared. I think it also might related to project optimization level. What optimization level you set for this project?

    - Sometimes the compiler will optimize code and combine or re-organize order of the code.

    B.R.

    Sal