Wrote low-level drivers without SDK support using TRM references and register maps. Created interrupt-safe logging system with circular buffer. Objective Design and implement bare-metal GPIO and UART ...
A foundational GPIO control project built to understand how inputs, outputs, polling, debouncing, and interrupts work at a fundamental level on the STM32 platform. Reads button input using polling and ...