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

Bootloader using S120 in nRF51822

I am trying to run the bootloader example that comes with the SDK 5.2.0 using the softdevice S120 on an evaluation kit, but I am getting an error at the pstorage_init() function when it tries to erase a flash page, the error is for trying to erase a protected page.

I also tried running the ble_app_hrs_c and ble_app_multilink_central and the same happens. Is there something else I have to configure?

Related