Skip to main content
Visitor II
January 31, 2024
Question

STM32F756G-Eval Board + lwip + FreeRTOS: no ping response

  • January 31, 2024
  • 1 reply
  • 807 views

Hi,

I just try to ping the stm32 board by configure the lwip and FreeRTOS, but i'm not able to ping the board.

 

    This topic has been closed for replies.

    1 reply

    ST Employee
    February 4, 2024

    You may start with an Ethernet application for STM32F756G-Eval(STM327x6G_EVAL) board, such as:

    STM32CubeF7/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS at master · STMicroelectronics/STM32CubeF7 · GitHub

    Jithu__16Author
    Visitor II
    February 12, 2024

    I tried this example also but not able to ping the Board.