STM32 Tutorials – Learn STM32 Programming with HAL, LL, and Bare Metal
This section provides step-by-step STM32 tutorials and tested code for learners ranging from beginners to experts. Programming is demonstrated in STM32CubeIDE using both HAL and LL drivers, making the examples easy to follow and adapt. The coverage spans GPIO, ADC, UART, timers, PWM, I2C, SPI, CAN, Ethernet, DMA, memories, displays, sensors, and many other peripherals—ideal for anyone looking to gain practical experience and develop reliable hardware projects.
STM32 Peripherals
Step-by-step STM32 guides using HAL covering essential peripherals like UART, SPI, I2C, ADC, DMA, CAN, and GPIO, with practical examples and code for beginners and advanced developers.
STM32 ADC Tutorial (Part 10): Using ADC Reference Voltage
How to Cascade Dot Matrix Displays with STM32 – Step-by-Step SPI Guide
Multiple DS18B20 sensors using UART
STM32 SPI Tutorial Using Registers (Full-Duplex Master with ADXL345)
STM32 Communication using HC-05
STM32 UART PART 2 – Transmit using DMA & Interrupt
STM32 as I2C SLAVE || PART 2
STM32 Programming using Registers
Learn STM32 register-level programming with clear explanations and examples, covering GPIO, timers, interrupts, communication interfaces, and more.
How to Setup UART using Registers in STM32
How to Setup DMA using Registers
STM32 Display Tutorials
Explore STM32 display guides with step-by-step guides on interfacing LCD, OLED, and TFT screens, including graphics, text rendering, and practical examples.
LVGL on Riverdi STM32-H7 Display
Interfacing ADXL345 Accelerometer with STM32 via I2C – Complete Tutorial with Code
TouchGFX #3. Sending data to UI || MVP
LVGL on STM32 || PART7 || Load LVGL from Ext Flash
Interface I2C-LCD1602 (AIP31068) with STM32
Interface SH1106 I2C 1.3” OLED Display with Arduino – Full Guide with Bitmaps and Animations
How to Interface MAX7219 7 Segment Display with Arduino | Display Text, Scrolling Message, and Time
LVGL on STM32 || PART 1
STM32 Timer Series
Master STM32 timers with practical tutorials on PWM, input capture, output compare, interrupts, and advanced timer features for real projects.
STM32 Timers #9. One Pulse Mode
STM32 Timers #10. Timer in Gated Mode
STM32 Ethernet Tutorials
Learn STM32 Ethernet programming with step-by-step guide on LAN configuration, TCP/IP, UDP, and real-world networking examples.
STM32 Ethernet PART 6.2 – Configure HTTP Webserver using CGI
STM32 Ethernet PART 10 – HTTP Server (Basic) using LWIP NETCONN (RTOS)
STM32 Ethernet PART 9 – TCP Server and Client using LWIP NETCONN (RTOS)
STM32 Ethernet PART 8 – UDP Client using LWIP NETCONN (RTOS)
STM32 Ethernet PART 6.1 – Configure HTTP Webserver using SSI
STM32 Ethernet Tutorial (PART 1): Hardware Setup, Configuration & LWIP Ping Test
STM32 W5500 Ethernet Tutorial (Part 6): Dynamic HTTP Webserver using CGI
STM32 Ethernet PART 7 – UDP Server using LWIP NETCONN (RTOS)
STM32 RTOS Series
Step-by-step STM32 RTOS tutorial series covering FreeRTOS setup, tasks, queues, semaphores, and real-time project examples.
No post found!
STM32 Memories
Understand STM32 memories with guides on Flash, SRAM, EEPROM, and external memory interfacing, explained with code examples.
