Problem with Ethernet ping on NUCLEO-H755ZI-Q
Hello,
I'm trying to get an Ethernet ping with NUCLEO-H755ZI-Q to check if everything works. To eliminate any possible errors from my side, and since there are no ready projects for H755, I'm using this project that I've found in this post. I have:
- opened it with my STM32CubeIde using "Open project from file system" option,
- checked that pinout for RMII agrees with documentation,
- physically connected my Nucleo to Ethernet port in my laptop using cable,
- built the project and ran on the Nucleo board (Run Configuration -> choose configuration for M7 -> Run),
- opened Windows PowerShell and executed command "ping 192.168.2.120".
Every time ping does not work and I get "Request timed out." in response. LEDs are blinking on the board and I can debug it correctly, so I assume the program is running as supposed.
What am I supposed to do differently? Do I need to change some network settings on my laptop? Choose different IP address for Nucleo board?
