Rx

10 Articles

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 #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 #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 #3. How to Configure UART & Send Data

This tutorial covers how to configure UART in AVR MCU, and how to transmit a single byte or the entire string via the...

How to Interface STONE HMI with ESP32

In this tutorial we will see how to interface the Stone HMI Display with ESP32 using the ESP-IDF. We will control a LED...

How to Setup DMA using Registers

This tutorial of the STM32 Register series will cover how to setup the DMA. We will configure the DMA for the UART peripheral...

How to Setup UART using Registers in STM32

In this tutorial of the STM32 Register series, we will see how to configure the UART using Registers. We will transmit some data...

CAN Protocol in STM32

This tutorial will cover the Basic Can protocol in STM32. Here we will see, how to communicate between two STM32 devices using the...

STM32 I2C Configuration using Registers

This tutorial will cover both transmission and reception using the I2C and the configuration will remain common in both the processes.