I am trying to wake up my s32k116 MCU from VLPS mode using LPTMR0.
- LPTMR interrupt is enabled with priority as 0. The interrupts are fully functional in VLPR mode.
- LPTMR src clock is set to SIRC.
- state transition is as follows:- RUN->VLPR->VLPS
But the microcontroller is not able to wake up from VLPS mode.
Can you test it with SIRCSTEN = 1?
Thank you,
BR, Daniel
Before the MCU entered VLPS, the clock sources (other than SIRC) as well as the FlexCAN module were disabled. Once the MCU is out of VLPS, the application must reeinitialize everything again.
Regards,
Daniel