Skip to content

Commit be5633d

Browse files
committed
Forgot to set the IAR base heap size to minimal.
1 parent f0d1f2f commit be5633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
3333
}
3434

3535
define symbol CSTACK_SIZE = MBED_BOOT_STACK_SIZE;
36-
define symbol __ICFEDIT_size_heap__ = 0x50000;
36+
define symbol __ICFEDIT_size_heap__ = 0x0C00;
3737

3838
/*Meory regions*/
3939
define memory mem with size = 4G;

0 commit comments

Comments
 (0)