Hello,
I am working with the 320F28335-HT. I have written my Sci driver but was wondering if there is any way to invoke the RX interrupt through a timeout without using another CPU timer.
Basically, I have my FIFO set up to cause the interrupt after the buffer has a minumum of 8 words. If the FIFO only contains 4 words, the interrupt won't fire. Is there anyway to invoke the RX interrupt if the FIFO has less than 8 words but has not received another one after X amount of time (without a timer)?
Thank You