Exiting Sleep modeถ้า the WFI instruction ถูกใช้ในการเข้าสู่ Sleep mode, peripheral interrupt ใดๆที่ยอมรับโดย the nested vectored interrupt controller (NVIC) จะสามารถปลูก the device จาก Sleep mode.
ถ้า the WFE instruction ถูกใช้ในการเข้าสู่ Sleep mode, the MCU จะออกจาก Sleep mode, ทันทีที่ an event เกิดขึ้น. The wakeup event สามารถถูกสร้างโดยอย่างใดอย่างหนึ่ง:
• เปิดใช้งาน an interrupt ใน the peripheral control register แต่ไม่ใน the NVIC, และเปิดใช้งาน the SEVONPEND bit ใน
the Cortex®-M7 System Control register. เมื่อ the MCU กลับมาทำงานต่อจาก WFE, the peripheral interrupt pending
bit และ the peripheral NVIC IRQ channel pending bit (ใน the NVIC interrupt clear pending register) ต้องถูกเคลียร์.
• หรือการกำหนดค่า an external or internal EXTI line ใน event mode. เมื่อ the CPU กลับมาทำงานต่อจาก WFE, มันไม่มีความ
จำเป็นที่จะต้องเคลียร์ the peripheral interrupt pending bit หรือ the NVIC IRQ channel pending bit เนื่องจาก the
pending bit ที่ตรงกันกับ the event line ไม่ได้ถูกเซ็ต.
โหมดนี้เสนอ the lowest wakeup time เนื่องจากไม่มีเวลาถูกเสียไปใน interrupt entry/exit.
ดูที่ Table 15 and Table 16 สำหรับรายละเอียดเกี่ยวกับวิธีการออกจาก Sleep mode.

