2025-01-08 09:30 PM
I am using a standard working example of STM32F429ZI on an STM32F439ZI. Usually if the pinout match, these codes work if the series differs also. But the Ethernet initialization is not happening and since the code is given by STM32 Cube IDE, unable to find where to modify things. Kindly help me in this concern. I am attaching an image related to the same issue.
Thanks
2025-01-08 10:37 PM
I will start from silly questions:
A) what is your hw? eval, nucleo ...
B) what is the hw that example uses?
C) Then you have to breakpoint HAL_Eth_Init and get the error code or edit your code adding a global variable where to get value returned from init function.
Now somebody can help you ...