stm32-rs / stm32h7xx-hal

Peripheral access API for STM32H7 series microcontrollers
BSD Zero Clause License
215 stars 101 forks source link

Ethernet examples not working for H755ZI #477

Closed liamkinne closed 8 months ago

liamkinne commented 8 months ago

I am trying to get any of the Ethernet examples to work so I can ping the board. Have tried both the H747 and H735 RTIC examples and neither have worked. When I ping the IP address 192.168.1.99, I get Request timeout for icmp_seq ping: sendto: Host is down.

I am using the NUCLEO-H755ZI-Q board and have connected the Ethernet port to my computer with a USB Ethernet adapter, making sure to disconnect from any other networks during testing and setting my IP address on the same sub-net.

From the looks of things, the ETH interrupt is never firing so nothing happens.

liamkinne commented 8 months ago

False alarm. Issue was an improperly removed solder jumper that I had forgotten.