aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb/memory.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb/memory.x b/examples/stm32wb/memory.x
index 2b4dcce34..ae14e5a12 100644
--- a/examples/stm32wb/memory.x
+++ b/examples/stm32wb/memory.x
@@ -6,7 +6,7 @@
6MEMORY 6MEMORY
7{ 7{
8 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K 8 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K
9 RAM (xrw) : ORIGIN = 0x20000004, LENGTH = 191K 9 RAM (xrw) : ORIGIN = 0x20000008, LENGTH = 0x2FFF8
10 RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K 10 RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
11} 11}
12 12