Hi, NXP,
I use DMA transfer data form NorFlash to SRAM for image loading.
Confused about the time it spending on data transfer.
Transfer total 4MB data from Nor to SRAM:
1.Use eDMA_0 only, it spends 28ms
2.Use eDMA_0 to transfer 2MB and eDMA_1 to transfer remain 2MB at the same time, it spends 50ms
Why is the time increasing instead of decreasing?