lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] port the latest version 2.0.2 to stm32f207


From: Axel Lin
Subject: Re: [lwip-users] port the latest version 2.0.2 to stm32f207
Date: Thu, 27 Jul 2017 13:49:33 +0800

2017-07-27 13:47 GMT+08:00 frognidie <address@hidden>:
> Hi
> Thanks a lot for your reply!
> But I still do not know  how to "up".
> I used the fixed IP not the DHCP.
> The code is like this :
> setup the ip,netmask,gw
> 1)netif_add(netif,ip,netmask,gw,...);
> 2)netif_set_default(netif);
> 3)netif_set_up(netif);
> Is there any other function I need to add ?
netif_set_link_up()



reply via email to

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