Good day to all
I would like to get a little more information about the function:
added in softdevice version 7.0.1.
Starting the radio in connection mode is shown in the figure (taken from the online power calculator). At what point will this trigger be issued?
Using the timer that starts on this trigger, I want to use timeslots before the connection event. At the moment, I have received the following diagram:
For run trigger:
IRQ Handlers:
Requsting timeslots:
I expected the session to be closed long before the start of the next connection event, but judging by the analyzer diagram, this happens later.
I have an assumption that this is due to handler priorities. The handler starts working later, after SD. Is this behavior correct?
I didn’t fully figure out how to correctly track the time of the time slot. Now I am measuring the time between events: NRF_RADIO_CALLBACK_SIGNAL_TYPE_START and NRF_RADIO_CALLBACK_SIGNAL_TYPE_TIMER0.
Best regards,
Max