mbed-os/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L443xC/TOOLCHAIN_ARM
Hugues Kamba 24132695e3 These targets have a different memory layout,
they have two RAMs at two distinct locations:

RAM1 (address: MBED_RAM_START, size: MBED_RAM_SIZE):
* stack
* heap
* some part of static memory

RAM2 (address: MBED_IRAM2_START, size: MBED_IRAM2_SIZE):
* remaining part of static memory starting at MBED_IRAM2_START
* crash report
* vector
2021-01-13 12:46:35 +00:00
..
startup_stm32l443xx.S STM32L4: STM32Cube_FW_L4_V1.16.0 2020-10-20 08:51:37 +02:00
stm32l443xc.sct These targets have a different memory layout, 2021-01-13 12:46:35 +00:00