Part Number: TMS320C6424
Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello everyone,
I'm trying to do memory transfer from DDR2 to IRAM of the DSP processor, I'm using the EDMA LLD code example , when I calculated the time consumed by this code I found that it's too much, more than 1.2 million cycles, the actual memory copy process takes around 2000 cycles, the rest of the time is consumed by the configuration functions, specially edma_config function it takes almost 700K cycles, I'm wondering why does it take all this time ?! and is there any way to reduce the time it takes ?
Thanks in advance.