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

How to set nRF52 DK into sleep mode: System ON, No RAM retention, wake on RTC (running from the LFXO clock)

I would like to see an example or documentation about how to set my nRF52 DK into various sleep modes. I know that calling "sd_power_system_off()" will turn the device into System OFF sleep mode, and that calling "sd_app_evt_wait()" will set the device into System ON sleep modes. However, I know that there are various potential options for each scenario such as;

System ON, No RAM retention, Wake on any event

System ON, Full 24 kB RAM retention, Wake on any event

System ON, Full 24 kB RAM retention, Wake on any event, Power fail comparator enabled

etc etc

How can I set the device into these various states of System ON? In my application I am using many peripherals (ppi, SAADC, gpiote, timers) and am also using Nordic UART Service. Will I have to disable peripherals besides timers to get the lowest possible current consumption? I will be flashing my application onto an external custom board with nRF52810 and would like to get as close as possible to the documented 0.6 µA power draw in System ON, no RAM retention mode. I know how to use the PPK to monitor current draw, and am aware the device should not be in debug mode.

Thanks :)

Parents Reply Children
No Data
Related