Hello,
I'm using DM6437,
I want to know, if there are a method to enable EDMA with the DSP/BIOS .
If no, I would be so gratefull, if someone could send me an example of code which use the EDMA with DM6437.
Regards,
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.
There are two different libraries for EDMA3 programming. One is more for device-drivers, EDMA3 LLD:
http://processors.wiki.ti.com/index.php/Programming_the_EDMA3_using_the_Low-Level_Driver_%28LLD%29
and the other is more for algorithms, ACPY3:
http://processors.wiki.ti.com/index.php/Dma_overview
They work together to allocate DMA resources.
You can download them both from here:
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/index.html
Mark
The Latest EDMA3 LLD package that has support for DM6437 is available for download at
Please go through the sample application provided in the C:\Program Files\Texas Instruments\edma3_lld_01_11_01_04\examples\edma3_driver\evmDM6437 folder after installing the package.
Regards,
Sundaram