File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
11
11
define symbol __ICFEDIT_region_IRAM_end__ = 0x20004000 - 1;
12
12
/*-Sizes-*/
13
13
define symbol __ICFEDIT_size_cstack__ = MBED_BOOT_STACK_SIZE;
14
- define symbol __ICFEDIT_size_heap__ = 0xB00 ;
14
+ define symbol __ICFEDIT_size_heap__ = 0x400 ;
15
15
/**** End of ICF editor section. ###ICF###*/
16
16
17
17
@@ -21,7 +21,7 @@ define region IRAM_region = mem:[from __ICFEDIT_region_IRAM_start__ to __ICFED
21
21
22
22
define block ROMVEC with alignment = 8 { readonly section .intvec };
23
23
define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { };
24
- define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
24
+ define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { };
25
25
26
26
27
27
initialize by copy with packing = none { readwrite };
You can’t perform that action at this time.
0 commit comments