lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] LwIP deinitialization problem


From: address@hidden
Subject: Re: [lwip-users] LwIP deinitialization problem
Date: Wed, 20 Jul 2016 20:49:16 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

anmk wrote:
because of power saving i have to power on and off ethernet
phy several time in my code (without reseting the MCU).

Is there any routing for deinitializing of LwIP?

No, that's not really required. You'd just need to set the netif down and somehow stop the timers firing, then the whole stack should be in standby (unless you access it from your application).

Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]