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.

No complete interrupt from EDMA3

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

edma3_test.zip