Versions Compared

Key

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

...

The first step before including µC/HTTP-client TFTPc is to have a working project with µC/TCP-IP. As previously mentioned, Micriµm may offer an example with the µC/OS-III kernel, µC/TCP-IP and even µC/HTTP-client TFTPc for many evalboards. 

If no project with µC/TCP-IP is available for your platform, you should follow the µC/TCP-IP Getting Started Guide to ensure you have a working project before installing µC/HTTP-clientTFTPc. Then you can follow the steps to build and run your first µC/HTTP-client TFTPc sample application shown below.

Including µC/

...

TFTPc Stack Source Code

...

Add the following include paths to your project’s C compiler settings:

\Micrium\Software\uC-HTTPTFTPc

Copying and Modifying Template Files

Copy the files file from the uC-HTTP-client µC/TFTPc configuration folder into your application as illustrated below.

...