Skip to content

Commit b2c7a64

Browse files
committed
LPC55S69: Increase the heap size for IAR toolchain
Malloc failures were seen when running WiFi tests Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent f59827c commit b2c7a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_M33_NS/device/TOOLCHAIN_IAR/LPC55S69_cm33_core0_flash.icf

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

6161
define symbol __stack_size__ = MBED_BOOT_STACK_SIZE;
62-
define symbol __heap_size__ = 0x4000;
62+
define symbol __heap_size__ = 0x8000;
6363

6464
define symbol __ram_vector_table_size__ = isdefinedsymbol(__ram_vector_table__) ? 0x00000200 : 0;
6565
define symbol __ram_vector_table_offset__ = isdefinedsymbol(__ram_vector_table__) ? 0x000001FF : 0;

0 commit comments

Comments
 (0)