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: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]] I found that it was time to get down and dirty and program these things from scratch.
 
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.
  

Revision as of 05:26, 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.

Examples

  1. STM32 Bare Metal - The basics

Miscellaneous Links