STM32G4: USART FIFO Error Flags
I'm using the USART on my STM32G474 in FIFO mode with LL-libraries.
The datasheet says:
" However the RXFIFO default width is 12 bits. This is due to the fact that the receiver does not only store the data in the FIFO, but also the error flags associated to each character (Parity error, Noise error and Framing error flags)."
I want to read these error flags, but it is not clear if I have to read the flag register first and then the data register or the other way round.
