Plz replace HAL_ETH_Transmit_IT() with HAL_ETH_Transmit() for applications using raw lwip api.
Currently, since there is no explicit call to HAL_ETH_ReleaseTxPacket(), all elements in the PacketAddress[] array will become non-NULL eventually, causing the transmission process to hang indefinitely.

Plz replace HAL_ETH_Transmit_IT() with HAL_ETH_Transmit() for applications using raw lwip api.
Currently, since there is no explicit call to HAL_ETH_ReleaseTxPacket(), all elements in the PacketAddress[] array will become non-NULL eventually, causing the transmission process to hang indefinitely.