cancel
Showing results for 
Search instead for 
Did you mean: 

UART Timeout

ajimathew
Associate III

I have been using the HAL_UART_Transmit() method to transmit data . In this transmit method I should give the timeout parameter since it is a blocking function. My doubt is what is the unit of timeout parameter?(i.e. milli seconds or micro seconds or nana seconds)

1 REPLY 1
netsbats
Associate II

The answer is: ticks which correspond to a milisecond. In a normal system

Open the datasheet and search with CTRL-F for timeout is really not difficult.