This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Effects of __disable_irq()

Hello everyone,

I have a general question about disabling interrupts in ARM processors.

It is quite obvious that using the __disable_irq() in privileged mode should have the effect that no interrupt routines are called, but is the CPU still reactive to their triggering events by setting the interrupt flag? I would assume that it wouldn't, but need to know for sure.

Thanks,
George