From 70af01e8de04f743f69c97048285c23e5234aa6f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Sep 2015 13:14:46 +0100 Subject: working_bracelet --- crypto/s110-bootloader.ld | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 crypto/s110-bootloader.ld (limited to 'crypto/s110-bootloader.ld') diff --git a/crypto/s110-bootloader.ld b/crypto/s110-bootloader.ld new file mode 100644 index 0000000..9b57bcf --- /dev/null +++ b/crypto/s110-bootloader.ld @@ -0,0 +1,12 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x18000, LENGTH = 0x24000 + RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000 +} + +INCLUDE "sdk/toolchain/gcc/gcc_nrf51_common.ld" -- cgit v1.2.3