nRF51_Template/components/toolchain/gcc/nrf51_xxac_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
2021-11-24 18:54:25 +00:00
RAM (rwx) : ORIGIN = 0x200013C8, LENGTH = 0x6C38
2021-11-24 14:12:49 +00:00
}
INCLUDE "nrf51_common.ld"