Part Number: TM4C1294NCPDT
Starting from TI example of udma_demo, I tried to change UART1 in the example for uDMA transfer to UART4.
When I change reference from UART1 to UART4 in uDMA, I ran into error "identifier "UDMA_CHANNEL_UART4TX" is undefined"
Take a closer look at udma.h, it has "#define UDMA_CHANNEL_UART1RX 22", but nothing about "UDMA_CHANNEL_UART4TX"
Then reading the tm4c1294's user manual, Table9-1 uDM Channel Assignments on page 681, "UDMA_CHANNEL_UART1RX 22" is for encoding column 0, while UART4 is listed under encoding column 2, but I can't find any reference for encoding in udma_demo example.
How can I use UART4 with uDMA?
Thanks!

