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

use of timeslot API along with RTC for sleep mode with RTC wakeup

hey

I am using the timeslot API to be able to access the CCM peripheral while using the soft device.

For my application the nrf52dk needs to go into sleep mode and wake up every 5mn to send over BLE.

My question is, is it okay to use these 2 options (timeslot api and RTC to trigger wakeup ) or will one cause perturbation to the other.

I am using s130 and sdk 14.2.0

thnx

Related