summaryrefslogtreecommitdiff
path: root/gcc_nrf52.ld
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-05-24 16:36:04 +0200
committerJF <jf@codingfield.com>2020-05-24 16:36:04 +0200
commit331481cd0c6ba804860f7cdbd5110a87ff0160fe (patch)
treeaf1212ec3e3982e24f6109c29d7785e88560e63d /gcc_nrf52.ld
parent3cc76d7673f6a3b8b5253d04b358b440e550fdb4 (diff)
Refactor CMake files to allow building 2 binaries : one standalone and one compatible with mcuboot bootloader (the offset in memory is different).
Add documentation about mcuboot image generation and OTA. Re-enable watchdog
Diffstat (limited to 'gcc_nrf52.ld')
-rw-r--r--gcc_nrf52.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_nrf52.ld b/gcc_nrf52.ld
index 0746f491..98e133aa 100644
--- a/gcc_nrf52.ld
+++ b/gcc_nrf52.ld
@@ -5,7 +5,7 @@ GROUP(-lgcc -lc -lnosys)
MEMORY
{
- FLASH (rx) : ORIGIN = 0x08020, LENGTH = 0x78000
+ FLASH (rx) : ORIGIN = 0x00000, LENGTH = 0x78000
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000
}