I used the BKPT 0xAB instruction to send some data to the debugger console.
But i get a sigtrap asif it was a breakpoint every time this instruction is reached.
I see the data in the console as expected, but the processor just stops right after.
When i step further and push continue the program continues to the next character and displays it fine in the console, but again breaks into sigtrap.
I am using a cortex-m0 processor with a j-link debugger over SWD.
Any idea where i need to look for?
-
This topic was modified 9 years, 2 months ago by Martijn.