Files
epd42/components/toolchain/gcc/nrf51_xxac.ld
Shuanglei Tao f353d23368 Initial commit
2024-11-11 15:35:36 +08:00

14 lines
234 B
Plaintext

/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x40000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x8000
}
INCLUDE "nrf51_common.ld"