-
Notifications
You must be signed in to change notification settings - Fork 143
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
More SAMx7x ADC features #998
More SAMx7x ADC features #998
Conversation
chris-durand
commented
Apr 12, 2023
- Oversampling
- Multi-channel conversion sequences
- Hardware triggering
- Examples
- Multi-channel sequence
- DMA with hardware timer trigger
- Test examples in hardware
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 👍🏽
@chris-durand Please rebase and merge when you have time. |
I'll merge it tomorrow. |
Clear data ready flag and do not return previous result if it has not been read from the LCDR register. When using conversion sequences data is normally read from the CDR register which does not clear the data ready flag.
eeab88c
to
c7c4c57
Compare
I have pushed another commit to fix a driver bug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go!