STM32 Projects & Tutorials

STM32 microcontrollers are widely used in embedded and industrial systems. This section offers practical tutorials and tested code for STM32F103, STM32F4, and Nucleo boards. Programming is done using STM32CubeIDE with both HAL and LL drivers. Topics include GPIO, UART, ADC, timers, and other core functions—ideal for learners and developers working on real hardware.

Interface Passive Buzzer with STM32

This tutorial will cover how to interface the passive buzzer with STM32 and how to play a melody containing tones of different frequencies…

Display Clock on TM1637

This tutorial will cover how to display the clock on the TM1637 seven segment display using the internal RTC of STM32F103C8 MCU…

W25Q Flash Series || Part 11 || XIP

In this PART 11 of the W25Q series, we will cover how to run an application from the External Flash, also known as XIP (Execute in Place)….

keyboard_arrow_up