This is the 10th tutorial in the W25Q Flash series using STM32 and today we will interface W25Q64 Flash using QSPI mode on H7 series MCU…..
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.
This tutorial is the PART6 of the STM32 LVGL series. We will see how to store the assets into the external Flash mem connected via the QSPI..
STM32 FMC || LCD PART3 || Add LVGL & Create UI
This tutorial is the PART3 of the STM32 FSMC LCD series. We will see how to add the LVGL to our display which is connected via the FSMC…
STM32 FMC || LCD PART2 || How to add touch interface to the LCD
This tutorial covers how to configure the touch controller for the LCD connected via the FMC peripheral to the STM32. We will read the…
STM32 FMC || LCD PART1 || How to configure for LCD
This tutorial covers how to configure the FMC peripheral of the STM32 to interface a LCD in the16 bit parallel mode. We will display colors…
STM32 UART #10 || Lin Protocol PART 3
In this tutorial we will see how to STM32 as master and slave communicate with each other via the linbus. The master sends the command over..
STM32 UART #9 || Lin Protocol PART 2
In this tutorial we will see how to use the Lin Transceivers to communicate between 2 STM32 MCUs, the master and the slave. We will also see
STM32 UART #8 || Lin Protocol PART 1
In this tutorial we will see how to configure the STM32 as the Lin protocol master. We will also send the data in the Lin format and analyse..
STM32 UART #7 || 1-Wire Protocol
This is the 7th tutorial in the STM32 UART Series. In this tutorial we will use the one wire protocol to interface the DS18B20 temp sensor…
1 Comment.
[…] you’ve tried connecting multiple devices to your STM32 and only got random data or no response, you’re not alone. Many beginners face I2C problems such […]