I'am trying to implement continuous uart dma reception, but i didn't found the eDMA functionality on the LPC55. Is there any method to receive uart data through DMA continuously without calling USART_TransferReceiveDMA after each reception ? Is there any example for uart dma continuous transfer with a ring buffer for LPC55?