mbed-os/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F302x8
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_NUCLEO_F302R8 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 STM32F302x8 folder struct 2017-01-27 19:42:02 +01:00