Skip to content

Commit 8e0663f

Browse files
jeromecoutantCruz Monrreal II
authored andcommitted
STM32L496xG: increase IAR heap size
1 parent 1a8844e commit 8e0663f

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/TOOLCHAIN_IAR

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/device/TOOLCHAIN_IAR/stm32l496xx.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
2323
}
2424

2525
define symbol __size_cstack__ = MBED_BOOT_STACK_SIZE;
26-
define symbol __size_heap__ = 0xa000;
26+
define symbol __size_heap__ = 0x10000;
2727
define block CSTACK with alignment = 8, size = __size_cstack__ { };
2828
define block HEAP with alignment = 8, size = __size_heap__ { };
2929
define block STACKHEAP with fixed order { block HEAP, block CSTACK };

0 commit comments

Comments
 (0)