Low Power Mode on S32K344

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Low Power Mode on S32K344

1,822 次查看
enthuCutlet
Contributor II

From the reference manual and the application note I understand that the MCU resets(even if we use the wakeup unit to exit) everytime we exit Standby mode and enter RUN mode. I have a big project that runs multiple peripherals all the time. But I want to have SLEEP mode where I make the MCU to go to sleep(low power mode) and start execution from where I last stopped. But my RAM contents are lost due to the reset on standby exit and my program counter starts from main. 

Is there any provision to have this functionality that I have described without losing my RAM contents.

标记 (1)
0 项奖励
回复
1 回复

1,779 次查看
Senlent
NXP TechSupport
NXP TechSupport

Hi@enthuCutlet

S32k344 have 32KB Standby RAM space which can be used to save data and the data won't be lost even wake-up from standby mode.

Here is some demo and application note for you to better understand Standby RAM .

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

you can take a look at the demo "S32K344_RTC_StandbyRAM_Wkup_S32DS_3_4_RTD_LLD_2_0.ZIP"

0 项奖励
回复