stm32 Ethernet Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-26 7:14 AM
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?
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-26 7:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-26 7:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-26 7:26 AM
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?
