Skip to main content
Associate II
January 5, 2024
Solved

Unable to ping the ethernet in STM32756G-eval board

  • January 5, 2024
  • 1 reply
  • 964 views

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

Best answer by mƎALLEm

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

1 reply

mƎALLEm
mƎALLEmBest answer
Technical Moderator
January 5, 2024

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 "Best answer" on the reply which solved your issue or answered your question.
Jithu__16Author
Associate II
January 9, 2024

Hi,

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