LwIP stack on STM32H723 Nucleo with DHCP - IP is not assigned
Hi,
I'm playing with the LwIP stack on an STM32H723 Nucleo. I did everything regarding the variable placement, MPU config in the ram that needed to set up LwIP. With static IP it works just fine. I could ping it and I could implement an UDP server example. After it I thought I try the DHCP. The problem I do not get an IP from the DHCP server. The port on PC is set to have DHCP (tried on multiple PC) and what I see in WireShark is that the nucleo boradcasts DHCP Discover packets, but never gets DHCP Offer packets. And it is the same on multiple PCs, so I suspect something is wrong on the nulceo side. Is there any idea how to track the issue? In the "gnetif" main variable the IP, gateway, subnet is set to zero, no IP assigned to the device.
