I am running the TCP echo server on my Nucleo Discovery board, STM32H743.
This is a little different from the provided example based on STM32H7xx, and I modified the *.ld file (most for increasing RAM1 size).
In addition, rand() function is not defined? So I replaced it with sth else.
However, as I started the server, it always gave me a Fault.
Has anyone seen this?
In addition, if I choose NOT to run DHCP client, can I avoid this by setting my IP address manually and remove dhcp_client_create/start?