Bird
0
0

Given an ARM system configured to wake up on a timer interrupt and an external GPIO interrupt, what happens if both interrupts occur simultaneously?

medium📝 Analysis Q4 of 15
ARM Architecture - Power Modes
Given an ARM system configured to wake up on a timer interrupt and an external GPIO interrupt, what happens if both interrupts occur simultaneously?
AThe system ignores both interrupts
BThe system wakes up and handles both interrupts in order
COnly the timer interrupt wakes the system
DThe system resets instead of waking up
Step-by-Step Solution
Solution:
  1. Step 1: Understand simultaneous wake-up sources

    ARM systems can handle multiple wake-up sources; simultaneous interrupts trigger wake-up.
  2. Step 2: Determine interrupt handling

    The system wakes up and processes interrupts in priority or arrival order.
  3. Final Answer:

    The system wakes up and handles both interrupts in order -> Option B
  4. Quick Check:

    Multiple wake-up sources = Wake and handle all [OK]
Quick Trick: Multiple wake-ups handled sequentially [OK]
Common Mistakes:
  • Assuming interrupts are ignored if simultaneous
  • Thinking only one interrupt wakes the system
  • Confusing wake-up with system reset

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More ARM Architecture Quizzes