mirror of https://github.com/ARMmbed/mbed-os.git
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 |
||
|---|---|---|
| .. | ||
| TARGET_NUCLEO_L452RE_P | ||
| TOOLCHAIN_ARM | ||
| TOOLCHAIN_GCC_ARM | ||
| TOOLCHAIN_IAR | ||
| CMakeLists.txt | ||
| cmsis_nvic.h | ||
| system_clock.c | ||