Question
Is it possible to use Uart RTO IT for TX?
Posted on June 15, 2018 at 16:44
Hi,
I'm working on an UART thing on STM32F0XX. I already successfully use IT for reception and for timeout on reception, but now I need to use the RTO (timeout) feature to detect the timeout after a transmission and call the same callback than the timeout on reception.
Is there any way to start the RTO counter manually?
#uart #timeout