We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f4af0 commit de2fce2Copy full SHA for de2fce2
targets/TARGET_NXP/TARGET_LPC408X/device/TOOLCHAIN_IAR/LPC4088.icf
@@ -11,8 +11,8 @@ define symbol __ICFEDIT_region_NVIC_end__ = 0x100000E7;
11
define symbol __ICFEDIT_region_RAM_start__ = 0x100000E8;
12
define symbol __ICFEDIT_region_RAM_end__ = 0x1000FFDF;
13
/*-Sizes-*/
14
-/*Heap 1/4 of ram and stack 1/8*/
15
-define symbol __ICFEDIT_size_cstack__ = 0x2000;
+/*Heap 1/4 of ram and stack 1/64*/
+define symbol __ICFEDIT_size_cstack__ = 0x400;
16
define symbol __ICFEDIT_size_heap__ = 0x4000;
17
/**** End of ICF editor section. ###ICF###*/
18
0 commit comments