DHCP error in LwIP Ethernet middleware on STM32H755 CM4
The problem ethernet link with NUCLEO-H755ZI-Q.
The conditions are as follows:
- Board: NUCLEO-H755ZI-Q
- Ethenet select core: CM4
- STM32Cube_FW_H7: V1.12.1
- LWIP: V2.1.2
- DHCP client
In this case, the Ack from the DHCP server could not be confirmed as being received.
dhcp->pcb_allocated is set to 0 (in function of dhcp_recv()).
A similar error has not occurred with CM7.
Do you happen to know the reason for this?
