Resolved! STM32F769NI: How to activate USART Receiver Timeout Interrupt (USART_RTOR.RTOF)?
I want the STM32F769NI to generate an interrupt when a pause after a received byte on USART6 was detected. I am using CubeMX and configured USART6 for Asynchronous mode with 9600 baud and to enable global USART6 interrupts and use the low level drive...