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

Deinit the stack

Hi,

Let's say that you have a processor and a nRF51822 as a coprocessor. The first processor sends commands to the nRF51822 to drive it (init the stack, init the services, start advertising...). Let's say that you want to run two different BLE applications. So you init the stack, the services of the first application, you execute the application. You disconnect and you want to launch the second application. Here is my question, what is the way to do it using the softdevice? Is it possible to deinit the stack and make the nRF51822 sleep to consume less and then init again the stack, the services and launch a second application?

Related