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

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 to assign an IP address to all the DHCP clients in the network. And now my question is, the LPC1768 32-bit ARM MCU is able to support this feature? It is possible to use it be a DHCP Server. As the information that I search out from KEIL RL-ARM User’s Guide (http://www.keil.com/support/man/docs/rlarm/rlarm_tn_using_udp_dhcpen.htm). It do not state out any information related to DHCP Server.

Please provide some advice, I really appreciate that.

Regards,
CS

  • I've seen no documentation suggesting that RL-ARM has built in functionality to act as a DHCP server.

    It does however support raw UDP communication so it would certainly be possible to create an application for it to act as one.