Hello,
I just finished migrating my project from SDK13.1 to 15.0. It caught my attention that when I flash the Softdevice, it uses memory from pages 0x00000 - 0x24000. I also noticed that the linker files in the examples for S132 set the FLASH origin at 0x26000 and not 0x25000. I thought I could use this extra 4 kB but if I change the linker file to 0x25000, the program doesn't run.
Why is this? Thanks for your help!