Hi all,
I'm actually working on two C6678 connected together via Hyperlink. I would like to know if the end of an EDMA3 transfert can trigger an interrupt through hyperlink to inform the other DSP..
I already know that QMSS has 32 queues dedicated to hyperlink but if I use QMSS I have to use the packet DMA and I already made my code for EDMA3.
My use case is as follow:
I have a DSP A wich configure the EDMA3 of a DSP B (through hyperlink). For the moment, the transfert is very simple: the DMA transfers a word of 32 bits between L2SRAM of core 0 to MSM.
What I want to do now is to pass the interruption of the end of the DMA transfert through hyperlink to inform DSP A that the transfert is completed into DSP B.
If someone can tell me if it is possible or not it would be great.
Regards.