LPC1788, LwIP, reassembly problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC1788, LwIP, reassembly problem

490 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by FlySnake on Sun Jul 14 05:28:39 MST 2013
Hi, everyone
I've got a problem with LwIP (with lpcopen) and LPC1788

ping 192.168.1.99 -s 1473
PING 192.168.1.99 (192.168.1.99) 1473(1501) bytes of data.
1481 bytes from 192.168.1.99: icmp_req=1 ttl=255 time=1.02 ms
From 192.168.1.99 icmp_seq=2 Frag reassembly time exceeded


With ICMP echo request of size below 1473 bytes - all is OK. But with 1473+ packet is fragmented on IP layer and it causes a problem.

mem_malloc: could not allocate 1552 bytes


There is a mention about this problem http://www.lpcware.com/content/bugtrackerissue/lwiplpc-lpc17emac-driver-fault-exception-several-cond... but the suggested code didn't help and it seems like nobody cares about this bug.
The port from http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1... works fine.
Labels (1)
0 Kudos
0 Replies