Hi,
From several days , I'm trying to put MCU S32K144 into VLPS mode but unable to achieve VLPS. I'm using POWER_SYS_SetMode API to enter into VLPS but still current consumption is very high ~20mA and GPIOs are turning off while entering into the VLPS but it should not be turned off as mentioned in Application note.
In run mode, i'm using PLL clock of 128MHz and Sys Clock is 64MHz as per our system requirement but i haven't done anything for VLPS clock configuration because POWER_SYS_SetMode API is managing the clock.
Apart from that, i was trying to generate same clock configuration as used in example code but it is showing some error while generating the PE file. (FIRC-RUN mode , SIRC-VLPS mode)
Error-unexpected status of script: beans\clock_manager\clock_manager_version_s32_sdk_s32k.chg
Warning-The maximum allowable change in frequency is restricted to 3X.
Please provide solution for this problem !!
Thanks...