summaryrefslogtreecommitdiff
path: root/examples/nrf/memory.x
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nrf/memory.x')
-rw-r--r--examples/nrf/memory.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf/memory.x b/examples/nrf/memory.x
index faf1a439..ecb323e1 100644
--- a/examples/nrf/memory.x
+++ b/examples/nrf/memory.x
@@ -2,6 +2,6 @@ MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
/* These values correspond to the NRF52840 with Softdevices S140 7.0.1 */
- FLASH : ORIGIN = 0x00001000, LENGTH = 1020K
- RAM : ORIGIN = 0x20000008, LENGTH = 255K
+ FLASH : ORIGIN = 0x00027000, LENGTH = 868K
+ RAM : ORIGIN = 0x20003840, LENGTH = 242K
}