Loading...
 
Skip to main content

System Workbench for STM32


Nucleo-STM32F429ZI - LwIP

I am still facing the problem of not connecting to the network after solving all these compilation issues.
I tried with FreeRTOS+LwIP with DHCP enabled option. But no success.

My board is: NUCLEO-F429ZI
Below are the debug messages:
dhcp_timeout(): restarting discovery
dhcp_discover()
transaction id xid(5851f42d)
dhcp_discover: making request
dhcp_discover: realloc()ing
dhcp_discover: sendto(DISCOVER, IP_ADDR_BROADCAST, DHCP_SERVER_PORT)
udp_send: added header in given pbuf 0x20007768
udp_send: sending datagram of length 316
udp_send: UDP packet length 316
udp_send: UDP checksum 0x0000
udp_send: ip_output_if (,,,,0x11,)
dhcp_discover: deleting()ing
dhcp_discover: SELECTING
dhcp_discover(): set request timeout 60000 msecs

Any guess, what is happening in this case?

I also tried with Static (DHCP Disabled) option, but still I couldn't able to see or ping this NUCLEO from my remote PC.

Your help is much appreciated.

Thanks,
Hari