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

RTC function using sleep mode

Im working on 14.0 and s132 and work inside ble_uart code...i was add rtc inside that code sucsessfully but now.. when device goes to sleep so rtc interrupt handler function not calling stop... so, can i use rtc for time counter inside sleep mode....

Im using NRF52832.

Thank you

Parents
  • What do you mean by sleep? If this is POWER ON SLEEP (WFI/WFE equivalent) then you should get RTC counter compare interrupt if you set everything properly. If you talk about SYSTEM OFF mode then RTC is stopped there and won't wake you up. There are RTC examples in SDK, which exactly do you use?

Reply
  • What do you mean by sleep? If this is POWER ON SLEEP (WFI/WFE equivalent) then you should get RTC counter compare interrupt if you set everything properly. If you talk about SYSTEM OFF mode then RTC is stopped there and won't wake you up. There are RTC examples in SDK, which exactly do you use?

Children
No Data