Difference between revisions of "STM32 Bare Metal"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Category:STM32]][[Category:C]][[Category:STM32 Bare Metal]] | [[Category:STM32]][[Category:C]][[Category:STM32 Bare Metal]] | ||
− | After having spend quite some time learning about [[STM32]] [[MCU]]s and [[ST]]'s various libraries [[HAL]] and even their [[LL|Low Level]] | + | After having spend quite some time learning about [[STM32]] [[MCU]]s and [[ST]]'s various libraries [[HAL]] and even their [[LL|Low Level]] I found that it was time to get down and dirty and program these things from scratch. |
+ | |||
+ | == Prerequisites == | ||
+ | |||
+ | |||
+ | |||
+ | == Miscellaneous Links == | ||
+ | |||
+ | * [https://github.com/lbthomsen/STM32_Bare_Metal STM32 Bare Metal examples] |