I have implement the systick with the idea to use it for delay functions. The systick is running normal if no BLE Events occur, but during a BLE event it seems to be stopped. Are all interrupts disabled during a BLE event from the softdevice? What is the best method to implement mS delays during a BLE event?