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 start with a working TCP/IP  project before starting integrating µC/IPerfcIPerf. Then you can follow the following steps to build and run your first µC/IPerf sample application.

...

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

µC/TCP-IP Documentation

µC/OS-II Documentation

µC/OS-III Documentation

libdocµC/LIB Documentation

µC/CPU Documentation

Optional module

...

Include the following files in your project tree from the µC/IPerf source code distribution, as indicated in Figure - µC/IPerf Source Code.

Image Added

As indicated in the Figure - µC/IPerf Source Code, all the files in the Source folder must be added to your project tree. 

...

\Micrium\Software\uC-IPerf
\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-Shell (optional if uC/Shell is used)

Copying and Modifying Template Files

Copy the files from the uC-µC/IPerf configuration folder into your application as illustrated in Figure - µC/IPerf Copying Template Files.

Image Added

iperf_cfg.h define µC/IPerf module static parameters and run-time configuration structure. Refer to section Module Configuration for more details on all the configurations inside templates files.

...

The µC/IPerf Module uses additional heap memory space. Therefore, it is possible that your sample application will require more allocation of heap memory. If ti it is the case, you can increase the HEAP memory size of your sample project, refer to section µC/LIB Memory Management Configuration for more details on the heap usage. 

...