Forgot to set the IAR base heap size to minimal.

pull/12372/head
Andrew Chong 2020-01-07 11:41:33 +09:00 committed by adbridge
parent 31ae3ac0a4
commit 4250f12ae8
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
}
define symbol CSTACK_SIZE = MBED_BOOT_STACK_SIZE;
define symbol __ICFEDIT_size_heap__ = 0x50000;
define symbol __ICFEDIT_size_heap__ = 0x0C00;
/*Meory regions*/
define memory mem with size = 4G;