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

Choosing sofdevice for nrf52

Hello,

I have a project that I want to transfer it from nrf51 to nrf52 (the changes are from nrf51822 to nrf52832). I followed the migration guide. And now it debugs so I can check the error statuse. The thing is that it doesn't pass the init, it goes to sd_softdevice_enable function and brings me a 0x01 result (NRF_ERROR_SVC_HANDLER_MISSING). On the forums i read that it means that the softdevice isn't compatible with the header files. Is there a way to find out which softdevice is capable to use or should I change the header files that are compatible with the softdevice it self? Or if I'm doing nonsense, I would like to know how to get back on track.

Related