Files
firmware-test/modules/nrfx/mdk/nrf52810_xxaa.ld
Charles Kwon a8ba31871e Initial commit: MT firmware project
- BLE peripheral applications
- dr_piezo and bladder_patch projects

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 17:26:39 +09:00

15 lines
299 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"