Hi,
I am trying to run several applications sequentially on the nRF51822. I have another microcontroller controlling the nRF51822 by SPI. I init the stack, the services, advertise and my first application works well. Then the microcontroller tells the nRF51822 to disable the stack and I get an Hardfault before asking to init it again and to init then my new services for my second application. How could disabling the soft device cause an hard fault ?