HI,
I find that the DFU code start address regsiter is different between SDK15.3 and SDK16
SDK15.3
MemorySegment name="uicr_bootloader_start_address" start="0x00000FF8" size="0x4"
MemorySegment name="uicr_mbr_params_page" start="0x00000FFC" size="0x4"
SDK16
MemorySegment name="uicr_bootloader_start_address" start="0x10001014" size="0x4"
MemorySegment name="uicr_mbr_params_page" start="0x10001018" size="0x4"
I want to know how the softdevice get the DFU code start address to start the DFU ?