Hi all,
I have built a project which uses edma to move data from core0 to core1. BufData is initialized on core0 and edma interrupt is mapped to core1's vect4, then core0 setup edma and trigger channel. I want edma to notify core1 after it finishes moving the data, but the result shows that the edmaIntDispatcher function is not even involved. So my question is: Is it possible for edma module to be initialized by one core and the TPCC Completion Interrupt be dealt by another core?
(Core0 can receive a TPCC Completion Interrupt when the interrupt is mapped to core0's vect4 instead of core1's)
Best regards,
Liang