STM32H7 USART FIFO + character match: CMF not set until FIFO is actually read?
As the subject line says, I've written a USART driver for a STM32H755 project where I want to detect a special end-of-line character, for implementing a simple command-line interface.Originally this used DMA with the USART FIFOs disabled, but I recen...