WRansohoff / STM32_quickstart

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.
MIT License
5 stars 4 forks source link

Add support for STM32F051x8 chips #3

Open colinmccabe opened 2 years ago

colinmccabe commented 2 years ago

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