Hi,
is it possible that there is a mistake in the infocenter documentation of SDK v.15?
In the bootloader description under MemoryLayout:
Usage | Memory range nRF52832 (S132 v6.0.x) | Memory range nRF52840 (S140 v6.0.x) |
---|---|---|
Bootloader settings | 0x0007 F000 - 0x0008 0000 (4 kB) | 0x000F F000 - 0x0010 0000 (4 kB) |
MBR parameter storage | 0x0007 E000 - 0x0007 F000 (4 kB) | 0x000F E000 - 0x000F F000 (4 kB) |
Bootloader | 0x0007 8000 - 0x0007 E000 (24 kB) | 0x000F 8000 - 0x000F E000 (24 kB) |
Application area (incl. free space) | 0x0002 0000 - 0x0007 8000 (352 kB) | 0x0002 0000 - 0x000F 8000 (864 kB) |
SoftDevice | 0x0000 1000 - 0x0002 6000 (148 kB) | 0x0000 1000 - 0x0002 6000 (148 kB) |
Master Boot Record (MBR) | 0x0000 0000 - 0x0000 1000 (4 kB) |
0x0000 0000 - 0x0000 1000 (4 kB) |
SoftDevice would be overwritten by application or am I getting something wrong?
Kind regards