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.icf6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf b/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf
index aed65e2a9..2d3b26636 100644
--- a/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf
+++ b/Projects/STM32WB5MM-DK/Templates/EWARM/stm32wb5mxx_flash_cm4.icf
@@ -7,11 +7,11 @@ define symbol __ICFEDIT_intvec_start__ = 0x08000000;
/***** FLASH Part dedicated to M4 *****/
define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
define symbol __ICFEDIT_region_ROM_end__ = 0x0807FFFF;
-define symbol __ICFEDIT_region_RAM_start__ = 0x20000004;
+define symbol __ICFEDIT_region_RAM_start__ = 0x20000008;
define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
/*-Sizes-*/
-define symbol __ICFEDIT_size_cstack__ = 0x400;
-define symbol __ICFEDIT_size_heap__ = 0x200;
+define symbol __ICFEDIT_size_cstack__ = 0x1000;
+define symbol __ICFEDIT_size_heap__ = 0x400;
/**** End of ICF editor section. ###ICF###*/
define symbol __ICFEDIT_region_RAM_SHARED_start__ = 0x20030000;