Hi,
Can you please help me with the following problem: EDMA3 doesn't send an interrupt after DMA transfer is complete.
My program copies data from DDR3 to DDR3 using EDMA3. I use EDMA3 driver API, DrvSample for edma3init functions and platform configs. Everything goes in same way as in edma3_lld examples.
When I use polling (EDMA3_DRV_waitAndClearTcc) instead of waiting for the interrupt it works correctly and data is copied from one place to another.
Tested on TMDSEVM6678LE. Demo project is attached.
Regards