aboutsummaryrefslogtreecommitdiff
path: root/gcc_nrf51_s110-v6_xxaa.ld
diff options
context:
space:
mode:
authorErdem U. Altinyurt <spamjunkeater@gmail.com>2014-09-04 05:59:07 +0300
committerErdem U. Altinyurt <spamjunkeater@gmail.com>2014-09-04 05:59:07 +0300
commitbcfa665ebd095aa1c9a13219b421457c72b8a899 (patch)
treee18b1473e1dbb454d9cb29b6aa9d752370b511fd /gcc_nrf51_s110-v6_xxaa.ld
parentcabf523437277cd0d585d1a61c240f5c4d141a09 (diff)
downloadnrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.tar.gz
nrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.tar.bz2
nrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.tar.xz
nrf51822-posix-build-scripts-bcfa665ebd095aa1c9a13219b421457c72b8a899.zip
Merged OpenOCD Flasher scripts + Added GDB functions to OpenOCD + Automatize tasks + bugfixes + readme fixed + others...
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"