Skip to content

Commit 809f183

Browse files
author
Cruz Monrreal
authored
Merge pull request #6768 from deepikabhavnani/iar_nan0130
Nano 100: Lower HEAP size for IAR
2 parents 7a1ab18 + ba4aa3f commit 809f183

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
1010
define symbol __ICFEDIT_region_IRAM_end__ = 0x20004000 - 1;
1111
/*-Sizes-*/
1212
define symbol __ICFEDIT_size_cstack__ = 0x600;
13-
define symbol __ICFEDIT_size_heap__ = 0x1200;
13+
define symbol __ICFEDIT_size_heap__ = 0x1000;
1414
/**** End of ICF editor section. ###ICF###*/
1515

1616

0 commit comments

Comments
 (0)