mbed-os/targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/device
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
..
TOOLCHAIN_ARM_MICRO restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00
TOOLCHAIN_ARM_STD restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00
TOOLCHAIN_GCC_ARM STM32F0xx: GCC_ARM remove zero bss, in startup. 2016-10-27 10:40:02 +02:00
TOOLCHAIN_IAR restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00
cmsis.h restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00
cmsis_nvic.c Restore cmsis_nvic for Cortex-M0 targets 2017-06-08 22:50:23 -05:00
cmsis_nvic.h Restore cmsis_nvic for Cortex-M0 targets 2017-06-08 22:50:23 -05:00
hal_tick.h STM32: Fix 32-bit us ticker interrupt scheduling 2017-06-01 12:52:03 -04:00
stm32f0xx.h STM32Cube_FW_F0_V1.7.0 2017-01-10 16:50:35 +01:00
stm32f072xb.h STM32Cube_FW_F0_V1.7.0 2017-01-10 16:50:35 +01:00
system_stm32f0xx.c Fix STM32 crashes on boot due to unset VTOR 2017-06-13 12:12:20 -05:00
system_stm32f0xx.h STM32Cube_FW_F0_V1.7.0 2017-01-10 16:50:35 +01:00