cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to ping the ethernet in STM32756G-eval board

Jithu__16
Associate II

Greetings !

I am very new to Controllers , I need to enable and ping the Ethernet on STM32F756G-Eval Board .

Can anyone kindly suggest me with the steps/procedure to enable Ethernet in STM CubeIDE so that I can ping from my PC.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,

Which example you've already used for this manipulation?

In any case you can start with this example from STM32CubeF7 package: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
mƎALLEm
ST Employee

Hello,

Which example you've already used for this manipulation?

In any case you can start with this example from STM32CubeF7 package: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Hi,

I tried this example also could you, pls tell me how to configure the Ethernet, cortex m7(MPU) configuration and lwip in stm32cubeIDE.