Tool/software: Code Composer Studio
In Assembly language, if I wanted to put something in my code that would trigger the breakpoint mechanism in CCS, what would I write?
I am using the GNU assembler and can't seem to get the "ordinary" breakpoint to work. I remember when I encountered this problem on an x86 processor I could trip an interrupt and break. I was hoping I could do something similar in GNU assembly.