Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically recover from spurious PHY resets #3822

Open
Gerharddc opened this issue Jan 29, 2025 · 0 comments
Open

Automatically recover from spurious PHY resets #3822

Gerharddc opened this issue Jan 29, 2025 · 0 comments

Comments

@Gerharddc
Copy link
Contributor

It seems my STM32-based board has a problem with spurious Ethernet PHY resets. This causes the connection to be dropped and it never manages to re-establish until I completely reset the board. I believe this is a hardware problem related to noise on the reset signal for the PHY and the goal is to fix it ASAP. However, in principle, this is an issue that the software should be able to recover from. It would thus be great if Embassy could automatically detect and recover from such a situation.

I have managed to get automated detection working in #3821 however, simply reconfiguring the PHY does not seem to fix the problem. My assumption is that something upstream in the stack also needs to be reset to deal with the PHY having been reset. Any ideas where to look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant