What is the application doing while wating for dhcp? Not easy to describe but I'll try. I only rewrote about 5% of the application.
It runs FreeRtos. Webserver is running but it shouldn't do anything because without IP the message queue would be empty. 1 second interrupt from a timer that dose some SSI communication in another task via a message queue. 3 second interrupt from a timer that basically just increments a variable. 1 minute interrupt that increments another variable. These timers run correctly. Lwip stuff. I don't know much about it. Systick interrupt? Since this is a Stellaris implementation, it looks like the LWIP stack runs from ethernet interrupt. No other interrupts should be triggered. -- View this message in context: http://lwip.100.n7.nabble.com/No-delay-between-DHCP-discoveries-tp21927p21932.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
