Developing Applications using lwIP TCP/IP stack on ADI ...

After the lwIP stack has been initialized, the Ethernet controller drive is told to start operating by a call on the function adi_dev_Control and passing the command ADI_ETHER_CMD_START. At this point the driver will initialize the Ethernet MAC physical controller and enable interrupts from the MAC controller. ................
................