cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use Uart RTO IT for TX?

Nicolas Rabault
Associate
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
1 REPLY 1
Nicolas Rabault
Associate
Posted on June 19, 2018 at 11:02

Nobody here already have this kind of question?