2019-04-05 07:48 AM
I am new to stm32h743. I have ported project LwIP_TCP_Echo_Server for eval pcb to nucleo h743 and all works ok. Within the dhcp list of linked device see my device with "unknown" name. I have added "#define LWIP_NETIF_HOSTNAME 1" into the lwipopts.h but nothing changes. I have make the same changes to the original example project with the same result.
At the moment I left the default name "lwip". What should I do to resolve the problem?