This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to transfer data from one processor to the other through hyperlink ?

 I am working with C6678 multicore processor and using CCS v5. 

 I need to transfer some data from one processor to the other through hyperlink. Can anyone share a working c code (CCS) for this ?

  • If you have MCSDK installed you'll find it on your hard drive:

    C:\ti\pdk_C6678_1_1_2_6\packages\ti\drv\exampleProjects

    Kind regards,

    one and zero

  • Hi,

    Refer chapter 3 "HyperLink Communication" on keystone lab manual, this document help you for run the hyperlink example on c6678 device.

    All user configurations are conveniently located in hyplnkLLDcfg.h. Test code support loopback mode and non-loopback modes:

    Loopback mode - Used one C6778 board. In this mode, the same C6678 acts as both the sender and the receiver of packets. Run the .out file on core0.

    Non-loopback mode - Used two C6678 boards. In this made, Both C6678 acts as the sender (Tx) and receiver (Rx). Run the same .out file on core0 of both boards.

    If you using two EVM for your testing, refer the below image for hyperlink cable connection between two devices.

    Used HyperLink cable about 12 inches long(it limits to 6.25G line rate).

    Thanks,