HI,
We are trying to get EDMA working on the DSP. DSP does not have the OS. We were trying to follow the code located here:
http://processors.wiki.ti.com/index.php/Programming_EDMA_without_EDMA3LLD_package
Initially, all we want to do is to copy data from one buffer to another and trigger EDMA transfer manually. Steps listed under the link above seem to do exactly what we want but it does not work. We adjusted address etc to match our processor (DM3730). Eventually we want to use EDMA with MCBSP. Currently we are using interrupts with MCBSP, which is not very efficient.
Do you know if the steps under the link above are missing anything.
Thanks