Question
How to change the IP Address at runtime
This is my Environment:
Microcontroller: STM32H723ZET6
LWIP is used. No RTOS used.
I am setting a Static IP address in the *.ioc file. I am setting the same IP address in the TCP Raw Socket Echo Server to Bind the socket. Over that I am running the Modbus Server. DHCP is disabled.
I want to change the IP Address at run-time. How is it possible?
