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.
Ti工程师,你们好:
我的工程使用的DSP是C6748单板,系统是sys/bios,使用NDK网络开发包实现TCP传输。
step1:使用网络调试助手连接DSP,连接上后,DSP发送字符串到网络调试助手,网络助手能接收到正确的字符串;
step2:网络调试助手再发送一组数据到DSP,DSP接收到该组数据后发送一条报文,该报文出现Ethernet frame check sequence
incorrect的问题,随后网络调试助手接收到DSP回传的正确的数据。
以上的结论都是用wireshark监测得到的。请问Ethernet frame check sequence incorrect这个问题如何解决?