From 1ce79ee76cff8df9e6d7e89e731e62fe254ec958 Mon Sep 17 00:00:00 2001 From: deepikabhavnani Date: Fri, 27 Apr 2018 15:47:06 -0500 Subject: [PATCH] Updating HEAP size IAR 7.8 does not support dynamic heap, and some test/addition of new feature fail on this device because of less static RAM memory. Reducing the heap memory size for the same reason. --- .../TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.icf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.icf b/targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.icf index 4cb16de2d3..1663174b16 100644 --- a/targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.icf +++ b/targets/TARGET_NUVOTON/TARGET_NANO100/device/TOOLCHAIN_IAR/NANO130.icf @@ -10,7 +10,7 @@ define symbol __ICFEDIT_region_IRAM_start__ = 0x20000000; define symbol __ICFEDIT_region_IRAM_end__ = 0x20004000 - 1; /*-Sizes-*/ define symbol __ICFEDIT_size_cstack__ = 0x600; -define symbol __ICFEDIT_size_heap__ = 0x1200; +define symbol __ICFEDIT_size_heap__ = 0x1000; /**** End of ICF editor section. ###ICF###*/