Hi,
I've noticed that when I'm not initialize BLE stack, I have a failure in nrf_sdh_soc_evts_poll function (NRF_ERROR_NOT_FOUND).
Can you please explain what is the reason?
Thanks!
Hi,
I've noticed that when I'm not initialize BLE stack, I have a failure in nrf_sdh_soc_evts_poll function (NRF_ERROR_NOT_FOUND).
Can you please explain what is the reason?
Thanks!
Hi,
It's hard to tell the exact reason without more context, but in general most of the SoftDevice API requires the stack to be initialized before use. Are you calling nrf_sdh_soc_evts_poll() yourself, or does it happen only within the SoftDevice handler library in the SDK? What is the usage scenario?
Regards,
Terje