mbed-os/targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L452xE
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
..
TARGET_NUCLEO_L452RE_P CMake: add STM32L4 targets 2020-11-17 16:22:16 +00:00
TOOLCHAIN_ARM These targets have a different memory layout, 2021-01-13 12:46:35 +00:00
TOOLCHAIN_GCC_ARM STM32L4: STM32Cube_FW_L4_V1.16.0 2020-10-20 08:51:37 +02:00
TOOLCHAIN_IAR STM32L4: STM32Cube_FW_L4_V1.16.0 2020-10-20 08:51:37 +02:00
CMakeLists.txt CMake: add STM32L4 targets 2020-11-17 16:22:16 +00:00
cmsis_nvic.h STM32L4 : directory retructuration 2020-10-20 08:51:35 +02:00
system_clock.c STM32L4 : license header alignment 2020-10-20 08:51:36 +02:00