f4

90 Articles

STM32 UART #3 || Receive Data in Blocking & Interrupt mode

This is the 3rd tutorial in the STM32 UART series. Today will learn How to receive the data via the UART using Blocking...

STM32 UART #2 || use Interrupt & DMA to Transmit Data

This is the 2nd tutorial in the STM32 UART series. In this tutorial we will learn why and how to use the Interrupt...

STM32 UART #1 || Configure UART & Transmit Data

This is the first tutorial in the STM32 UART Series. Today we will cover how to configure the different parameters of the peripheral...

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

LVGL ON STM32 || PART5

In this LVGL tutorial we will see how to use the on screen keyboard. The data entered in the text fields will be...

LVGL on STM32 || PART 4

In this LVGL tutorial we will send the UART and ADC data to the display, and retrieve the button states from the display...

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