Hello,
I found if the number of bytes in the RX FIFO is below the set threshold ( RXFFIL) the SCI will never cause an RX interrupt. I am surprised to find there is no time-out feature. The time-out is very common with other UART controller that have a FIFO. Currently I have set the RX int threshold to 1, so that It causes an interrupt even if there is a single byte in the FIFO. Is this my only option ??
In real wold I believe a RX FIFO with out a time-out is kind of useless or am I missing something here ?
Sandeep