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 V6 Source Level Debugging of Assembly Code



I am interested in debugging a small piece of code that is assembly only. The main goal for this is for educational purposes. My problem is that I can't debug my assembly code. 

I am using CCS V6 with GCC compiler and MSP432 launchpad. I think I am missing something that would make GCC aware of assembly code debugging.

I definitely can go over disassembled code, but I can't do it using my own source code.

What am I missing to be able to do source code debugging in CCS V6?

Thanks for your help!

  • Saeed Jellouli said:
    My problem is that I can't debug my assembly code. 

    Can you provide more details? Is it the source code correlation that is not working? A CCS screenshot that demonstrates the issue would also be helpful. 

    Also can you attach your assembly source file for us to take a look at?