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

Wake up from deep sleep using LPCOMP

Hi everyone, I have the following problem: I want to use LPCOMP to wake the nrf52840 from a deep sleep so how should I use it?

Parents Reply
  • Yes, in system-off mode you can wake up only by GPIO or LPCOMP event. To use RTC, you have to put CPU into sleep mode. With RTC wakeup enabled, power consumption in sleep mode will be about 1.5 uA. If it's too high for you, there are external RTC chips with very low power consumption (less than 500 nA) that can wake up nRF using GPIO DETECT event.

Children
Related