Usage
| Memory range nRF52832 (S132 v5.0.x)
| Memory range nRF52840 (S140 v5.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 0000 (124 kB) | 0x0000 1000 - 0x0002 0000 (124 kB) |
Master Boot Record (MBR) | 0x0000 0000 - 0x0000 1000 (4 kB) |
为什么Application在 keil 中的配置是这样的?