Question
RTOF: Receiver timeout - UART
Hi,
HAL Version used - 1.10.0
I am using RTO interrupt to identify if the transmitter has finished sending a packet.
In the IRQ handler "void HAL_UART_IRQHandler(UART_HandleTypeDef *huart)", this is considered as an error and it is aborting the ongoing DMA transfer from the UART peripheral to the memory. This is causing issues on our side.

The same is also posted here.
Why is this implemented it in this way ? Are we not supposed to use RTOF to identify if the transmitter has finished transmitting the packet ?
