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

Timeslot's Time reliability

My application use Timeslot API.

I want to know that the Timeslot period is complete.
(not NRF_EVT_RADIO_SESSION_IDLE event. This is outside Timeslot.)

My application connects RADIO and TIMER0 with PPI.
The PPI will continue to move outside the Timeslot, so must be stopped PPI when the Timeslot is complete.

For example, when the length_us of the requested Timeslot is 20ms, if you set COMPARE20ms of TIMER0, can you surely get COMPARE_EVENT?

Parents Reply Children
Related