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