STM32H7: UART IDLE is set again without RXFNE be set.
I have the problem on my STM32H753, that the IDLE-bit is set when transmitting. On the manual it says:
The IDLE bit is not set again until the RXFNE bit has been set (i.e. a new idle line occurs).
The RXFNE is never set (actually on CubeIDE this is shown as RXNE), because I do not receive anything. Also the RDR stays empty. And with logic analyzer I see that the RX-pin stays high the whole time. I also did not find anything on errata which could explain this. Any suggestions what it could be?