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] QUADSPI support bank 2 #1995

Merged
merged 7 commits into from
Oct 3, 2023
Merged

[STM32] QUADSPI support bank 2 #1995

merged 7 commits into from
Oct 3, 2023

Conversation

JuliDi
Copy link
Contributor

@JuliDi JuliDi commented Oct 2, 2023

This PR supports using QSPI bank 2 on stm32 by introducing a second constructor that accepts the pins implementing the BK2 traits.
It does not yet allow for using both banks, but at least you can use bank 2 for now, e.g., if BK1 pins are used by another peripheral or so.

Further, a "precautionary step" according to the STM32H7 errata sheet is added. It looks very odd, but it is what the recommended "workaround" looks like. Hope it avoids some unwanted surprises in the future.

@Dirbaio
Copy link
Member

Dirbaio commented Oct 2, 2023

bender run

@Dirbaio Dirbaio added this pull request to the merge queue Oct 3, 2023
Merged via the queue into embassy-rs:main with commit 6e90184 Oct 3, 2023
3 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