This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DHCP server function netIF_SetOption and netIF_GetOption

hello everyone

i'm facing problem with using function netif_Setoption and netif_Getoption to set the IP address for DHCP server. can anyone explain how to implement DHCP server using the CMSIS driver.

where is the DHCPnotify callback gets called. in which file the DHCPnotify gets called. so that i can take right action. once the interrupt is comes.

i'm following the steps as explain in the following link.

www.keil.com/.../network_create_app.html

after following the steps. i'm was not able to see the changed ip address.