Hello!
On the firmware for a certain product, we are using the scheduler module to manage the access to the peripherals (SPI, TWI, Timer, ...), and have also enabled its use for the SoftDevice.
My question is what happens to the Softdevice events if the queue becomes full? Do they have some sort of priority over the other ones? Does the device block?
We're using SDK 12.3 (we need nRF51 support...).
Thanks!