[lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-24 Thread Ruben van der Kraan
Dear all I am using Lwip 1.3.1 & 1.3.2 untill recently I had no problems using the stack. But now I'am experiencing something strange. I use a webserver and a telnet module. After a boot of the software everything works ok. I can Ping, acces the webserver pages, open the telnet server. But at a

Re: [lwip-users] LWIP stops responding on Ping and HTTP calls from a browser

2011-04-28 Thread Ruben van der Kraan
I call "stats_display();" but is the define "#define LWIP_PLATFORM_DIAG(x) printf" wrong or not? in the help I found Platform specific diagnostic output - LWIP_PLATFORM_DIAG(x)- non-fatal, print a message. LWIP_PLATFORM_ASSERT(x) - fatal, print message and abandon execution.

Re: [lwip-users] STM32 RBUS (Receive Buffer Unavailable) bit set after debugger break

2012-09-12 Thread Ruben van der Kraan
Hello jblackarty I'am interested in your port of the stack on the STM32F207 i currently use 1.3.2. Did you port 1.4 to the STM32F207 ? If so can you share you port / project ? I am using IAR version 6.4.1 but soon going to update to the latest release. Thanks in advance, Ruben va

Re: [lwip-users] Interface with PPPoE and DHCP?

2013-03-20 Thread Ruben van der Kraan
Hi Simon, I have a similar problem but at the moment i am not working on this issue. The idea I have is to send a UDP broadcast message to all the users on the local network. The devices that recognize the UDP frame answer tot it and now the IP address is know to the application. An other wa