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