File tree Expand file tree Collapse file tree 2 files changed +6
-6
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 +6
-6
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/4 of ram and stack 1/8*/
18
+ /*Heap 1/2 of ram and stack 1/8*/
19
19
define symbol __ICFEDIT_size_cstack__ = 0x6000;
20
- define symbol __ICFEDIT_size_heap__ = 0xC000 ;
20
+ define symbol __ICFEDIT_size_heap__ = 0x18000 ;
21
21
/**** End of ICF editor section. ###ICF###*/
22
22
23
23
@@ -36,4 +36,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
36
36
37
37
place in ROM_region { readonly };
38
38
place in RAM_region { readwrite,
39
- block CSTACK, block HEAP };
39
+ block CSTACK, block HEAP };
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/4 of ram and stack 1/8*/
18
+ /*Heap 1/2 of ram and stack 1/8*/
19
19
define symbol __ICFEDIT_size_cstack__ = 0x6000;
20
- define symbol __ICFEDIT_size_heap__ = 0xC000 ;
20
+ define symbol __ICFEDIT_size_heap__ = 0x18000 ;
21
21
/**** End of ICF editor section. ###ICF###*/
22
22
23
23
@@ -36,4 +36,4 @@ place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec };
36
36
37
37
place in ROM_region { readonly };
38
38
place in RAM_region { readwrite,
39
- block CSTACK, block HEAP };
39
+ block CSTACK, block HEAP };
You can’t perform that action at this time.
0 commit comments