I have no idea to write a sequence of C instructions that will enable a DMA transfer of 128 bytes from the UART0 receive channel...
This is my beginning code.
uint8_t pui8DMAControlTable[1024];
uint8_t pui8SourceBuffer[256];
uint8_t pui8DestBuffer[256];