Hi,
I have a C6678 connected to an FPGA over PCIe, and am reading blocks of data from the FPGA, working in a ring buffer. The FPGA will send an MSI interrupt whenever another block is ready.
We can catch the MSI interrupt on the cores. I'd like to send the MSI directly to an EDMA channel controller (any controller). I can also find lots of tables of interrupts, events, etc. What I can't see is any EDMA input event that I can map in this way. The MSI events don't seem to be a possible input for the EDMA directly or for the CIC2 controller indirectly.
Am I missing something, or is this not possible?
Thanks,
Gordon