In this article, you will find the usage of UART with DMA mode. This example is implemented for STM32 microprocessors but can easily be adapted…
View More How to use variable length UART protocol efficiently with DMA + Idle Line Interrupt + FreeRTOS + STM32Tag: uart
The Famous Old Driver of PL2303 USB
Every time we connect PL2303 USB-TTL device to a new computer, we’ve got annoying driver issues and spend so much time to find the working…
View More The Famous Old Driver of PL2303 USBSTM32 UART Interrupt Handling with Ending Character
In this post, we will explain an effective way of the interrupt based UART communication. It is easier to deal with the constant buffer size…
View More STM32 UART Interrupt Handling with Ending Character