Skip to content

Commit e6b0a2b

Browse files
author
maclobdell
committed
fix app start size in IAR linker for K66F
1 parent 5ec0616 commit e6b0a2b

File tree

1 file changed

+1
-2
lines changed
  • targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR

1 file changed

+1
-2
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (!isdefinedsymbol(MBED_APP_START)) {
5454
}
5555

5656
if (!isdefinedsymbol(MBED_APP_SIZE)) {
57-
define symbol MBED_APP_SIZE = 0x100000;
57+
define symbol MBED_APP_SIZE = 0x200000;
5858
}
5959

6060
define symbol __ram_vector_table_size__ = isdefinedsymbol(__ram_vector_table__) ? 0x00000400 : 0;
@@ -120,4 +120,3 @@ place in DATA_region { block ZI };
120120
place in DATA_region { last block HEAP };
121121
place in CSTACK_region { block CSTACK };
122122
place in m_interrupts_ram_region { section m_interrupts_ram };
123-

0 commit comments

Comments
 (0)