Hi
I am using nrf52832 with softdevice s132_nrf52_3.0.0. In my appliocation I need to do periodic measuremets, and it is critical that softdevice doesn't interrupt during the mesurement period. I have tried using the timeslot API to do that, but I can't get periodic timeslots without delays. (once every x ms I get "NRF_EVT_RADIO_BLOCKED" event and need to request a new timeslot).
My default advertising interval is 40 ms, and my measure period is also 40 ms (needed slot length of 1 ms). I have tried chaning the advertising interval, but it doesn't solve the problem. I am asking for timeslots using "NRF_RADIO_SIGNAL_CALLBACK_ACTION_REQUEST_AND_END" with high priority.
Can I achieve periodic timeslots without any delays?