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

How to check the nrf51 -> nrf52 migration problem?

Hello,

I've been trying to migrate a project from the nrf51822 that uses s110 7.1.0 softdevice to the nrf52832 s132 1.0.0.3 alpha softdevice. I had to change some given .c and .h files to make it compile, but as I debug the code, it doesn't do anything, it just gets stuck. Doesn't come to my main function. As I would have to guess the addresses provided could be wrong, if that is the case, is there a way to tell which addresses to use or if possible to find the addresses i need to use?

Related