ARM Architecture - Exception and Interrupt Model
You want to protect a critical section of code from interrupts in ARM. Which sequence correctly disables interrupts before the section and enables them after?
CPSID i to disable interrupts and protect the code.CPSIE i to re-enable interrupts after the critical code finishes.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions