Why STM32F207 is getting stucked in Startup file, when im generating ethernet code from CubeMx 6.8.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-05 12:40 AM
Hello guys!
Now a days im facing issue with ethernet configuration in the latest version of CubeMx 6.8.1.
When im configuring the ethernet for my F207 nucleo board in its getting stucked into startup file. and through debugging when im pressing F5 button for manay times, then its getting out from startup file and my code starts working and getting pinged from my PC.
But when im generating code from CubeMx 5.4.0 version for same configuration, its working fine. im not geeting any issues with this version.
has anyone resolved this issue?
Solved! Go to Solution.
- Labels:
-
STM32F2 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-02 3:40 AM
IN THE MDKARM IDE:
If MCU is getting stuck after dumping the code, then you need to Change following settings in Manage Run Time environment:
after doing these settings presse ok and re compile the program and dump the code now Ethernet will work perfectly.
for IAR Workbench Ide no need to change any settings it will work. for STM Cube Ethernet will not work with latest version of CubeMx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-06 12:55 AM - edited ‎2023-07-06 12:55 AM
Hello @jumman_JHINGA,
Which Cube Firmware version are you using?
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-10 12:04 AM
for 6.8.1 firmware version is 1.9.4 and for 5.4.0 firmware version is 1.8.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-10 5:45 AM
Hello @jumman_JHINGA
Could you share the ioc so I will be able to be in the same configuration as yours.
KR,
Semer.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-10 10:45 PM - edited ‎2023-07-11 9:44 PM
hii @Semer CHERNI Plz check this ioc file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-26 10:23 PM
Hi @Semer CHERNI and @Imen.D I am waiting for your replay please help me out to find solution on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-23 10:28 AM
I have similar issue on STM32F746g-disco with CubeMX 6.9.2. Is there any solution for this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-24 9:57 PM
Hii @hbZhao ...
I'll suggest you to don't configure ethernet with latest version of CubeMX.
You should have to configure ethernet manually using HAL libraries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-11-06 10:57 PM
After digging more into this issue, i got to know that , after configuring Ethernet and generating the code through latest version of CubeMx then controller is not able to jump to main function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-02 3:40 AM
IN THE MDKARM IDE:
If MCU is getting stuck after dumping the code, then you need to Change following settings in Manage Run Time environment:
after doing these settings presse ok and re compile the program and dump the code now Ethernet will work perfectly.
for IAR Workbench Ide no need to change any settings it will work. for STM Cube Ethernet will not work with latest version of CubeMx.
