Skip to main content
vbk22398
Senior
January 9, 2025
Question

Ethernet_F439_Error_Handler

  • January 9, 2025
  • 1 reply
  • 629 views

 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

 

Screenshot 2025-01-09 105141.png

1 reply

mbarg.1
Senior III
January 9, 2025

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 ...

vbk22398
vbk22398Author
Senior
January 10, 2025

Hi @mbarg.1 

A) It is STM32F439ZIT6 Nucleo
B) I use STM32F429ZI Nucleo's example
C) I'll try and reply in the same thread.

Thanks for the reply!