Low layer library eighth part: UART-Transmit
In the seventh part of STM32 tutorial with LL functions, we talked about the interrupt and the reasons why interrupts are useful. In the following we talked about interrupt in STM32 microcontroller in F1 series and how NVIC works. Finally, we did an external interrupt on a microcontroller pin. In this part of the tutorial, we want to talk about the UART protocol in the STM32 microcontrollers. First, we explain the theory regarding the UART with details and then implement… Read More »Low layer library eighth part: UART-Transmit