How to access UART through DMA (direct memory access)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How to access UART through DMA (direct memory access)
1.How to access DMA in am335x-evm board
my requirement is:
I want to receive the Data continuously from the function generator like sine wave or square wave with some amplitude and frequency is given to the uart0. Here i want to use the DMA to store the data like buffer and i want to transmit the data from the DMA to receiver output.
2.How can i initialize the DMA to store the data and transmit the data which has been received.