lwip_dhcp_freertos
Overview
The lwip_dhcp demo application demonstrates a DHCP demo on the lwIP TCP/IP stack. The application acts as a DHCP client and prints the status as it is progressing. Once the interface is being bound to an IP address obtained from DHCP server, address information is printed. It does so continuously - it prints the client’s state even as the link state changes. Those link state changes are also printed.
Prepare the Demo
Connect a USB cable between the PC host and the OpenSDA(or USB to Serial) USB port on the target board.
Open a serial terminal on PC for OpenSDA serial(or USB to Serial) device with these settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Insert the Ethernet Cable into the target board’s RJ45 port and connect it to a router (or other DHCP server capable device).
Download the program to the target board.
Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.
Running the demo
When the demo runs, the log would be seen on the terminal like:
Initializing PHY… [LINK STATE] netif=0, state=up, speed=1000M_full
DHCP example
DHCP state : SELECTING DHCP state : REQUESTING DHCP state : CHECKING DHCP state : BOUND
IPv4 Address : 192.168.0.4 IPv4 Subnet mask : 255.255.255.0 IPv4 Gateway : 192.168.0.1