Johnathan Van Why | 9765062 | 2021-01-11 16:18:30 -0800 | [diff] [blame] | 1 | /* Layout for the nRF52-DK, used by the examples in this repository. */ |
2 | |||||
3 | MEMORY { | ||||
4 | /* The application region is 64 bytes (0x40) */ | ||||
5 | FLASH (rx) : ORIGIN = 0x00030040, LENGTH = 0x0005FFC0 | ||||
6 | SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 62K | ||||
7 | } | ||||
8 | |||||
9 | MPU_MIN_ALIGN = 8K; | ||||
10 | |||||
11 | INCLUDE layout_generic.ld |