I have a RM46 HDK and wanted to try the LwIP demo code, so I created the project using the 2.0.0 version, made the change from RMII to MII, and tried it, and it does not work. So I tried the 3.0.0 version, made the same updates, followed the directions carefully, and still nothing transmitted or received. I even tried static IP addresses instead of DHCP, and still nothing. I have switch S2 seet for Ethernet and for USB (so I can get UART data) but not for USB Host.
What can be wrong? Does this example not just work out of the box? Are there other things I should be checking? I see a single Transmit interrupt, which comes in after the gratuitous ARP is sent out, but I never see any receive interrupts.