Hi,
Currently, I use the sdk 12.3.0 on a PCA10028 EVK with the s130 softdevice.
For some reason, I want to change the default location of my application. By default, the start address of the application is 0x1B000 and I want to move it to 0x2D000. I change the origin address in the .ld file but I didn't found how to configure the softdevice to jump at the address 0x2D000 instead 0x1B000.
There is a way to change it ? and there is a way to configure it dynamically ?