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.

C6678-SRIO 1x mode outportid

Hi everyone,

   I use SRIO to communicate between two C6678 DSPs.I configured the port mode to 2xLaneA_LaneB, and tested SWRITE and NREAD using outportid = 0, that worked fine. Then i change the port mode to 1xLaneA_1XLaneB, it works still fine when using outportid = 0, but failed when using outportid = 1.

   In my opinian, when set the port mode to 1xLaneA_1XLaneB,  LSU transfers data through port0 when outportid = 0, through port1 when outportid = 1. Is that right?