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

stm32: Implement reads of DTS peripheral #3717

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

yodaldevoid
Copy link
Contributor

Only PCLK-driven operation is supported. Similarly, only software triggering is supported.

@yodaldevoid
Copy link
Contributor Author

Looks like the DTS is not being marked as an RCC peripheral for at least one H7 chip. I'll do some digging to figure out if this is a metapac issue or a hardware difference.

@yodaldevoid
Copy link
Contributor Author

A quick look confirms this is an issue with the metapac. This may take some time to fix.

@yodaldevoid
Copy link
Contributor Author

Fix of metapac in embassy-rs/stm32-data#559.

@yodaldevoid yodaldevoid force-pushed the stm32-dts branch 2 times, most recently from acaa931 to 5a72f1f Compare January 4, 2025 18:49
@yodaldevoid
Copy link
Contributor Author

PR updated with hardware triggers because it was easy enough to add.

Only PCLK-driven operation is supported.
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.

thank you! :)

@Dirbaio Dirbaio added this pull request to the merge queue Jan 5, 2025
Merged via the queue into embassy-rs:main with commit 78c49a7 Jan 5, 2025
7 checks passed
@yodaldevoid yodaldevoid deleted the stm32-dts branch January 6, 2025 13:49
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