2021-01-13 10:49 PM
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.
2021-01-14 09:40 PM
Break it down. What does work? Post details. Does it receive anything, e.g. broadcasts?
2021-01-17 07:54 PM
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.