Part Number: TMS320C6678
Hello,
Kindly help me out,I am unable to send data greater than 64k bytes on Ethernet of c6678
Regards
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.
Part Number: TMS320C6678
Hello,
Kindly help me out,I am unable to send data greater than 64k bytes on Ethernet of c6678
Regards
Hi,
I am not sure how to use MATLAB to capture packets. You can use Wireshark to capture it and to make sure there are really packet drop sending out of the EVM, not the matlab tool issue.
Under packages\ti\ndk\winapps, there are several Windows application that can send/receive packets with NDK client or hello world example, some of tools transmit UDP packets with payload size from a few bytes to 1500 bytes in a loop, you can check if the EVM has trouble to send out more than 64KB data.
In the NDK example, you may check global variables "ips" and "udps" to see if any packets dropped:
If you want to increase PBM buffer, please look at:
https://e2e.ti.com/support/embedded/tirtos/f/355/t/169168
Regards, Eric