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

Add dma fn read_available and uart-dma-rx example #116

Merged
merged 5 commits into from
Jan 28, 2024

Conversation

usbalbin
Copy link
Contributor

@usbalbin usbalbin commented Jan 5, 2024

No description provided.

//let rx = gpioa.pa3.into_alternate();
let gpioc = dp.GPIOC.split(&mut rcc);
let tx = gpioc.pc10.into_alternate();
let rx = gpioc.pc11.into_alternate();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Anyone have any preference for what pins to use? The commented out lines are same as uart-dma example

@usbalbin usbalbin mentioned this pull request Jan 24, 2024
@no111u3 no111u3 merged commit cd0921d into stm32-rs:main Jan 28, 2024
23 checks passed
@usbalbin
Copy link
Contributor Author

Thank you :)

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