File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
targets/TARGET_STM/TARGET_STM32F4
TARGET_STM32F429xI/device/TOOLCHAIN_IAR
TARGET_UBLOX_EVK_ODIN_W2/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
15
15
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
16
16
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
17
17
/*-Sizes-*/
18
- /*Heap 1/2 of ram and stack 1/8 */
18
+ /*Heap 64K and stack 24K */
19
19
define symbol __ICFEDIT_size_cstack__ = 0x6000;
20
- define symbol __ICFEDIT_size_heap__ = 0x18000 ;
20
+ define symbol __ICFEDIT_size_heap__ = 0x10000 ;
21
21
/**** End of ICF editor section. ###ICF###*/
22
22
23
23
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ define symbol __ICFEDIT_region_RAM_end__ = 0x2002FFFF;
15
15
define symbol __ICFEDIT_region_CCMRAM_start__ = 0x10000000;
16
16
define symbol __ICFEDIT_region_CCMRAM_end__ = 0x1000FFFF;
17
17
/*-Sizes-*/
18
- /*Heap 1/2 of ram and stack 1/8 */
18
+ /*Heap 64kB and stack 24kB */
19
19
define symbol __ICFEDIT_size_cstack__ = 0x6000;
20
- define symbol __ICFEDIT_size_heap__ = 0x18000 ;
20
+ define symbol __ICFEDIT_size_heap__ = 0x10000 ;
21
21
/**** End of ICF editor section. ###ICF###*/
22
22
23
23
You can’t perform that action at this time.
0 commit comments