[solved] Break into debugger on Cortex M3?
Target is an NXP 176X if this makes any difference.
x86 has the timeless int 3, the Blackfin has 'emuexcpt'.
// solved.
#include <intrinsics.h>
// double '_' underscore
__breakpoint(0);
Please sign in to leave a comment.
Comments
1 comment