Home spi

spi

28 Articles
How to Cascade Dot Matrix Displays with STM32

How to Cascade Dot Matrix Displays with STM32 – Step-by-Step SPI Guide

Learn how to cascade multiple MAX7219-based dot matrix displays with STM32 using SPI. Step-by-step wiring, cascading code, and column-to-row data conversion included.

Interface LED Dot Matrix with STM32 via SPI | PART1

Interface LED Dot Matrix with STM32 via SPI | PART1

Learn to interface an 8×8 LED dot matrix with STM32 using SPI and MAX7219. Covers initialization, wiring (PA5/SCK, PA7/MOSI, PA4/CS), and code walkthrough.

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...

W25Q Flash Series || Part 10 || QSPI & Ext Loader in H750

This is the 10th tutorial in the W25Q Flash series using STM32 and today we will interface W25Q64 Flash using QSPI mode on...

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...

LVGL on STM32 || PART 2

This tutorial covers how to add the touch interface to the LVGL. We will create our first project in the squareline studio and...

LVGL on STM32 || PART 1

This tutorial covers how to integrate the LVGL with STM32 controllers. We will use the ILI9341 SPI display with STM32L496 controller....

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.