summaryrefslogtreecommitdiff
path: root/gcc_nrf52.ld
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-04-19 20:44:59 +0200
committerJF <jf@codingfield.com>2020-04-19 20:44:59 +0200
commitdd6aecbf6b343e40f75808f5e26a077eb22a2ed2 (patch)
tree0bffe3183f10ce05ba904690fd8a4ef8e71a55d0 /gcc_nrf52.ld
parent6e1bd118c5ecc53016548072501591b329500870 (diff)
Integration of nimble, work in progress.
Advertising is working.
Diffstat (limited to 'gcc_nrf52.ld')
-rw-r--r--gcc_nrf52.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc_nrf52.ld b/gcc_nrf52.ld
index 992c6c2e..b849ea2c 100644
--- a/gcc_nrf52.ld
+++ b/gcc_nrf52.ld
@@ -5,8 +5,8 @@ GROUP(-lgcc -lc -lnosys)
MEMORY
{
- FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000
- RAM (rwx) : ORIGIN = 0x200057b8, LENGTH = 0xa848
+ FLASH (rx) : ORIGIN = 0x00000, LENGTH = 0x80000
+ RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000
}
SECTIONS