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.
2024-03-02 03: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.
2023-07-06 12:55 AM - edited 2023-07-06 12:55 AM
Hello @JJhin.1,
Which Cube Firmware version are you using?
Imen
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
2023-07-10 05:45 AM
Hello @JJhin.1
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.
2023-07-10 10:45 PM - edited 2023-07-11 09:44 PM
hii @Semer CHERNI Plz check this ioc file.
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.
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?
2023-10-24 09: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.
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.
2024-03-02 03: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.