On 14.01.2022 08:44, Tomasz Moń wrote: > Aging timer resets with every received character. Worst case scenario > happens when RX data intercharacter delay is slightly less than the > aging timer timeout (8 characters time). The upper bound of the time > a character can wait in RxFIFO before being read is: > (RXTL - 1) * (8 character time timeout + received 1 character time) s/being read/interrupt is raised/ This description is not precise. The character can wait in RxFIFO longer than the mentioned upper bound, as the time it takes to actually read it from RxFIFO is the sum of how long it takes to raise the interrupt and actual interrupt handling time. Best Regards, Tomasz Mon