Hi, I got new NRF51-DK and dongle with 51422 chip.
It seems that the layout of the memory map has changed with the new SDK and I can't find any information how it should look now.
On 7.0.0 S110 I was using
MEMORY { FLASH (rx) : ORIGIN = 0x00016000, LENGTH = 0x2C000 RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000 }
but that does not work (the app does not start after reprogram). Where can I find numbers for this and the rest of soft devices?