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.

EDMA3 completion ISR and PaRAM set reload

Hi,

I'm using the link feature of EDMA3 and also have a call back function associated with EDMA3 completion ISR - lisrEdma3ComplHandler0. If I call EDMA3_DRV_getPaRAMEntry() inside the call back function, which PaRAM set will be obtained? Another word, which finishes first between lisrEdma3ComplHandler0 and PaRAM set reload? 

For example, say PaRAM set 3 is tied to my active EDMA channel and links to PaRAM set 4. When PaRAM set 3 is finished, PaRAM set 4 will be copied to PaRAM set 3. On the other hand, ISR lisrEdma3ComplHandler0 will be running as well. Which gets executed first, ISR or PaRAM set reload? Which PaRAM set will EDMA3_DRV_getPaRAMEntry() inside the call back function read, PaRAM set 3 or PaRAM set 4? 

Thanks a lot,

Jianzhong