NUCLEO_F746ZG LAN stops working after few days.
Port, board and/or hardware
NUCLEO_F746ZG
MicroPython version
Micropython v1.17
Reproduction
Just using it for a while.
Expected behaviour
To continue communicating.
Observed behaviour
This happens randomly. It can happen after 1 day or after 20 days. The code continues to work.
Additional Information
Micropython stops communicating with the LAN chip. I have no way of resetting the chip. I tried to reactivate the LAN driver. I also tried extending the C part of the LAN driver and look at the registers but did not find a solution there. Resetting the micropython solves the issue. I guess the LAN chip also gets a reset. Is there anything i can test or extend to find out what the issue is and how to fix it. Thanks.
Code of Conduct
Yes, I agree
network.LAN on NUCLEO_F429ZI
i'm having the same issue presented in this thread
https://forum.micropython.org/viewtopic.php?f=12&t=6804
the REPL crashes whenever network.LAN() instance is created