Hi All,
How to achieve 2 interrupt [intimation] for a packet send through hyperlink.
1. if a chip A sends packet [over hyperlink] to chip B, how to make an interrupt awakes the chip B at the sametime, the an Isr at chip A should be kicked so that Chip A knows that data transfer is being done.
in simple, two interrupts
1 interupt for remote device to inform that data has arrived
1 interrupt for local device to kick in some activity based on Isr.
Thanks
RC Reddy