Other Parts Discussed in Thread: TMS320C6455
Hello!
I have set up communication between two tms320c6455 processors using RapidIO at speed 3.125 Gbit.Now I would like to find out real speed of the communication between the processors.
If BSY bit of LSU_REG6 register clears, it only means that logic level is ready for sending new data. However I need the time between sending the data on one processor, and receiving on another. Thus, I need to know real channel bandwidth.
Could you help me with that?
PS: That's what I have came up with so far: before sending the data I toggle pin and receiving processor starts the timer. After the data I send the doorbell which causes interrupt, and timer of receiving processor stops. Then, speed would be equal to number of sent bytes divided by time. This works but I feel it is too crude.