Files
VivaMyo-firmware-test/modules/nrfx/mdk/nrf52811_xxaa.ld
2026-04-08 16:59:20 +09:00

15 lines
285 B
Plaintext

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