Hi TI enginneer:
We want to do following things:
C6678 B go into a loop,waitting for a intc from C6678 A.When intc come,B do some operations,then go into loop again.
C6678 A send a intc trigger by hypelink to C6678 B,then wait for sometime ,send next intc,and so on.
But then we find that C6678 B can only respond to first intc, 2nd,3th……intc are ignored.
Then we make some change,:
A begin B wait for A's intc
A send intc to B ------ B get intc
A wait for B's respond ------ B send a intc back to A
A get intc ---- B do its operation
A send next intc ------ B wait for A's intc
Then we find that in the sencond loop,B get the intc ,but A never get the respond intc.
We can make sure that we clear the interrupt bit in the ISR.
We don't know why.Can you tell us why doesn't the C6678 get the 2nd intc?Thank you very much.