mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407xG
Russ Butler 47b78a2d17 Fix STM32 crashes on boot due to unset VTOR
Remove HAL_Init and related code from SystemInit and move it to
mbed_sdk_init. The function SystemInit is called early in the boot
sequence before RAM is initialized or the VTOR is setup, so it should
not be used to perform the HAL initialization.

This fixes crashes due the vector table being used before it has been
relocated.
2017-06-13 12:12:20 -05:00
..
TARGET_ARCH_MAX Fix STM32 crashes on boot due to unset VTOR 2017-06-13 12:12:20 -05:00
TARGET_DISCO_F407VG Fix STM32 crashes on boot due to unset VTOR 2017-06-13 12:12:20 -05:00
device Merge pull request #4417 from monkiineko/master 2017-06-06 19:59:52 -05:00
objects.h STM32F407xG folder structure update 2017-01-27 15:41:49 +01:00