Difference between revisions of "STM32 Bare Metal"

From Stm32World Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
== Prerequisites ==
 
== Prerequisites ==
  
 +
The main purpose of this is learning, so throughout we'll be using own developed hardware with open source software only.
  
 +
* [[DIY STM32 Programmer (ST-Link/V2-1)]]
 +
* [[Black Magic Probe]]
 +
* [[Magic Key]]
  
 
== Miscellaneous Links ==
 
== Miscellaneous Links ==
  
 
* [https://github.com/lbthomsen/STM32_Bare_Metal STM32 Bare Metal examples]
 
* [https://github.com/lbthomsen/STM32_Bare_Metal STM32 Bare Metal examples]

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

Miscellaneous Links