STM32 UART Part 4: Receive Unknown Length Using DMA
Using DMA in normal (non-circular) mode with the IDLE line interrupt turns UART reception into a smart, event-driven system. Instead of blindly filling buffers, the DMA captures bursts of unknown-length data in one shot, and...
READ MORE