Hi,
to be able use eDMA data transfer mode - you also need init eDMA driver by adding this line in the main function:
EDMA_DRV_Init(&dmaController1_State, &dmaController1_InitConfig0);
front of UART init.
Another suggestion from SDK team is to use latest RTM SDK version. Lot of bugs is fixed there.
Jiri