hi,
I've been using TL16C752b in my project. The trigger level of Rx fifo is set to 8. When the interrupt is generated, software is respond to that. Meantime,there is data receiving in the Rx line. So, 9 bytes are read in this interrupt respond and after that the INTA goes inactive.But about 1.4us later(Baud rate is 57600),the INTA signal is active again(only IER0 is set so it is either a RHR interrupt or a timeout interrupt) but the 10th UART word is not received completely yet.The IIR is 0xC1(indicate that no interrupt is pending). My question is, why is the second interrupt generated?Is this a valid interrupt(Since the IIR shows no interrupt is pending)?
Thanks