4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 06:03:29 +08:00

16 lines
254 B
Plaintext
Raw Normal View History

2021-04-11 12:24:47 +08:00
/* Linker script to configure memory regions. */
SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)
MEMORY
{
FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000
}
INCLUDE "packages/nrfx-v2.1.0/mdk/nrf_common.ld"