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.

MCU hangs at Illegal interrupt ISR

Other Parts Discussed in Thread: TMS320F28035

Hi

I am using TMS320F28035 picollo controller.

I see that the MCU hangs at the below function in the code.

interrupt void ISR_ILLEGAL(void)   // Illegal operation TRAP
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
  asm("          ESTOP0");
  for(;;);
}

I observed it in the debug mode.

Can someone please help me on this ?

Thanks & Regards

Smita