Skip to main content
Visitor II
May 24, 2023
Question

How to ping stm32f746g board.

  • May 24, 2023
  • 1 reply
  • 1580 views
  • Hi I'm karthik ,
  • now I'm working in stm32f746g board .I have try to ping static IP in stm32f746 board . So I can't able to Ping my IP address .then followed the bellow video

  • https://www.youtube.com/watch?v=Wg3edgNUsTk&list=PLfIJKC1ud8ggZKVtytWAlOS63vifF5iJC&index=2But this tutorial using one board as STM32H745I So Comparing to my board is different Register so i have set my default allocation .
  • But i can't able to ping my IP adress
  •  
  • MY code is working fine no error . So i tried to ping the static ip address in cmd port Some error is come.
  • this my error( "Request timed out")

  • _legacyfs_online_stmicro_images_0693W00000bkjz4QAA.png
  • So any one give the solution and any reference code or video then you support.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    May 25, 2023

    Hello @Community member​ ,

    Try follow this tutorial to create a project with Ethernet.

    Check this post, this may helps you: How to make Ethernet and lwIP working on STM32

    Imen