Background information I am currently using S32k312 to develop sleep and wake-up functions. I have the following questions. Please ask for advice;
1. I use Normal Wakeup instead of Fast Standby. Can I store the wakeup source in StandbyRam in Normal wakeup mode? I cannot read the valid wakeup source from the WISR register at present.
2. I observed through an oscilloscope that after receiving the wake-up source in the sleep state, K3 first resets and then enters the Icu interrupt. I want to know whether the wake-up is reset first and then enters the Icu interrupt or first enters the Icu interrupt and then reset;
3. I only triggered the level edge interrupt wake-up once after sleep. After waking up, the value in the WISR register shows that all my interrupts configured with the Icu wake-up function were triggered once. Therefore, I doubt whether there are two wake-up sources AB. After waking up the MCU through method A, WISR will record both wake-up events AB at the same time. Please help me solve this problem.