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?