STM32F0_minimal_C
STM32F0_minimal_C copied to clipboard
Minimal code required to boot an STM32F0 chip into a C 'main' method.
Results
1
STM32F0_minimal_C issues
Sort by
recently updated
recently updated
newest added
The vector table entries need the low bit set for Thumb-2 code. Section 2.3.4 of the Programming Manual states: "The least-sigificant bit of each vector must be 1, indicating that...