Hi,
I have a very strange problem using Hyperlink between two EVMC6678 boards.
I based my code on the hyperlink example given with MCSDK.
I use exactly the same code for the two boards and I have one computer per board.
The thing is, there is some bugs on one board and they don't appear on the other board.
1) When I start the program on the non-buged board, it waits until it sees the other DSP through hyperlink. Then I start the program on the other board. The first DSP detects the other DSP and it makes some tests on the link. The tests pass fine.
But on the second DSP, the tests don't pass, and there is some errors.(lError, rError, ....)
2) When I first start the buged board, it waits until it sees the other board through hyperlink. The thing is, when I start the other board, the buged board doesn't see the other board (status.link always turned to 0) but the second board jump out the while loop because it detects the other board.
This two problems seem very strange to me because i run exactly the same example on the two boards. I already tried to interchange the boards, in vain. So maybe the problem comes from the computer...
Is someone has any ideas on the subject ? Thank you very much.