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.

RM57L843: Disabling ESM interrupt

Part Number: RM57L843


Hello,

Is the ESM interrupt (Error Signal Module mapped to VIM channel 0 and FIQ) disabled by the _disable_interrupts( ) intrinsic function?

I am asking this question because during the normal operation, my program needs to disable interrupts, but I don't want to disable the ESM interrupt. Should I use _disable_IRQ( ) instead of _disable_interrupts( ) ?

Thanks in advance for the response.