2025-05-19 5:13 AM - last edited on 2025-05-19 6:05 AM by mƎALLEm
I am using STM32H573 and trying to enable ethernet. I have used the below article for it:
https://community.st.com/t5/stm32-mcus/how-to-use-the-lwip-ethernet-middleware-on-the-stm32h5-series/ta-p/691100
But ethernet is not being initialized. The HAL_ETH_Init is returning error which is resulting in error handler.
This is the condition being checked in MX_ETH_Init function. As even after using the steps mentioned in the article mentioned above the ethernet is not working.
- Do we have to add RX and TX descriptors specific addresses in the linker file?