mirror of https://github.com/ARMmbed/mbed-os.git
Forgot to set the IAR base heap size to minimal.
parent
12a0f6b13e
commit
bce345f398
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue