Home series

series

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

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

STM32 UART #10 || Lin Protocol PART 3

In this tutorial we will see how to STM32 as master and slave communicate with each other via the linbus. The master sends...

STM32 UART #5 || Receive Data using IDLE LINE

This is the 5th tutorial in the STM32 UART Series. In this tutorial we will use the IDLE Line detection to receive the...

STM32 UART #4 || Receive Data using DMA

This is the 4th tutorial in the STM32 UART Series. In this tutorial we will use the DMA to receive the data in...

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

AVR #4. How to receive data via UART || Interrupt

This tutorial covers how to configure UART in AVR MCU, and how to receive the data via the uart using the interrupt..

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