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

MDIO analyzer currently requires the data channel to return to high in between frames, when the specification does not require it #2

Open
Marcus10110 opened this issue Aug 14, 2018 · 0 comments

Comments

@Marcus10110
Copy link
Contributor

The analyzer starts processing every frame with these two calls:

AdvanceToHighMDIO();
AdvanceToStartFrame();

which essentially advance the data until a transition on the data channel is found from high to low.

However, if an existing frame finishes and leaves the data channel low, the specification does not require the data line to return high before the start bits of the next frame.

This document seems to have a pretty good description of the operation:
https://www.st.com/content/ccc/resource/training/technical/product_training/group0/38/cc/5f/43/91/41/40/d1/STM32F7_Peripheral_MDIOS/files/STM32F7_Peripheral_MDIOS.pdf/_jcr_content/translations/en.STM32F7_Peripheral_MDIOS.pdf

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