Part Number: TMS320F28377S
Sometimes while debugging, The code halts in the function:
interrupt void ILLEGAL_ISR(void)
at the line:
asm (" ESTOP0"); on the
When this happens, there is no information in the call stack that I can use to know what happed.
This dose not happen every time so I am unable to recreate a specific set of conditions that will cause this.
I would greatly appreciate some guidelines on how to debug this and get to the bottom of my issue.
Thanks!