SPI

STM32 SPI Tutorials

17 Articles

How to Print & Scroll string on Dot Matrix Display

This tutorial will cover how to print and scroll string on the dot matrix display connected to STM32 via the SPI. We will...

How to Cascade Dot Matrix Displays

This tutorial will cover how to cascade the dot matrix displays and connect them to STM32 via the SPI, using only 3 wires....

Interface LED dot matrix with STM32

This tutorial will cover How to interface the LED Dot Matrix Display with STM32. The Display is connected via the SPI Peripheral and...

W25Q Flash Series || Part 9 || SPI Flash Loader

This tutorial cover how to create and use the external loader for the W25Q flash memory using the SPI peripheral. Using cube programmer...

W25Q Flash Series || Part 8 || QUADSPI External Loader

This tutorial will cover how to create an external loader for the W25Q Flash using the QSPI. We will also see how to...

W25Q Flash Series || Part 7 || QUADSPI Write, Read, Memory Mapped mode

This tutorial covers how to use the W25Q Flash memory in QuadSPI mode. We will write, read, erase and use the flash in...

WS2812 LEDs using SPI

This tutorial covers how to interface WS2812 addressable LEDs with STM32 using the SPI. We use the MOSI pin to send the data...

W25Q Flash Series || Part 6 || Integers floats and 32bit Data

This tutorial will cover how to write/Read number and 32bit data in the W25Q flash.

W25Q Flash Series || Part 5 || how to update sectors

This tutorial will cover how to update the data in a sector or number of sectors in the W25Q flash.