Ethernet configuration on STM32F746G-Disco
Hello, I have one STM32F746G-Disco, which works well with TouchGFX (v4.22.1) and STM32CUBEIDE (v1.13.2).
However, when I enabled the ethernet and LwIP, then set the PHY to LAN8742 in the LwIP, the display does not work as below. If I did not set the PHY, the display was shown well.

After debugging, the application is stuck in the function of low_level_init in the file ethernetif.c.It keeps checking the link statue after pressing F8 to resume the application in the debug mode by STM32CubeIDE. Although the state is LAN8742_STATUS_100MBITS_FULLDUPLEX (2) which is bigger than LAN8742_STATUS_LINK_DOWN (1).
And at the same time, if disconnecting the ethernet cable, the PHYLinkState does not changed.

May I know if there is anything I should set? Thanks.
