11.3 Wakeup event management
The STM32F75xxx and STM32F74xxx devices สามารถจัดการ external or internal events เพื่อว่าจะปลุก the core (WFE). 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 or the NVIC IRQ channel pending bit เนื่องจาก the pending bit ที่ตรง
กันกับ the event line ไม่ได้ถูกเซ็ต.
เพื่อใช้ an external line เป็น a wakeup event, ดูที่ Section 11.4: Functional description.