Forgot to set the IAR base heap size to minimal.

pull/12106/head
Andrew Chong 2020-01-07 11:41:33 +09:00
parent 12a0f6b13e
commit bce345f398
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 CSTACK_SIZE = MBED_BOOT_STACK_SIZE;
define symbol __ICFEDIT_size_heap__ = 0x50000; define symbol __ICFEDIT_size_heap__ = 0x0C00;
/*Meory regions*/ /*Meory regions*/
define memory mem with size = 4G; define memory mem with size = 4G;