mbed-os/targets/TARGET_STM/TARGET_STM32L0/TARGET_NUCLEO_L011K4
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 Remove VLCD ADC internal channel on L011 and L031 devices (not present) 2016-10-06 14:58:40 +02:00
PinNames.h STM32: Move types definitions to a common file 2017-01-24 10:58:36 +01:00
objects.h STM32: remove useless include 2017-01-12 19:11:36 +01:00