Other Parts Discussed in Thread: SYSBIOS
Dear TI Team,
I am using latest MCSDK and I modify UDP example to RAW socket. My task is to transmit data at 1Gbps and also receive data on same rate. the problem is when I read data on same thread then transmission rate fall by 97%.
Can you please guide me how to send and receive data simultaneously at full bandwidth. I have option to use multiple DSP core like one for continuous transmit and one for continuous receive, if this is the case then how should I do that please guide me on it.
Please also conform that I and transmit and receive simultaneously on 1Gbps Ethernet interface i-e 1Gbps on Tx and 1Gbps on Rx on same time.