Resolved! STM32H7 USART RX with FIFO - not working
Dear experts,I'm trying to receive continuously from a USART with interrupts.For some reason I don't want to use DMA (the Tilen Majerle's DMA example on github works well, though)So I'm enabling RX FIFO and Receive timeout (RTO) for receiving less th...