From e6b0a2bec4cfb9bbd2a9ab64e0843fe5ec740c61 Mon Sep 17 00:00:00 2001 From: maclobdell Date: Fri, 1 Sep 2017 09:38:46 -0500 Subject: [PATCH] fix app start size in IAR linker for K66F --- .../TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf index 2dd974bc26..54de75b7bd 100644 --- a/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf +++ b/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf @@ -54,7 +54,7 @@ if (!isdefinedsymbol(MBED_APP_START)) { } if (!isdefinedsymbol(MBED_APP_SIZE)) { - define symbol MBED_APP_SIZE = 0x100000; + define symbol MBED_APP_SIZE = 0x200000; } define symbol __ram_vector_table_size__ = isdefinedsymbol(__ram_vector_table__) ? 0x00000400 : 0; @@ -120,4 +120,3 @@ place in DATA_region { block ZI }; place in DATA_region { last block HEAP }; place in CSTACK_region { block CSTACK }; place in m_interrupts_ram_region { section m_interrupts_ram }; -