Soft Device v7.0.1 is used.
Timer instance 2.
I use a "Timer-PPI-ToggleIO" to toggle an output pin to make sure the pin will toggle at the right time.
The timer interrupt is enabled with priority #2 and set from 150 to 250usec. It is variable.
In the interrupt handler the timer value is adjusted.
When Soft Device is not compiled with the firmware, The output pin is toggling nicely.
When the Soft Device is compiled with the firmware, randomly there are gaps of one second.