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

Missing Channel<ADC3> implementation for PE9 and PE10? #344

Closed
dpralas opened this issue Nov 9, 2023 · 0 comments · Fixed by #345
Closed

Missing Channel<ADC3> implementation for PE9 and PE10? #344

dpralas opened this issue Nov 9, 2023 · 0 comments · Fixed by #345

Comments

@dpralas
Copy link
Contributor

dpralas commented Nov 9, 2023

To keep the description short, we are having problems reading GPIO pins 9 and 10 when using feature = "stm32f303xe". It seems to be due to missing Channel trait implementations under the #[cfg(any(feature = "stm32f303xd", feature = "stm32f303xe"))] conditional in https://github.com/stm32-rs/stm32f3xx-hal/blob/master/src/adc/channel.rs#L267. So far we've been using the following fork and revision: https://github.com/ferrous-systems/stm32f3xx-hal#c9b278b which does contain the implementations, but we want to switch to this upstream repository. Is this a bug?

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

Successfully merging a pull request may close this issue.

1 participant