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

Adding ADC support for stm323f4xx #2004

Merged
merged 5 commits into from Jul 17, 2020

Conversation

cosmindanielradu19
Copy link
Contributor

@cosmindanielradu19 cosmindanielradu19 commented Jul 7, 2020

Pull Request Overview

This pull request adds single sample ADC support for stm323f4xx.

Testing Strategy

This pull request was tested by using a stm323f412g discovery

TODO or Help Wanted

Continuous mode implementation troubles. The speed of interrupts is too high and can't send response with Data to the client.

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

@brghena
Copy link
Contributor

brghena commented Jul 7, 2020

Thanks for all the STM32 ADC work! I think whatever issues and decisions come up in #2000 apply equally here as well. And once #2000 is merged, this should be pretty straightforward to pull.

Are there any major differences between the ADC implementation for the F3 and F4 that we should be on the lookout for?

@cosmindanielradu19
Copy link
Contributor Author

There are some differences, there are different registers, the powering on sequence is different and the way that samples are requested differ.

@bradjc bradjc added the last-call Final review period for a pull request. label Jul 16, 2020
@bradjc
Copy link
Contributor

bradjc commented Jul 17, 2020

bors r+

@bors bors bot merged commit 606fdbc into tock:master Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
last-call Final review period for a pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants