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

Waking system (from deep sleep) in Zephyr

Hello,

I have a device that samples data from a bunch of sensors every n hours, and that when in IDLE must consume around 100uA. To achieve this, I'm using a counter (that from what I understood serves as a device driver for the SoC RTC). To achieve these power consumption values, I'm using the deep sleep state of the SoC, however the RTC isn't waking up the SoC with its interrupt. Is the deep sleep state turning off the RTC? Is there a way to turn it on?

Parents Reply Children
No Data
Related