mbed-os/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB
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
..
device Fix STM32 crashes on boot due to unset VTOR 2017-06-13 12:12:20 -05:00
PeripheralNames.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
PeripheralPins.c Add UART_RTS/CTS pins 2016-10-10 10:23:47 +02:00
PinNames.h Added mapping to USER_BUTTON-labelled switches 2017-04-28 11:37:23 -05:00
objects.h STM32: remove useless include 2017-01-12 19:11:36 +01:00