Hi all,
I've got two DM648 connected via VLYNQ ( custom board ).
I've got the communication between them working , but only with CPU driven memory copies
i.e I can copy data ( memcpy) into the VLYNQ memory space on one DSP , and I can see that data on the other DSP.
If i try to replace the memcpy with a EDMA , the EDMA completes ( i.e get the TCC), but the data doesn't get to the other device .
Has anyone tried using EDMA to transfer data into the VLYNQ address space ?
Thanks,
- RP