aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/nrf52840-s140v7.ld
diff options
context:
space:
mode:
Diffstat (limited to 'targets/nrf52840-s140v7.ld')
-rw-r--r--targets/nrf52840-s140v7.ld10
1 files changed, 10 insertions, 0 deletions
diff --git a/targets/nrf52840-s140v7.ld b/targets/nrf52840-s140v7.ld
new file mode 100644
index 000000000..dde80182b
--- /dev/null
+++ b/targets/nrf52840-s140v7.ld
@@ -0,0 +1,10 @@
+
+MEMORY
+{
+ FLASH_TEXT (rw) : ORIGIN = 0x00000000 + 0x00027000, LENGTH = 1M - 0x00027000
+ RAM (xrw) : ORIGIN = 0x20000000 + 0x000039c0, LENGTH = 256K - 0x000039c0
+}
+
+_stack_size = 4K;
+
+INCLUDE "targets/arm.ld"