Difference between revisions of "STM32 Bare Metal"

From Stm32World Wiki
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]

Revision as of 04:30, 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

Miscellaneous Links