We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feba293 commit 4b7e163Copy full SHA for 4b7e163
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/device/TOOLCHAIN_ARM_STD/stm32l443xx.sct
@@ -79,7 +79,7 @@
79
; Minimum heap should be larger then smallest RAM bank (else can use
80
; that bank for heap) and less then largest RAM bank.
81
#define MINIMUM_HEAP 0x4000
82
-#define RAM_FIXED_SIZE 0x0
+#define RAM_FIXED_SIZE MBED_BOOT_STACK_SIZE
83
84
;Splitting the RW and ZI section in IRAM1 (MBED_RAM_SIZE-MINIMUM_HEAP = 0x8000 available)
85
;and IRAM2 (MBED_IRAM2_SIZE = 0x3E70 available)
0 commit comments