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

F2 ADC fixes #2513

Merged
merged 2 commits into from
Feb 1, 2024
Merged

F2 ADC fixes #2513

merged 2 commits into from
Feb 1, 2024

Conversation

Gekkio
Copy link
Contributor

@Gekkio Gekkio commented Feb 1, 2024

I recently tested the ADC on STM32F215, and it seems to work great with the exception of these two small differences compared to F4/F7.

PS. F2 ADC is listed as "?" in the stm32 register versions Google sheet. I quickly compared the F2 reference manual with ADC v2 register definitions in stm32-data and couldn't find differences, so at least to me it looks like a match and the current v2 assumption seems correct.

On all F2 devices (F205/207/215/217) the sensor is connected to
ADC1_IN16, and is not shared with VBAT which is connected to ADC1_IN18.
Copy link
Member

@Dirbaio Dirbaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@Dirbaio Dirbaio added this pull request to the merge queue Feb 1, 2024
Merged via the queue into embassy-rs:main with commit 8800d29 Feb 1, 2024
9 checks passed
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 this pull request may close these issues.

2 participants