Hi @Simon-Liu
The software Standby mode entry sequence consists of four steps:
- SW1: Module shutdown process
- SW2: Application core shutdown process
- SW3: Flash memory low-power handshake
- SW4: Main core shutdown process
In the second step, the application cores(s) execute a WFI.
If a wake-up event occurs right before the application core executes WFI, the wake-up Unit Interrupt will be kept triggered until the wake-up event is cleared.
If the wake-up event interrupt is disabled and is not cleared before triggering WFI, the system will immediately wake up after it gets into standby mode.
If the wake-up event occurs while the application core executes WFI, the device will wake up immediately after it gets into standby mode.
B.R.
VaneB