2023-11-22 06:42 AM
I want to display the data on web interface with NUCLEO-H743ZI2 board without RTOS . Can anyone please guide me how to configure LWIP, ETH parameters settings in RMII mode and MCU settings, pin configuration.Thank you in Advance!
Solved! Go to Solution.
2023-11-22 07:00 AM
Maybe narrow scope a little bit. What are you having trouble with? What have you done?
Or are you just looking for someone to write the entire program for you?
2023-11-22 07:00 AM
Maybe narrow scope a little bit. What are you having trouble with? What have you done?
Or are you just looking for someone to write the entire program for you?
2023-11-22 07:08 AM
2023-11-22 07:11 AM
Please find thje above settings I did in cubeide. I called ethernetif_input() in main and trying to ping the IP addresss.The ethernet connection is not established . I am getting error like host is unreachable. I tried all possible configuration of MCU, LWIP, ethernet settings from my side. Could You please guide me with correct settings
2023-11-22 07:37 AM
Ethernet is fairly difficult to program as there are a lot of components to it. Can you get an example project working?
Getting the CubeMX example LwIP_HTTP_Server_Netconn_RTOS to run should show basic functionality.
2023-11-28 06:39 AM
I want to execute without RTOS. Could you please share a working project link without RTOS for NUCLEO-H743Zi2 board.? It will be the great help for me