6 results for “topic:register-level-programming”
This repository demonstrates how to interface a 7-segment display with the STM32F446RET6 microcontroller using pure register-level programming (no HAL, no CubeMX logic).
This is a bare-metal STM32 DC motor control project using a register-level approach (no HAL drivers). You’ll control a DC motor’s direction and speed using an L293D motor driver and manually configured STM32 registers.
This project demonstrates interfacing a 128×64 OLED display (SSD1306) with STM32F446RE using pure register-level programming.
This bare-metal STM32F103C8 project demonstrates how to configure the 72MHz system clock from the 8MHz HSE crystal and PLL, and control the onboard LED on PC13, all with pure register-level code, no HAL, no LL, no CubeMX.
🛠️ Interact with a 128×64 OLED display using pure register-level programming on STM32F446RE, understanding I2C at its core without HAL or CubeMX.
🔢 Interact with a 7-segment display using the STM32F446RET6 through direct register programming, enhancing your embedded systems skills and understanding.