xref: /nrf52832-nimble/nordic/nrfx/mdk/nrf51801_xxab.ld (revision 150812a83cab50279bd772ef6db1bfaf255f2c5b)
1/* Linker script to configure memory regions. */
2
3SEARCH_DIR(.)
4GROUP(-lgcc -lc -lnosys)
5
6MEMORY
7{
8  FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x30000
9  RAM (rwx) :  ORIGIN = 0x20000000, LENGTH = 0x4000
10}
11
12
13INCLUDE "nrf_common.ld"
14