How to get IP with Nucleo-H743ZI stm32CubeIDE, using lwip?
Hello,
I have the Nucleo-H743zi board and I am trying to use lwip+rtos to create a socket client, but I can't get IP.
I added FreeRTOS, but there are no specifications on the parameters used in order to get IP address. I tried to use the parameters that I consider important to het IP, but I still can't. I use the default function, the MX_LWIP_init().
Also I couldn't find any examples that show how to get IP with Stm32cubeIDE. The examples, that I found don't have any specifications on the parameters by stm32cubeMX or have the ioc file. Do you know weather there are any other examples specified for stm32cubeIDE?
Thanks in advance,
Angelos