Page 1 of 1

UART detect if RX started

Posted: Fri Dec 16, 2022 3:48 pm
by daniSi
Hi,

I have the following problem. I would like to check after x ms if already some data has been received to the RX fifo, would this be possible?

My goal is to shorten the timeout if also some higher amount of data is expected and breaking with this the RX wait time, if no data has appear after some time.

Thank you