STM32F405RGT6/STM32F412RET6/STM32F446RET6/STM32F411RET6 Core Board
-
Updated
Jul 18, 2026
STM32F405RGT6/STM32F412RET6/STM32F446RET6/STM32F411RET6 Core Board
This repository demonstrates how to interface a 7-segment display with the STM32F446RET6 microcontroller using pure register-level programming (no HAL, no CubeMX logic).
✨ Control LED blink speed using two buttons with direct register access in this bare-metal STM32 project for precise embedded behavior.
A beginner-friendly STM32 firmware project that demonstrates LED blink delay control using two push buttons, implemented using STM32 HAL libraries.
A beginner-friendly embedded systems project demonstrating how to interface a 16×2 alphanumeric LCD (HD44780 compatible) with the STM32F446RET6 (Nucleo-F446RE) using STM32CubeIDE and HAL libraries.
This repository contains a beginner-friendly STM32CubeIDE project that blinks an LED on an STM32F446RET6 microcontroller using the STM32 HAL (Hardware Abstraction Layer).
A bare-metal GPIO pin verification project for the STM32F446RET6, written using direct register access — no STM32CubeMX, no HAL pin configuration, no abstraction layers.
This repository contains a bare-metal STM32 project that blinks an LED on an STM32F446RET6 microcontroller by directly manipulating hardware registers — without using HAL or CubeMX.
A bare-metal STM32 project that demonstrates LED blink delay control using two push buttons, implemented using direct register access (no HAL GPIO APIs for logic control).
A beginner-friendly STM32 project demonstrating how to control a DC motor’s direction and speed using the L293D motor driver and STM32Cube HAL.
This repository demonstrates how to interface a 128×64 SSD1306 OLED display with STM32F446RE using I2C and HAL drivers in STM32CubeIDE.
This project demonstrates interfacing a 128×64 OLED display (SSD1306) with STM32F446RE using pure register-level programming.
🔍 Validate STM32F446RET6 GPIO pin connectivity through direct register manipulation for reliable hardware-level verification and self-testing.
To associate your repository with the stm32f446ret6 topic, visit your repo's landing page and select "manage topics."