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.