Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf')
-rw-r--r--Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf b/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf
index 2d3b26636..b2654ef9e 100644
--- a/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf
+++ b/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf
@@ -10,8 +10,8 @@ define symbol __ICFEDIT_region_ROM_end__ = 0x0807FFFF;
define symbol __ICFEDIT_region_RAM_start__ = 0x20000008;
define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
/*-Sizes-*/
-define symbol __ICFEDIT_size_cstack__ = 0x1000;
-define symbol __ICFEDIT_size_heap__ = 0x400;
+define symbol __ICFEDIT_size_cstack__ = 0x400;
+define symbol __ICFEDIT_size_heap__ = 0x200;
/**** End of ICF editor section. ###ICF###*/
define symbol __ICFEDIT_region_RAM_SHARED_start__ = 0x20030000;