Skip to main content
Associate II
September 26, 2023
Solved

stm32 Ethernet Error

  • September 26, 2023
  • 2 replies
  • 1826 views

The problem you are experiencing with your STM32F407IGT6 board is that after programming the firmware and using Ethernet (UDP) communication, if you power it off and then back on, the Ethernet communication doesn't work. However, if you press the Reset button, Ethernet communication becomes operational again. Do you happen to know the reason for this?

This topic has been closed for replies.
Best answer by TDK

Could be getting stuck on startup in some initialization method, perhaps clock initialization. Instrument your code or attach a debugger without resetting to understand where the processor is at when it's stuck and correct.

2 replies

TDK
TDKBest answer
Super User
September 26, 2023

Could be getting stuck on startup in some initialization method, perhaps clock initialization. Instrument your code or attach a debugger without resetting to understand where the processor is at when it's stuck and correct.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Associate II
September 26, 2023

When entering debugging mode and opening the "start" file, the main screen does not appear. In this state, it is only when you perform a restart (Run -> Restart) that it starts from the "Main.cv" file. Is there a possible connection with this issue? I'm also providing the code for your review. Can you help me investigate this?