summaryrefslogtreecommitdiff
path: root/gcc_nrf52.ld
diff options
context:
space:
mode:
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
}