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.

TMS320F28386D: illegalOperation

Expert 2480 points

Part Number: TMS320F28386D

When the program enter into the static void Interrupt_illegalOperationHandler(void).

Is there method to check the cause source?

static void Interrupt_illegalOperationHandler(void)
{
//
// Something has gone wrong. The CPU has tried to execute an illegal
// instruction, generating an illegal instruction trap (ITRAP).
//
ESTOP0;
for(;;)
{
;
}
}