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?