Application: This code wakes up the MCU by GPIO and then enters to power-down wake-up interrupt.
BSP Version: NUC230/240 Series BSP CMSIS V3.01.001
Hardware: NuTiny-EVB-NUC240 V1.2
Power-down wake-up interrupt source comes from peripheral. If interrupt priority is at the same layer (default state), the peripheral hardware interrupt will be executed first before the Power-down wake-up interrupt.
If user wants the Power-down wake-up interrupt to occur first, you can configure the Power-down wake-up interrupt priority.