Home external

external

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

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

LVGL on STM32 || PART 6

This tutorial is the PART6 of the STM32 LVGL series. We will see how to store the assets into the external Flash mem...

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

STM32 TIMERS #8. Make 48 bit Counter by Cascading Timers

In this tutorial we will see how to cascade 3 16 bit counters into a single 48 bit counter, and use it to...

STM32 TIMERS #7. Timer synchronization || Slave Reset mode

In this tutorial we will see how to use the Timer in the slave Reset Mode. We will also clock the Timer from...