Hi
In my application I have a function that takes about 1 ms, in which timing is critial. (I cannot allow even a few us change of the timing inside this function). When I run my application with the softdevice working, I see that the total running time of the function is changed, which means softdevice interrupted during the function.
Is there any way to ensure that the softdevice will not interrupt during a specific period of time?