We connected 2 K2H12 DSP via Hyperlink cables and RTM BOC .
in each the code enables the power domain and setup the SERDES.
The 1st DSP try to configure the register in remote but then the code crash and a message error says that the core is hung
What could be the problem?
TI example that is given as hyplnk_K2HC66BiosExampleProject only works in Loopback mode. In normal mode it never works, it waits at the point that "Waiting 5 seconds to check link stability
Link seems stable
About to try to read remote registers" is written to console.
As we didnt understand the origin of the problem, same project is tested with 2 Shannon connected via a Hyperlink cable and it worked.
We customized that example in to a library and tried with the lowest speed possible (3p125G) , and this worked with 2 K2H12 Kepler via CPU or DMA transfer. However when we increase the speed (to 6p25G or 12p5G) the code got stuck at the point i mentioned above, and core gets hung.
We searched at that link a solution but there is no any answer provided by TI team. e2e.ti.com/support/processors/f/791/p/342975/1211227?pi320627=1
Can you help us?