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.

Problem on the data transferring using EDMA with DSP/BIOS



I have studied the example provided in the "C:\Program Files\Texas Instruments\edma3_lld_01_10_00_01\examples\edma3_driver\evm6474_0\".  It is about the data transferring using EDMA (low level driver) with DSP/BIOS on C6474 EVM.   The example works well when the source buffer and destination buffer are all in the external memory (default setting).  However, when I changed the destination buffer to the L2 memory, the data transferring does not work any more.  Any further setting is needed to make it work for data transferring between the external mem and L2 mem?