What is the asm opcode for the software breakpoint in DM642?
Standart commands like SWBP or ESTOP doesn't work...
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.
According to this article, you can achieve a software breakpoint using:
asm( " NOP\n .word 0x10000000" )