This is the 3rd tutorial in the STM32 UART series. Today will learn How to receive the data via the UART using Blocking and Interrupt Modes..
Microcontroller Tutorials with Code from Scratch
Learn STM32, ESP32, and embedded systems by writing code from scratch using datasheets and reference manuals. All tutorials are tested on actual hardware to help you build reliable, real-world projects with full control and understanding.
What’s New in STM32
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 & DMA to send the data…
STM32 UART: Configuration, HAL Transmit Code, and USART Comparison
Learn STM32 UART setup with CubeMX and HAL. Understand UART vs USART, UART protocol basics, and how to send data to a serial terminal.
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 to….
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 use the loader in the IDE
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 the memory mapped mode