2025-02-20 09:00 PM
Good Morning All,
I have good experience on stm32 microcontrollers and cubemx, but I am new when it comes to LwIP.
I followed some basic setups to generate the code using CubeMX tool.
1.Selected the board as Nucleo-H753ZI and set clock to 120MHZ.
2.Enabled Ethernet module in RMII mode,configured UART2 just for debugging.
3.Enabled LwIP .my goal is to setup the TCP server on STM32.But im unable to do so.
when i generate the code and start running the program m facing the issue in command prompt like connection issue or host unreachable or request timed out .
firstly im not conformed about configuration setting i need to do so that it works according to my requirement.
some people say to change the stack size and RAM size but im unable to deal with them and confused regarding the out.
coming to physical connection,i connected my nucleo board with PC and ethernet cable from PC to the board.can anyone help me in this regard and let me know what configuration i can make in cubeMX so that i can establish between the stm32 and the TCP Client(Hercules).