How mem_sleep is working

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

How mem_sleep is working

1,093 Views
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 Kudos
2 Replies

1,004 Views
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 Kudos

1,004 Views
vinothkumars
Senior Contributor IV

Thank you Bio for the reply

Regards,

VInothS,

Regards,
Vinothkumar Sekar
0 Kudos