Hello to everybody.
I'm using Concerto mcu and I want to break the M3 in a way like ESTOP0 in C28x.
I see M3 instruction set and I notice "BKPT #imm" instruction.
I write this code
asm(" BKPT #0x03");
but when the processor execute this instruction it doesn't stop.
Can someone help me ?