2026-05-06 10:01 PM - last edited on 2026-05-07 12:33 AM by Andrew Neil
2026-05-07 12:26 AM
Hi,
Perhaps the Ethernet pin setup is not properly configured or your Ethernet interrupt is not configured, hence why the RX path seems silent.
You could try having a look at this ioc file and comparing it with your current one. It's part of an Ethernet Cube example for N6570-DK using the Mongoose networking library.
You could also download and run this project (to check everything is alright with your hardware) by going to the Settings tab in the URL mentioned before, selecting a directory and clicking the blue 'Generate C/C++ Code' in the upper-right corner. Then, open it with Cube, build the firmware and flash, you should then see the logs on the serial, confirming it got the IP via DHCP.
Hope this helps you!