The following are the key steps to use lwIP for networking:
- Creating a hardware system containing the processor, ethernet core, and a timer. Ensure that the timer and ethernet interrupts are connected to the processor using an interrupt controller.
- Configuring lwip220 to be a part of the software platform. For operating with lwIP socket API, FreeRTOS BSP is a prerequisite.
Note: FreeRTOS BSP is not supported on Versal AI Edge Series Gen 2 and
Versal Prime Series Gen 2 devices. LwIP support is not available in the socket mode for those
devices.