Jump to content
  • 0

Zedboard UDP LwIP baremetal - outgoing packet size error


mele14

Question

Hi everyone ,

I would appreciate if someone could help me solve this strange problem regarding Ethernet transmission of UDP packets in RAW mode with LwIP from Zedboard to Windows PC.

I’m using the example project in SDK to test the functionalities of LwIP called udp_perf_client.

If I try to use the project as it is  (with UDP_SEND_BUFSIZE 1440 ) Whireskark signals that packet are malformed , in fact it seems that “data bytes” are being truncated so are sent less bytes than expected (declared in the costruction of the IP header by LwIP).

In the image attached is shown the case of UDP_SEND_BUFFSIZE of 600 bytes for example.

Packets arrive successfully only if the size of the Ethernet frame is smaller than 500 bytes.

I tried to modify the LwIP options in Board Support Package without success.

I can’t address the problem .

Thanks in advance

UDP LwIP problem2.jpg

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...