Home memory

memory

20 Articles

LVGL on STM32 || PART7 || Load LVGL from Ext Flash

This tutorial for LVGL on STM32 covers how to run the LVGL application from the External flash memory, W25Q connected via the QSPI...

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

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

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

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

AVR #8. I2C Master PART 4 || Read data from Slave

This tutorial covers how to use the AVR MCU as the I2C Master and read data from the I2C slave. We will use...

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