blob: 31bf3468e9b4846bc3896c3e3577b9060e0cd63d [file] [log] [blame]
/* Layout for the nRF52840-DK, usable by the examples in this repository. */
MEMORY {
/* The application region is 64 bytes (0x40) */
FLASH (rx) : ORIGIN = 0x00030040, LENGTH = 0x000CFFC0
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 62K
}
MPU_MIN_ALIGN = 8K;
INCLUDE layout_generic.ld