13.12 Wake-Up From Sleep, Idle
When an interrupt or trap request is received by the interrupt controller, a wake-up signal will be presented to the processor to wake the processor up. The processor will wake up from Sleep or Idle mode and resume operation.
When the device wakes from Sleep or Idle mode, one of two actions occur:
- If the IPL for that source is greater than the current CPU priority level, the processor will process the interrupt and branch to the ISR for the interrupt source.
- If the user application-assigned
IPL for the source is lower than or equal to the current CPU priority level, the
processor will continue execution, starting with the instruction immediately
following the
PWRSAV
instruction that previously put the CPU in Sleep or Idle mode.Note: Interrupts assigned a priority level of 0 are disabled for both interrupt handling and wake-up from Power Save modes.