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

Can not enable Softdevice with nRF52 Preview DK

Hi,

I am trying to get my mesh running on the nRF52 Preview DK but calling

SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, NULL);

will break my program. If I leave the Softdevice disabled, the rest of my code runs okay while constantly complaining, that the Softdevice is not enabled.

The debugger runs until it reaches the line with sd_softdevice_enable and then jumps to the Hardfault handler. How would I go on about debugging this? Is there an Errata that I am missing?

Thanks, Marius


I am using this GCC setup if that helps...: embeddedsoftdev.blogspot.de/.../ehal-nrf51.html

Parents Reply Children
No Data
Related