This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[System Power off]

Hi all, i use the function sd_power_system_off() to put the micro in system off. First question is about the the type of system off. There are different type of system OFF:

IOFF_RAMOFF_RESET System OFF,  No RAM retention,   Wake on reset     0.7 μA
IOFF_RAMOFF_GPIO System OFF,   No RAM retention,   Wake on GPIO      1.2 μA
IOFF_RAMOFF_LPCOMP System OFF, No RAM retention,   Wake on LPCOMP    1.9 μA
IOFF_RAMOFF_NFC System OFF,    No RAM retention,   Wake on NFC field 0.7 μA
IOFF_RAMON_RESET System OFF,   Full RAM retention, Wake on reset     1.0 μA

How can i understand what power off type i'm using? Second question i see a consumption of 0.5 uA, but sometimes it increase to 1.5/ 2 uA, someone have any idea about the reason?

Thanks, anna

Related