Versions Compared

Key

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

...

If no project that include µC/TCP-IP is available, you should follow the µC/TCP-IP Getting Started Guide to ensure to have a working project which use fix IP address before installing µC/DHCPc. Then you can follow the following steps to build and run a first µC/DHCPc sample example application.

Including Additional Modules to the Project

...

Refer to the following manuals for further information about MIcrium modules:.

µC/TCP-IP Documentation

µC/OS-II Documentation

µC/OS-III Documentation

libdoc

µC/CPU Documentation

...

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

...

Adding µC/DHCPc application function

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

...

Since the µC/TCP-IP module was added to the sample example project, the following include must be added to the app.c file :

...