We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5850b0 commit 9c125dbCopy full SHA for 9c125db
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_IAR/MK66FN2M0xxx18.icf
@@ -54,7 +54,7 @@ if (!isdefinedsymbol(MBED_APP_START)) {
54
}
55
56
if (!isdefinedsymbol(MBED_APP_SIZE)) {
57
- define symbol MBED_APP_SIZE = 0x100000;
+ define symbol MBED_APP_SIZE = 0x200000;
58
59
60
define symbol __ram_vector_table_size__ = isdefinedsymbol(__ram_vector_table__) ? 0x00000400 : 0;
@@ -120,4 +120,3 @@ place in DATA_region { block ZI };
120
place in DATA_region { last block HEAP };
121
place in CSTACK_region { block CSTACK };
122
place in m_interrupts_ram_region { section m_interrupts_ram };
123
-
0 commit comments