Skip to content

Commit 989888f

Browse files
committed
NANO130: Decrease heap to 3.75KiB to spare SRAM for static allocation
This adjustment is to pass compile on IAR for adding logging and statistics configuration.
1 parent 6df5eea commit 989888f

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
@@ -11,7 +11,7 @@ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000;
1111
define symbol __ICFEDIT_region_IRAM_end__ = 0x20004000 - 1;
1212
/*-Sizes-*/
1313
define symbol __ICFEDIT_size_cstack__ = MBED_BOOT_STACK_SIZE;
14-
define symbol __ICFEDIT_size_heap__ = 0xC00;
14+
define symbol __ICFEDIT_size_heap__ = 0xB00;
1515
/**** End of ICF editor section. ###ICF###*/
1616

1717

0 commit comments

Comments
 (0)