Hi,
The project I'm working with is based on C6743 and it's required to use UART with high baudrates about 1Mbps. I have ported pspiom drivers (biospsp_03_00_01_00 package) from C6748 to C6743 with SYS/BIOS 6.35.04.50. I nave tried to use UART driver in interrupt and DMA FIFO mode. Due to high baudrate and in order to significantly decrease CPU overhead I have solved to use DMA FIFO mode. Transmitter part is OK, but receiver is not OK. When interrupt mode is used than the driver is capable to reflect on receive timeout interrupt when amount of received data is less then selected.
Question 1. Is it possible to implement receive timeout in DMA FIFO mode?
Question 2. What is the purpose using dummy edma channel linked to first edma channel in transmitter section of the uart driver?