Problem of porting LwIP to STM32H573I-DK
Hi Everyone,
I'm trying to port LwIP to STM32H573I-DK and has referenced to:
1. GitHub - STMicroelectronics/stm32h5-classic-coremw-apps at v1.0.0
But it still cannot work. The problems is that HAL_ETH_ReadData cannot receive any data after initialized.
The attachment is my ethernetif.c and eth.c which including MX_ETH_Init and HAL_ETH_MspInit
And STM32H573I-DK configuration is also attached.
Thanks for everyone.
