STM32H573-DK freeRTOS LWIP DHCP
Hi all.
Am working with the STM32H573-DK, trying to get the ethernet connection working with FreeRTOS & LWIP over DHCP.
I can see with Wireshark that it's sending the DHCP discover out ok & the DHCP server is responding with an offer but the code seems to miss that packet.
I know the code is receiving some ARP packets from the DHCP server.
I know that the hardware works ok if I use the ThreadX example (but I need a FreeRTOS environment).
My best guess so far is the DK is not receiving UDP packets? (Which is the format of the DHCP Offer)
Anyone else experienced similar with this DK?
