Hi,
I am looking to find a way to make the TI Connected Launchpad uDMA engine auto-initialize to restart a transfer after the current transfer is completed. This process seems to be detailed here (Section 2.8) for a different processor. It looks as if there is an auto-reload bit that can be set in the DMACHmTCR2 register. I am looking to achieve this same functionality on the Launchpad. However, I have not been able to find a way to do this without using an interrupt to indicate that the transfer has been completed. I then re-enable the DMA channel once the transfer is complete, since the DMA channel goes into Stop Mode after completing the transfer.
What I am trying to accomplish with this functionality is the ability to transfer data from UART into memory directly without the need for an interrupt.
Thanks!