Hi,
I'm working on two C6678 linked with an Hyperlink cable.
My attempts to generate an interrupt from core0 to core0 (local to remote) are successful.
Now I'm working in a multicore environment - let's say cores 0 & 1 are running on both remote and local DSPs. (core 0&1 <-- hyplnk --> core 0&1)
I'd like to be able to generate an interrupt from local core 0 to remote core 0 and remote core 1 independently.
1) Is it possible ?
The documentation says there are 64 events attached to Hyperlink (32 for the QMSS).
I've looked at the TMS320C6678 data manual p158 and I don't see how these events can be used to trigger interrupts.
2) Correct me if I'm wrong, but the System interrupt that will always be generated is VUSR_INT_0 (111) ?
3) How can the different events attached to Hyperlink be used to trigger different interrupts ?
Thanks.