Project files for my notes on bare metal programming with the STM32
Find a file
2024-12-27 23:56:49 -05:00
p1 added p1: minimal assembly needed to boot 2024-12-27 23:53:47 -05:00
p2 p2: add linker script and partial vector table 2024-12-27 23:56:49 -05:00
.gitignore first commit 2024-12-27 23:50:35 -05:00
LICENSE first commit 2024-12-27 23:50:35 -05:00
README.md first commit 2024-12-27 23:50:35 -05:00

stm32f4

Following along with "Bare Metal" STM32 Programming series.

  • p1: minimal assembly (Thumb-2) needed to boot
  • p2: minimal C code equivalent to p1