Another 'quickstart' recipe for starting a new STM32-based GCC project. I've tried a few different project layouts for bare-metal C applications targeting Cortex-M microcontrollers, and this repository is an effort to reduce the common pain points that I encounter by minimizing external dependencies and auto-generating tedious compenets like the vector table.
Thanks for the helpful repos and blog posts! I got this repo working with the STM32F051x8 on the STM32F0 Discovery. Not sure what the logic is behind the LED choices is; I picked one of the user LEDs on the Discovery.
Add support for STM32F051x8 chips
Used on STM32F0DISCOVERY boards
64kB flash, 8kB RAM
Use GPIOC8 for LED because this is the user LED on the Discovery.
Thanks for the helpful repos and blog posts! I got this repo working with the STM32F051x8 on the STM32F0 Discovery. Not sure what the logic is behind the LED choices is; I picked one of the user LEDs on the Discovery.
Add support for STM32F051x8 chips