HAL_UART_Receive_IT with FIFO enabled does not work. STM32H753
What am I doing wrong, or is it a bug in the HAL library?Generated a project with CubeMX, with USART6, FIFO enabled.When I call HAL_UART_Receive_IT, interrupt of the USART does not occur. No interrupt at all.Then I change in MX_USART6_UART_Init HAL_U...