• 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...
  • Get assigned DHCP address
    How can my application know at run time what IP address was assigned to it by the DHCP server? Thanks.
  • How the dhcp is set up
    I am looking at C:\Keil_v5\Boards\Keil\MCB4300\RL\TCPNet\FTP_Demo\FTP_Demo.uvproj The main code looks like below extern LOCALM localm[]; /* Local Machine Settings */ #define MY_IP localm[NETIF_ETH...
  • ARM-LPC1768 DHCP
    Hi All, Briefly to talk about the system overview, there are 1 DHCP Server and 3 DHCP clients in the network. I attempt to use LPC1768 32-bit ARM MCU to act as a DHCP Server. So that, it is able...