DMA Transfer Complete and USART Transfer Complete
Posted on August 14, 2017 at 13:47Hi all:I have been using DMA with USARTs for years on STM32F4xx and STM32F0xx microcontrollers, but mainly with full-duplex connections like RS-232. Now I need to handle RS-485, which is only half-duplex. My code ne...