Hi.
I have two TI6678EVM connected using SRIO channel. (one for SENDER, the other for RECEIVER)
You know, TI6678 have LSUx_Reg0 to LSUx_Reg6 registers and SENDER can write data to RECEIVER's memory area in direct I/O mode with following setting.
ftype = Srio_SocketType_DIO
ttype = Srio_Ttype_Write_NWRITE
I confirmed that data was transferred successfully from SENDER to RECEIVER, but I want know if there is any register in RECEIVER side to get last written address and size (i.e. status registers of RECEIVER like LSUx_Reg0, LSUx_Reg1, LSUx_Reg3 of SENDER)
Regards,
Brian.