Hello,
I realize that the datasheet does not list the ability to make peripheral-to-peripheral transfers, but it's not clear to me why that is. Why can I not have it transfer from, for example the RX FIFO of the SSI to the TX FIFO of the UART. why doesn't the following initialization code work?
uDMAChannelTransferSet(twe_QSSI_COMM_RX_UDMA_CHANNEL | UDMA_PRI_SELECT, UDMA_MODE_BASIC, (void *)(twe_QSSI_COMM_BASE + SSI_O_DR), (void *)(TWE_UART_COMM_BASE + UART_O_DR), 4);
I am using the tm4c1294ncpdt.
Regards,
Curtis