Versions Compared

Key

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

...

PeripheralSDK DriveruC/TCPIP Driver
AXI Ethernet Liteucos_axiethernetliteXIL_ETHER_LITE
Zynq GigEucos_emacpsGEM

 

...

Configuration

To enable networking the ucos_tcpip library should be added to the project as seen in figure . The ucos_dns-c, ucos_dhcp-c and ucos_http-c libraries can be included to add DNS, DHCP and HTTP support respectively.

Info

The trial library of uC/TCPIP is built with DNS support activated. As such the ucos_dnsc library should always be included. With the fully licensed version it is possible to remove ucos_dns-c if not needed to reduce the application footprint.

 

At this moment the BSP generation scripts can only handle a single Ethernet interface. If needed additional interfaces will have to be brought up from the user application. Before configuring an interface it should be included in the hardware specifications and the Micrium drivers should be selected for it. The interface can be configured from the "ETHERNET INTERFACE" category reachable from the global BSP configuration.