From bf45b1d83dba837dabc63361dc472902ab82cda4 Mon Sep 17 00:00:00 2001 From: xoviat Date: Thu, 11 May 2023 17:23:18 -0500 Subject: [PATCH] fix memory.x --- examples/stm32wb/memory.x | 8 ++++---- 1 file 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 @@ /* The size of this file must be exactly the same as in other memory_xx.x files. Memory size for STM32WB55xC with 256K FLASH +*/ - MEMORY - { +MEMORY +{ FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K - } -*/ +} /* Memory size for STM32WB55xC with 512K FLASH