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.

Break on assertion with Tiva microcontroller and CCS

Hi,


I found the article

http://processors.wiki.ti.com/index.php/Software_Breakpoints_in_the_IDE

and I wonder if there is an equivalent instruction available for the Tiva microcontrollers.

I also found a post here

http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/246378.aspx

which concerns the MSP430. There the opcode 0x4343 is used to place SW breakpoints. But it seems the TI v5.1.6 compiler I am using doesn't know a "_op_code()" function...

In the TivaWare examples, the ASSERT macro does not break. Is there any way to do this? I don't like to use while(1) loops....

Thanks in advance,

Julian