Concept Flow - Sleep mode (WFI instruction)
CPU executes WFI
CPU checks for interrupts
Enter sleep
Wait for interrupt
Interrupt occurs
CPU wakes up and resumes execution
The CPU executes the WFI instruction, checks for interrupts, and if none are pending, it enters sleep mode until an interrupt wakes it up.