Hello,
I'm using TM4C129X microcontroller, i'm trying to use the uart DMA RX but the problem is that when the interrupt triggered to indicate transfer completion i can't clear the interrupt flag using UARTIntClear function (the UART DMA RX flag bit stayed set in the UART raw interrupt status register and the masked interrupt status register) so what should i do to clear it before start new transfer.
Regards
Ahmed