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

How to add flash programming algorithm for softdevice?

I'm trying to program my nrf52832 with an ST-LINK /V2. I can't get both the softdevice and my app on the chip.

Flashing each one seperately works fine but then when I flash my app (after flashing the softdevice) my can't access all the softdevice libraries and fails. (it seems like the softdevice I flashed before was overwritten)

Anyway, from researching a couple of hours online, this guy seems to have solved the problem I have:

devzone.nordicsemi.com/.../

It seems that I need some sort of "Softdevice" (Not "Softdevice erase") flashing algorithm. Where do I get this?

image description

Related