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(;;)
{
;
}
}
