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 31 Current »

  1. This example show how to initialize µC/TCP-IP:

    1. Initialize Stack tasks and objects
    2. Initialize an Ethernet Interface
    3. Start that Ethernet Interface
    4. Configure IP addresses of that Interface

This example is based on template files so some modifications will be required, insert the appropriate project/board specific code to perform the stated actions. Note that the file init_ether.c, located in the folder $/Micrium/Software/uC-TCPIP/Examples/Init, contains this sample application:

  • No labels