Re: [lwip-users] unsent_oversize mismatch / LPC1788+freeRtos / Basic TCP code : HELP !

2014-03-26 Thread goldsi...@gmx.de
Robert Lacoste wrote: We tried to disable the check (TCP_OVERSIZED=0), the assert doesn't fails but the stack hangs. There has been a bug which is now fixed somewhere in the oversized code, so you might want to give the current git master a try, only to see if it works better. Having said t

[lwip-users] unsent_oversize mismatch / LPC1788+freeRtos / Basic TCP code : HELP !

2014-03-26 Thread Robert Lacoste
Dear all, We are integrating an application using LwIP 1.41 on an LPC1788 microcontroller and LAN8720 PHY under FreeRTos (LPCOpeen framework) and have, well, difficulties. Narrowing the problem we ended up with a very basic test program. We started up with the TCPECHO demo, and modified it to