Self-directed STM32 practice — HAL driver exploration, blink/peripheral bring-up projects, and a board built following Phil's Lab PCB design tutorials. Scratch work rather than polished projects; kept because the bring-up steps are worth referring back to.
MCU: mostly STM32F401 (RBT6 / CCU6) · Toolchain: STM32CubeIDE (HAL)
| Folder | What it is |
|---|---|
Phils_lab_STM32/ |
KiCad board (4_27_STM_embedded) from the Phil's Lab STM32 PCB tutorial series |
HALdrivers/ |
HAL driver experiments |
blink_5_5_26/ |
Blink bring-up, 5 May |
blinkforPCBtest/ |
Minimal blink used to smoke-test a freshly assembled board |
radnmm/ |
Peripheral scratch project |
BlinkLED_F401/ |
STM32F401 blink reference project |
CubeIDE projects — File → Open Projects from File System. Debug/ is gitignored.