Part Number: RM48L952
Hi,
I'm using the HALCoGen Ethernet Driver and lwIP Integration Demonstration (lwIP Demo v03) for RM48 and I tested the LWIP with pings of several size. When I increase size so much that ping needs 2 packets (size > 1472 bytes) the ICMP echo fails, while it works without the need of IP fragmentation. I attach my lwipopts.h file for the configurations.
Are there other settings to change? I'm wondering if the problem can be due to a bug in the ip fragmentation or in the following settings:
PBUF_POOL_SIZE 96
PBUF_POOL_BUFSIZE 256
TCP_MSS 1500
TCP_WND 4096
Why the example sets those values instead of the default ones?
Thanks1348.lwipopts.h