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 6 Next »

After all the µC/TCP-IP prerequisite modules have been initialized (see section Prerequisite module initialization), the TCP/IP stack must be initialize with the function Net_Init(). This function must be called before any other network API functions.

This function will create the OS objects required by the TCP/IP module, initialize to their default value all the network configurable parameters, initialize the network statistic counters, initialize the network buffer pools, initialize all the different network layers, etc.

This function also takes as arguments the three Network Task configurations defined in the net_cfg.c (see section Network Stack Configuration) file as shown in the function prototype below.   

For more details on the Net_Init() function refer to API functions section here.

The section Sample Applications also gives examples of TCP/IP application initialization functions.

  • No labels