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.
