Hi,
I am evaluating TI RTOS NDK on a EK TM4C1294XL. Running tcpEcho and using my own test program on a windows PC I find I can only get about 1.2Mbits/second throughput. Faster than this and the tx buffers back up in the PC. My test program sends data over TCP every 10mS and I can vary the data size. A data size of about 1500 bytes is the max I can get to. (1500*8*100=1.2Mbits/sec).
I wonder has anyone else measured this?
I have tried increasing several different buffer and stack sizes, but nothing seems to make much difference.
It has to be said that 1500 bytes is close to the maximum TCP packet payload. I wonder if this has any bearing?
My project needs to be able to handle about 6Mbits/sec.
Thanks
Richard