Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

\Micrium\Software\uC-DHCPc
\Micrium\Software\uC-DHCPc\OS\<OS type>
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-<OS-Version>

...

Copy the files from the uC-DHCPc configuration folder into your application as illustrated in:

Panel
titleFigure - Copying Template Files

Image Added


dhcp-c_cfg.h is a configuration file used to setup set up µC/DHCPc module static parameters  and features such as ports, timeout, broadcast bit and so on. Refer to section Module Configuration for more details on all the configurations inside dhcp-c_cfg.h 

...

Before running the example application, you will need to add the new funtion function call, in your app.c file to initialize and setup the µC/DHCPc module. Section Example Application gives an example of how to initialize µC/DHCPc and start DHCP negotiation on an interface. 

...