mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xE
Henrik Persson bdaa4a457d Make STM32F412xE targets build
Trying to inherit the STM32F412xE target makes the linker fail, since
__CRASH_DATA_RAM_START__ is not present. Comparing LD scripts with the
STM32F412xG (which has active targets) it seems that the xE variant has
missed some updates somewhere. Since the LD scripts are otherwise
identical, copying the (working) ones from STM32F412xG seems to do the
trick.

Also added flash_data.h which was missing and needed here and there
(copied from xG and updated to fit the xE flash layout).
2022-06-16 16:05:34 +02:00
..
TOOLCHAIN_ARM Make STM32F412xE targets build 2022-06-16 16:05:34 +02:00
TOOLCHAIN_GCC_ARM Make STM32F412xE targets build 2022-06-16 16:05:34 +02:00
TOOLCHAIN_IAR Make STM32F412xE targets build 2022-06-16 16:05:34 +02:00
CMakeLists.txt STM32F4: STM32Cube_FW_F4_V1.26.0 - Subfamilies 2021-03-10 08:45:49 +01:00
cmsis_nvic.h STM32F4: STM32Cube_FW_F4_V1.26.0 - Subfamilies 2021-03-10 08:45:49 +01:00
flash_data.h Make STM32F412xE targets build 2022-06-16 16:05:34 +02:00