Hi
I need your help to implement the RTC sleep mode on my nrf52 device. In my project, I have already using nrf_calendar.h
Thank you
Hi
I need your help to implement the RTC sleep mode on my nrf52 device. In my project, I have already using nrf_calendar.h
Thank you
Hello Mr.NCK,
You can't enter system off sleep while any of the clocks are running. So the best you can do is to use system on mode. By having the idle_state_handle() (or equivalent, depengin on whether or not you are using the softdevice) in your main loop, your nRF will go to sleep whenever it is done with the interrupts.
I am not sure whether you wanted me to answer anything in your latest posts. If so, please specify what your questions were.
Best regards,
Edvin