cancel
Showing results for 
Search instead for 
Did you mean: 

unable to ping on NucleoH743ZI2 with ETH(RMII) and LwIP

SHong.5
Associate II

Hi

I'm tying for ping test on Nucleo H743ZI2 with ETH(RMII) and LwIP.

(I'm not using other Middlewares such as FATFS/FREERTOS/LIBJPEG)

When I try ping test on cmd : ping 192.168.***.***, it work perfectly fine with STM32F4 series. However, it doesn't work on STM32H743. It seems like something is wrong with STM32H7 series on ETH or LwIP.

Could anybody help me out with this?

Thank you in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

We've built few Cube H7 ethernet & LwIP examples for NucleoH743ZI2, and ping does work.

The problem is likely in your code. Try to start with a Cube example verbatim and make it work. Do not change anything before the original example works.

(not to discuss here various known ETH driver issues).

-- pa

View solution in original post

3 REPLIES 3
Pavel A.
Evangelist III

We've built few Cube H7 ethernet & LwIP examples for NucleoH743ZI2, and ping does work.

The problem is likely in your code. Try to start with a Cube example verbatim and make it work. Do not change anything before the original example works.

(not to discuss here various known ETH driver issues).

-- pa

SHong.5
Associate II

Thanks Pavel

I'll try out the example code first.