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.

6678 GE例程 数据丢包

您好,将K1_STK_v1.1中GE例程按照论坛中的方式修改为UDP发包,使用Wireshark在PC端抓包发现数据丢包较频繁,现有以下问题想咨询下:

1,PC端丢包可能的原因是什么?

2,程序GE_2DSP_Test.c文件中有注释如下

/*Fllowing table specifies the packet transfered on 2 ports,
number of packets of each port should be less than 64 for this test*/

注释中提到的numPackets要少于64包是由于什么被限制了?以及payloadNumBytes参数是否有大小限制?

3,GE_2DSP_Test函数中有如下语句

//delay to avoid potentail overflow, for debug only
TSC_delay_ms(DELAY_BETWEEN_PACKET_MS);

注释中提到的调试模式下放开该语句,想咨询下正式程序中是否有加该语句的必要?