cancel
Showing results for 
Search instead for 
Did you mean: 

I configured Ethernet and LWIP on STM32F407 as shown in the screenshots. But I am not able to Ping the IP.

TG.3
Associate II
 
2 REPLIES 2
Imen.D
ST Employee

Hello @TG.3​ and welcome to the Community 🙂

Please check your USB cable and pins configuration.

I advise you to follow the same configuration as in examples provided in STM32CubeF4 package.

Maybe you have the same issue as reported in this post : LWIP get HardFault_Handler after update on STM32CubeIDE v1.9.0!

Otherwise, it would be really helpful if you share more information about CubeMx and Cube package version and the error message that you have.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
TG.3
Associate II

Thank you for your response.

I have ethernet and lwip software written in Standard Library in IAR Workbench that is working fine. but when i configure using stm32cube ide, i'm not getting it working.

In IAR, ETH_InitStructure.ETH_AutoNegotiation = ETH_AutoNegotiation_Enable; is enabled. But in cube ide i don't find it.