Replies: 7 comments 6 replies
-
|
Hi @xRadx |
Beta Was this translation helpful? Give feedback.
-
|
Not with the same software, but the same libs/IDE compiled on the same PC I flash firmware on F767ZI. It works w/o any problems from 2months (so nut too long), but also different network. The F746ZG was working fine for more than 1year... So it would rather difficult to compare vs other boards etc. I am concern on how to try debug this issue... |
Beta Was this translation helpful? Give feedback.
-
|
The flash is used only at the SW programming stage. Then no writing to the flash at all while a code is running... Is there any spot in the lib code where it checks ethernet link periodically? |
Beta Was this translation helpful? Give feedback.
-
|
I bought another board the same type, but it also looses link... Reset button does not help. Reconnecting ethernet cable makes even worst - LEDs go OFF and even reset button does not help... The only trick that does the job is changing port on a network swtich the nucleo is connected to. But to the same switch are connected also other devices that works w/o any problems... I will check if Nucleo will work on the new port and if not then I would try a different switch. |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately either with any port and another switch nucleo looses the ethernet link. |
Beta Was this translation helpful? Give feedback.
-
|
Some time has passed and I have an update: and with this change my nucleo F746ZG was working 3days w/o visible interrupts. With a next change I did set almost all free pins to inputs so the final code is: and with this the ethernet brakes after a while... After I have updated the STM32duino core to the latest it even goes down earlier (maybe by chance)... Any idea what's the reason? |
Beta Was this translation helpful? Give feedback.
-
|
I use INPUT_PULLUP (instead just INPUT) because to the pins are connected such a mechanical buttons that when not pressed then the pin is floating (causing random readings) and when is pressed then connected/shorted to GND. I did not check if this particular INPUT_PULLUP is causing the Ethernet breakage or the problem is when all of these or maybe some particular pins from listed are initiated anyhow (OUTPUT/INPUT or anything else). I will check that. I have noticed that core default Ethernet pin map is much wider (more pins are involved), but according to the schematic - only these I entered are connected. But maybe some others are used... Thanks for the hint with Serial.flush(); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I am facing an issue with Ethernet link on Nucleo F746ZG board.
The board was working correctly for many months, but recently it has stared loosing the link : LEDs are blinking, however it's not possible to connect to the boards, the board is not responding to ping and is not visible on router's connected devices list.
There were no changes to the board (HW or SW), some other devices were added to the network, but neither MAC or IP address is duplicated...
Anyone has some ideas of the reason or advice on how to start with troubleshooting this issue?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions