How do I make S32K312 NOT reset on standby mode exit?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I make S32K312 NOT reset on standby mode exit?

664 Views
himonkoch
Contributor III

I need to implement a "Sleep" functionality in my S32K312 project which will switch the MCU to a low power mode and wake up using a signal interrupt.

I have successfully implemented the basic functionality and I am switching to Standby mode as of now and waking up using a switch. I am utilising the POWER and WKPU module to achieve this.

The problem is after wake up the code begins running from the beginning of the project. I suspect it is due to a reset. However I need the code to run from the point right after the last executed line. Essentially, I do not want the mcu to "reset" after going to standby mode.

Is there any other power mode that I can switch to instead of "STANDBY" mode that will achieve this? Or is there any other settings I can change to do the same?

S32K312EVB-Q172 

Tags (1)
0 Kudos
Reply
1 Reply

631 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

There are following modes:

petervlna_0-1728030929154.png

For more details please refer to :

https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/152772...

Best regards,
Peter

 

0 Kudos
Reply