Skip to main content
Visitor 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

    This topic has been closed for replies.
    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ƎALLEmAnswer
    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

    Jithu__16Author
    Visitor 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.