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

Sleep mode and RTC

Hello, I am working on NRF52 DK,SDK12.1.0. When I am trying to make board into sleep mode with sleep_mode_enter(I have get sd_power_system_off),I found that RAM/UART is still working, I am not sure if the CPU enter sleep mode. My requirement is make CPU and all peripheral not working but RTC2 working continuously,so that I can save power and keep the time. Can I achieve this?

Related