lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] DHCP on STM32F407


From: Oleg Terentiev
Subject: [lwip-users] DHCP on STM32F407
Date: Wed, 16 Dec 2015 04:44:32 +0000 (UTC)

 Hi, all!
 I have tried to start DHCP on example from STM 'tcp_echoserver'- it doesn't 
work. Who done it with standalone case, not FreeRTOS? Debugger shows me that 
DHCP_state stay in DHCP_WAITADDRES. Condition 'if (IPaddress!=0)' always false. 

 there is code 


case DHCP_WAIT_ADDRESS:
{
/* Read the new IP address */
IPaddress = xnetif.ip_addr.addr;

if (IPaddress!=0) 



exmple from ST: 
http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1743/PF257906?s_searchtype=keyword
 Oleg Terentiev, Russia, Krasnoyarsk skype: t.oleg.at.ymail.com

Attachment: netconf.c
Description: Text Data


reply via email to

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