This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE stack re-initialize problem with FreeRTOS

How to correctly reinitialize the BLE stack when using FreeRTOS?


I can not find in the libraries where the task for the work of the stack under FreeRTOS is created.


Stopping the stack is successful, but here's a new initialization leads to a hardfall,

since FreeRTOS is running and the stack task most likely is not deleted when the stack is stopped.

For deinitialization I use the function - nrf_sdh_disable_request();

Problems with reinitialization have already been discussed in this thread - https://devzone.nordicsemi.com/support/214553

Parents Reply Children
No Data
Related