STM32 UART Tutorials

STM32 UART programming with STM32F103, STM32F4, and Nucleo boards. Tutorials include data transmit and receive, interrupt-based communication, and UART with sensors or modules. Code is written using both HAL and direct register access to help you test serial communication on actual hardware.

STM32 UART #8 || Lin Protocol PART 1

In this tutorial we will see how to configure the STM32 as the Lin protocol master. We will also send the data in the Lin format and analyse..

STM32 UART #7 || 1-Wire Protocol

This is the 7th tutorial in the STM32 UART Series. In this tutorial we will use the one wire protocol to interface the DS18B20 temp sensor…

keyboard_arrow_up