I'm using OMAP-L138. I have an two-channel-mixed source data which stored at internal SRAM, like this:
a1 b1 a2 b2 a3 b3............. (Both a and b are 1 byte data)
I want to pick out channel-a data only by using EDMA3 to copy a1 a2 a3…to external DRAM.
But unfortunately my EDMA3 got only 37MB/s to the general liner EDMA3 copy speed is about 500MB/s. Is there any thing wrong? Or, is there any good idea to make the speed higher?