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.

TMS320F28032: What causes the following two interrupts to enter?

Part Number: TMS320F28032


Hi Expert,

     The previous ERTM operation will randomly enter one of the following two interrupts:(Then they will cause the chip to fall into an endless loop and cannot run normally.)

interrupt void EMUINT_ISR(void)
interrupt void USER1_ISR(void)

  Access to the above two interrupts is random, what are the conditions for entering the above interruption?