Other Parts Discussed in Thread: CCSTUDIO
How can we perform dynamic IP configuration in TM4C129EXL in ccstudio by accepting input from user.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How can we perform dynamic IP configuration in TM4C129EXL in ccstudio by accepting input from user.
Hi,
Dynamic IP normally means you acquire the IP from a DHCP server. There is no need to take any input from the user. The IP address is provided to you by the DHCP server. This is all handled by the lwIP stack once you specify DHCP configuration. If you are going to provide your own IP then that is considered a static IP in my opinion. Refer to the static IP example in this app note. https://www.ti.com/lit/pdf/spna248. You just take the IP input from the user and supply that static IP address to the lwIP stack.