Hi Sergio,
Thank you for your reply. The problem was solved. I set netif down and
untimeout timers. Now everything work good.
Good lock
On Jul 25, 2016 17:40, "Sergio R. Caprile [via lwIP]" <
[email protected]> wrote:

> Well, you probably have noticed that somewhere in your code you call
> netif_set_up()... if you browse src/core/netif.c you'll see that there
> is a netif_set_down()... but if you are just starting out of DHCP on
> someone else's code you overlooked that.
> http://lwip.wikia.com/wiki/Network_interfaces_management
>
> What is the API you are using ? NO_SYS=?
> If you use the raw API you control your hardware and your timing, so you
> can just not call the stack and leave your hardware alone.
> If you use NO_SYS=1, "the timers" is that fancy call in your main loop
> that looks like this:
>         sys_check_timeouts();
> If you use an RTOS, ask the one who set the framework, the RTOS provides
> a timer and you call lwIP time function on that.
> http://lwip.wikia.com/wiki/LwIP_with_or_without_an_operating_system
>
>
> _______________________________________________
> lwip-users mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=26869&i=0>
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://lwip.100.n7.nabble.com/LwIP-deinitialization-problem-tp26844p26869.html
> To unsubscribe from LwIP deinitialization problem, click here
> <http://lwip.100.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=26844&code=YW5tay5zdHVAZ21haWwuY29tfDI2ODQ0fDE4NzYyMDAwNTg=>
> .
> NAML
> <http://lwip.100.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lwip.100.n7.nabble.com/LwIP-deinitialization-problem-tp26844p26871.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

Reply via email to