This commit is contained in:
Imbus 2024-04-07 01:24:33 +02:00
parent 7aecefd053
commit 821fc695b4

View file

@ -13,3 +13,4 @@ The goal is to create a simple C example of a STM32F103C8T6 Blue Pill board runn
- [Getting Started With STM32](https://stm32-base.org/guides/getting-started) - [Getting Started With STM32](https://stm32-base.org/guides/getting-started)
- [STM32-base source](https://github.com/STM32-base/STM32-base) and the specific [F1 Template](https://github.com/STM32-base/STM32-base-F1-template) - [STM32-base source](https://github.com/STM32-base/STM32-base) and the specific [F1 Template](https://github.com/STM32-base/STM32-base-F1-template)
- [stm32_bare_metal repository](https://github.com/mensi/stm32_bare_metal) - [stm32_bare_metal repository](https://github.com/mensi/stm32_bare_metal)
- [Bare-metal STM32 Hackaday article](https://hackaday.com/2021/03/26/bare-metal-stm32-please-mind-the-interrupt-event/)