• CMSIS ENET : Enable/disable DHCP at run time
    Hi, I'm developping an ethernet application with LPC4337. I would like to be able to enable or disable DHCP at run time using CMSIS network library. There is one function to disable DHCP at...
  • DHCP never acquires IP
    Hi, I'm using a MCB2300 with LPC2368 and I can't get the DHCP client from TCPNET working. I set up the static ip to 0.0.0.0 (as http://www.keil.com/support/docs/3232.htm ), waiting for 35 seconds...
  • Achieve DHCP client in LPC23xx
    Hi, I'm using LPC2368 but I can't achieve the DHCP client Function. Please help me, thanks!
  • run time DHCP option
    Hi all, Does anyone know how I can change from static to dynamic IP selection at run time, I want to give the user the option. Do I just stop calling dhcp_check() and restart? Thanks, Ian...
  • DHCP (re) Discovery?
    I have a situation where the DHCP server is not available until after my ARM device starts up. My understanding is the stack will fall back to a static configuration. How can I make DHCP attempt...