aboutsummaryrefslogtreecommitdiff
path: root/gcc_nrf51_s110-v6_xxaa.ld
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_nrf51_s110-v6_xxaa.ld')
-rw-r--r--gcc_nrf51_s110-v6_xxaa.ld10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc_nrf51_s110-v6_xxaa.ld b/gcc_nrf51_s110-v6_xxaa.ld
new file mode 100644
index 0000000..ac2bf9e
--- /dev/null
+++ b/gcc_nrf51_s110-v6_xxaa.ld
@@ -0,0 +1,10 @@
+/* Linker script to configure memory regions. */
+SEARCH_DIR(.)
+GROUP(-lgcc -lc -lnosys)
+
+MEMORY
+{
+ FLASH (rx) : ORIGIN = 0x14000, LENGTH = 0x2C000 /* 80 kB is taken by S110, 176 kB available for application. */
+ RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000 /* 8 kB, 8 kB is taken by S110. */
+}
+INCLUDE "gcc_nrf51_common.ld"