How mem_sleep is working

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

How mem_sleep is working

1,915 次查看
vinothkumars
Senior Contributor IV

Hi All,

I am working in Android automotive and have some doubt regarding deep sleep.

I needs to know how mem command is working for sleep entry and auto wakeup ?

echo mem > /sys/power/state

Thanks & Regards,

Vinoth S,

Regards,
Vinothkumar Sekar
0 项奖励
回复
2 回复数

1,826 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello vinothkumar,

mem -> refers to deep sleep state. This is the lowest power state our chips can achieve and has the maximum latency. Just for the xtal to power up can take up to 5ms. 

standby -> refers to a higher power and lower latency suspend state. In this mode ARM is not power gated, pmic voltages are not lowered, xtal is not disabled etc.

 

From CCM point of view, both the modes put the chip into STOP mode. But what else is turned off is configured by SW based on the mode requested (standby or mem).

Regards

0 项奖励
回复

1,826 次查看
vinothkumars
Senior Contributor IV

Thank you Bio for the reply

Regards,

VInothS,

Regards,
Vinothkumar Sekar
0 项奖励
回复