Hi, I'm playing with a STM32 Nucleo-429ZI board. I tried the basic examples (led, serial, ADC) and they work fine. But I cannot run the Ethernet-based examples. All of them fail to connect to my LAN (either static or DHCP). Of course the ethernet cable is ok and the same example with a standard Arduino Ethernet board works fine.
Is there something to set or tweak to enable ethernet communication on Nucleo boards?
I have made some changes to Ethernet library which are not yet released, so it must installed manually.
There are some alternative begin functions, which allows you to start with build in MAC address of the board.