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.

UART with EDMA

i am using C6748_StarterWare_1_20_03_03. in the examples i run Mcasp example which is basically a audio loop back by using edma.

now  i want to make exactly same project but using uart instead of Mcasp . kindly tell me what changes will be make in mcasp project .

i want data from uart into edma (edma will work as it work in mcasp example)then again send back to uart.

thanks