Hi Team
I'm trying to go to STOP/VLPS mode using only power management SDKs but unfortunately it is not happening for STOP1/STOP2/VLPS but the same power management SDKs are able to switch mode to HSRUN , VLPR
Right now , I'm using 2 statements from SDKs POWER_SYS_Init & POWER_SYS_SetMode
Please let me know if I'm doing something wrong , when I tried to execute some sample code which doesnt have any SDKs , it is going to STOP mode
But I want some referenece of Power Management SDKs
Thanks & Regards
Karthik SV
Solved! Go to Solution.
Hi Karthik,
It can also go from VLPS to VLPR if VLPR was the active mode before VLPS.
The Pretending network mode is supported in STOP1 and STOP2
Example S32K144 FlexCAN Pretended Networking STOP mode test S32DS.ARM.2.2
Regards,
Daniel
Hi Karthik,
Have you tried the power_mode_switch_s32k144 SDK example?
It shows transitions to all the available power modes.
BR, Daniel
Hi Daniel
I have not seen that example & couldnt find in S32K144 Examples link
Can you please share that project with me
Best Regards
Karthik SV
Which version of S32 Design Studio do you have?
Go to: File / New / S32 Project from Example
You should see it there.
This is S32DS 2.2 with SDK RTM 3.0.0:
BR, Daniel
Hi Daneil
I could able to go to STOP1/STOP2/VLPS mode using the example code
But help me understanding following things in that example code :
If it is automatically entering RUN mode , how to disable that ??
Best Regards
Karthik SV
Hi Karthik,
It can also go from VLPS to VLPR if VLPR was the active mode before VLPS.
The Pretending network mode is supported in STOP1 and STOP2
Example S32K144 FlexCAN Pretended Networking STOP mode test S32DS.ARM.2.2
Regards,
Daniel
Hey Daniel
Let me look into that & get back to you
Thanks
Karthik SV