HI
In srio dio loopback example which inclued in MCSDK, i found a strange thing.
In the example "Srio_sockSend_DIO" API is called with size 128bytes.(in case of NWRITE transaction)
but if i change that parameter to above 256byes(e.g. 512bytes) and run it, Port Error Status CSR register indicates Output Degraded-encountered.
test datas is tranferred normally and results is good but i don't know why this error bit is set.
strange thing is that this error bit isn't set if I move port number from 0 to others.
please let me know why these things happens.
for reference, we use XTCIEVMK2X & 6678L EVM boards.