Versions Compared

Key

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

...

\Micrium\Software\uC-TCPIP
\Micrium\Software\uC-TCPIP\Dev\WiFi\<device_name>
\Micrium\Software\uC-TCPIP\Dev\WiFi\Manager\Generic

Modify the Interface Device Configuration

Modify Ethernet Device Configuration

Inside de net_dev_cfg.c file, there are different device configuration templates.

Since that, in this section, the sample project we want to run is with a Ethernet wired WiFi device, the configuration that interests us is beneath the section "EXAMPLE ETHERNET WIFI DEVICE CONFIGURATION".

Next, you need to modify the Ethernet WiFi device configuration template as needed by your application. Refer to section Memory Configuration and  Ethernet Wireless Interface Configuration for all the details on the parameters to configure

Modify PHY Configuration

Under the Ethernet device configuration, you will also found the PHY device configuration. This configuration will also need to be adjusted according to your PHY setup on the development board. Refer to section Ethernet Interface Configuration for all the details on the PHY configuration.

Modify Static Configurations

...