With SDK v14.2.0, are SOC and BLE events delivered in an interrupt context? If so, what is the best way to move them out into the main event loop?
With SDK v14.2.0, are SOC and BLE events delivered in an interrupt context? If so, what is the best way to move them out into the main event loop?
So, setting NRF_SDH_DISPATCH_MODEL_APPSH causes the events to be rescheduled through the app events queue, whose size and management is up to us?
Sounds good, thanks!
So, setting NRF_SDH_DISPATCH_MODEL_APPSH causes the events to be rescheduled through the app events queue, whose size and management is up to us?
Sounds good, thanks!