Hi, thanks in advance.
When I run my program, (debug as - code composer debug session), the program will automatically stop at a sentence in the DefaultISR.c document.
interrupt void ILLEGAL_ISR(void)
{
asm (" ESTOP0");
for(;;);
}
sometimes I click the restart button, it will back to normal, but most of the time, the program will stop.
Could somebody give me instructions on this?
Many Thanks
kexin