A simple demonstration of how to program the STM32 in assembly.
This series can be followed with any STM32 chip (with small adjustments).
Repository: https://github.com/adailtonjn68/STM32...
**** Contents ****
0:00 - Intro
2:10 - Project creation
8:00 - Programming
27:00 - Debug
30:23 - Implementing (naive) delay
34:40 - Running program