On the nRF52832, what is the longest period of time that the softdevice will control the CPU while doing things with Bluetooth? This is effectively the interrupt latency time for user level interrupts. I have looked for it, but I haven't found it.
On the nRF52832, what is the longest period of time that the softdevice will control the CPU while doing things with Bluetooth? This is effectively the interrupt latency time for user level interrupts. I have looked for it, but I haven't found it.
You can find the BLE processor usage pattern for connection as a peripheral here. As it states the longest processing time is in the post-processing which can take typically 90us, and worst case up to 231us.
See the other sections in the same chapter for more information.