This repository contains the source files for programming an STM32 F070RB without the use of the STM32 Cube toolchain. This project nominally follows along with Vivonomicon's tutorial. (See further ...
Initially, I relied heavily on magic numbers and macros to define the addresses of the necessary registers. This approach provided a foundational understanding of STM32's hardware-level programming by ...