nRF51_Template/components/toolchain/gcc/nrf51_xxaa_sd.ld

14 lines
234 B
Plaintext
Raw Normal View History

2021-11-24 14:12:49 +00:00
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x0001B000, LENGTH = 0x25000
RAM (rwx) : ORIGIN = 0x20001FE8, LENGTH = 0x2018
2021-11-24 14:12:49 +00:00
}
INCLUDE "nrf51_common.ld"