This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I wrote a software code to communicate 2 EK-TM4C1294XL launchpad using Ethernet; I configured the Ethernet speed to 100Mbps and full duplex communication; when I measured the transmission speed I found it about 87Mbps for transmitting 1500 bytes of data, but the receiving speed is about 16Mbps up to 20Mbps and down to 10Mbps.
In Ethernet communication, Is this receiving speed normal?
Hi,
Can you elaborate what software code you created? Is it based off the LwIP TCP/IP stack? Your transmission speed is done with respect to which host and the receiving speed is done with respect to which host? Can you use the wireshark to diagnose?
Hi,
It was an Ethernet device driver to connect 2 MCUs without any TCP/IP stack overhead.
There was a software issue in the receiving code, after I solved it; the problem solved.
Regards,
Amr