Skip to main content
Visitor II
January 14, 2021
Question

Ethernet Interfacing with STM32H743ZI2

  • January 14, 2021
  • 2 replies
  • 680 views

Hello Sir,

I am using the STM32H743ZI2 for the interfacing with ethernet. I am totally new to ethernet protocol. I have gone through the example lwIP_HTTP_Server_netconn and also setup all the things as per the readme.txt file .but result is not getting means by using the DHCP server ,i am not getting html pages on that ip address.

but the question is how i can check the dynamic ip of my nucleo board. i have used the tftdp64 tool but it shows nothing.

please tell me know the suggestion from your side.

    This topic has been closed for replies.

    2 replies

    Explorer
    January 15, 2021

    Break it down. What does work? Post details. Does it receive anything, e.g. broadcasts?

    NDalv.1Author
    Visitor II
    January 18, 2021

    I have check that example by doing Ip address static on my pc and configure ip address what i have set in nucleo board. that way i have get the HTML pages on chrome browser.

    but what is example is provided by default is not working when going to set the ip dynamically.