Part Number: MSPM33C321A
I'm working on a project needing multiple UARTs using DMA for both Tx and Rx.
DMA0 controller works without error, replacing DMA0 with DMA1 of any given uart does not work for either transmit or receive. As DMA0 controller only has 4 channels available I need to also use DMA1 for additional uarts. The example projects using DMA1 controller all work but are all software triggered. Using the "uart_tx_console_multibyte_repeated_fifo_dma" example and switching that over to use DMA1 controller also does not work.
Is there any limitation in using the DMA1 controller for hardware driven IO ?
I'm using code composer 20.5.0 and the MSPM33C321A eval board at present.
