Ethernet not working on STM32h747 disco board
Hi All,
We are using latest CubeH7 V 1.10.0,
we have followed community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP-stack-working and community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32.
but the Ethernet is not coming up, the HAL_ETH_Init() call is stuck in checking for software reset, * Wait for software reset */
while (READ_BIT(heth->Instance->DMAMR, ETH_DMAMR_SWR) > 0U) ,
Any pointer for this issue?
Thanks & Regards,
S.H.
