Skip to content

Commit 4b7e163

Browse files
author
Deepika
committed
Add missing boot stack size memory from heap calculation
1 parent feba293 commit 4b7e163

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/TOOLCHAIN_ARM_STD

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/TOOLCHAIN_ARM_STD/stm32l443xx.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
; Minimum heap should be larger then smallest RAM bank (else can use
8080
; that bank for heap) and less then largest RAM bank.
8181
#define MINIMUM_HEAP 0x4000
82-
#define RAM_FIXED_SIZE 0x0
82+
#define RAM_FIXED_SIZE MBED_BOOT_STACK_SIZE
8383

8484
;Splitting the RW and ZI section in IRAM1 (MBED_RAM_SIZE-MINIMUM_HEAP = 0x8000 available)
8585
;and IRAM2 (MBED_IRAM2_SIZE = 0x3E70 available)

0 commit comments

Comments
 (0)