STM32 UART Tutorials – HAL, DMA, Interrupts & LIN

Learn STM32 UART programming with CubeIDE and HAL. Tutorials cover transmitting and receiving data, interrupt and DMA communication, IDLE line detection, 1-Wire interface, and LIN modes—explained step by step with real hardware examples.

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…

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