I'm working at using uart to receive data.
Code from starterware 02.00.01.01 uartecho_edma.
I enable the uart fifo with RX_DMA_THRESHOLD(1).so if there is one byte in fifo.it will be delivered by dma.i enable uart LINESTSIT and RHRIT interrupt.i enable uart dma function.i configure edma as A synchonize and acnt(1),bcnt(65535),ccnt(1).the code goes well but with a problem.there was no uart timeout interrupt.because every frame length may be variable. Timeout is very important to me.can anyone help me?