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

Hardfault on sd_softdevice_disable

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 ?

Related