Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

Before initializing µC/TCPIP some prerequisite modules must be initialized prior to starting the Network Protocol stacks initialization. µC/TCPIP requires an RTOS such as µCOS-II or µCOS-III. Before starting initializing µC/TCPIP and other prerequisite modules, the RTOS must be started and all initialization call should be performed within an initialization task. Please refer to the user manual of your RTOS for more information about how to initialize the RTOS and how to initialize other modules.

µC/TCPIP is using µC/CPU, µC/LIB memory module and µC/Common Kernel Abstraction Layer, refer to the following documentation for more information about the initialization of these modules:

µC/LIB User's Guide

µC/CPU User's Manual

µC/Common Module

 

Listing - AppTaskStart shows an example of the application initialization task that should be started by the RTOS. The listing shows also what prerequisite modules that must absolutely initialized prior calling the TCP/IP function AppInit_TCPIP(), which would be responsible to initialize the Network protocol tacks. Section Sample applications will detailed the contain of the AppInit_TCPIP() function depending on the type of interface used.

  • No labels