-
Notifications
You must be signed in to change notification settings - Fork 105
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
H723 ethernet #445
H723 ethernet #445
Conversation
I'm unable to reproduce the build error locally. The build error is referencing smoltcp 0.10.0, but Cargo.toml specifies 0.9.0 and the examples build fine with that version. Might be a build cache issue? |
Mid-term it might be better to use move over to |
Ah awesome, good to see it's getting its own crate - I'll close this out and see if any of this is needed over there. Thanks! |
But let's make sure the 723 is actually supported there, that it lands in stm32-eth, and that stm32h7xx-hal migrates. |
Yes it would be great to merge this fix and example for the H723 already. Could you consider re-opening the PR @jlogan03 ? I'm not clear why smoltcp |
Sure thing - rebased & updated the example for smoltcp 0.10.x |
The github merge queue reported a conflict with the base branch, but there was no conflict. Presumably a github bug, so I merged manually. |
For now I'm going to revert the changes to RM0468 Rev 3 contains this note: @jlogan03 I guess these clocks are different on your custom implementation. It may be that asserting |
Interesting, I'll have to dig into that. Both my implementation and the dev board use the internal clock in the chip, and the same code runs on both (including the same clock setup), so it'll be an adventure figuring out why it trips some boards and not others. |
ethernet-rtic-stm32h735g-dk
exampleProof that the link comes up on the nucleo board:
nucleo-h723zg_link.mp4