aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-05-11 17:23:18 -0500
committerxoviat <[email protected]>2023-05-11 17:23:18 -0500
commitbf45b1d83dba837dabc63361dc472902ab82cda4 (patch)
treee0b38a4abe72f204a8d7b5dda3d0de92027d0cb9 /examples
parentd7262f9849ef381079b87776421ba437b213041f (diff)
fix memory.x
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb/memory.x8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/stm32wb/memory.x b/examples/stm32wb/memory.x
index 75bb74466..5a07b7d19 100644
--- a/examples/stm32wb/memory.x
+++ b/examples/stm32wb/memory.x
@@ -1,14 +1,14 @@
1/* 1/*
2 The size of this file must be exactly the same as in other memory_xx.x files. 2 The size of this file must be exactly the same as in other memory_xx.x files.
3 Memory size for STM32WB55xC with 256K FLASH 3 Memory size for STM32WB55xC with 256K FLASH
4*/
4 5
5 MEMORY 6MEMORY
6 { 7{
7 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K 8 FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K
8 RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K 9 RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
9 RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K 10 RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
10 } 11}
11*/
12 12
13/* 13/*
14 Memory size for STM32WB55xC with 512K FLASH 14 Memory size for STM32WB55xC with 512K FLASH