aboutsummaryrefslogtreecommitdiff
path: root/gcc_nrf51_s210_xxab.ld
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_nrf51_s210_xxab.ld')
-rw-r--r--gcc_nrf51_s210_xxab.ld13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc_nrf51_s210_xxab.ld b/gcc_nrf51_s210_xxab.ld
new file mode 100644
index 0000000..1c46cb1
--- /dev/null
+++ b/gcc_nrf51_s210_xxab.ld
@@ -0,0 +1,13 @@
+/* Linker script to configure memory regions. */
+
+SEARCH_DIR(.)
+GROUP(-lgcc -lc -lnosys)
+
+MEMORY
+{
+ FLASH (rx) : ORIGIN = 0x0000C000, LENGTH = 0x14000
+ RAM (rwx) : ORIGIN = 0x20000900, LENGTH = 0x3700
+}
+
+
+INCLUDE "gcc_nrf51_common.ld" \ No newline at end of file