Difference between revisions of "STM32 Bare Metal"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
== Examples == | == Examples == | ||
− | # [[STM32 Bare Metal | + | # [[STM32 Bare Metal - The basics]] |
== Miscellaneous Links == | == Miscellaneous Links == |
Revision as of 04:03, 30 October 2022
After having spend quite some time learning about STM32 MCUs and ST's various libraries HAL and even their Low Level I found that it was time to get down and dirty and program these things from scratch.
Prerequisites
The main purpose of this is learning, so throughout we'll be using own developed hardware with open source software only.