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 QUADSPI Support for H7 and M25P16 Flash Driver #8915

Merged
merged 7 commits into from May 25, 2023

Conversation

mluessi
Copy link
Contributor

@mluessi mluessi commented Mar 24, 2023

This is based on the QUADSPI driver from Betaflight that was originally written by @hydra and QUADSPI support for the M25P16 flash driver I had added later.

Currently this only supports H7, but it should be easy to add support for other STM32's that support QUADSPI and use the HAL.

I have tested this with an H750 and a cypress S25FL128L flash connected with 4 data lines. It should also work for other flash chips supported by the M25P16 driver that support QUADSPI.

@hydra
Copy link
Contributor

hydra commented Mar 24, 2023

@mluessi Cool! Nice to see my work ported over and being useful! Fancy doing the H72x/H73x OctoSPI port too?

@mluessi
Copy link
Contributor Author

mluessi commented Mar 25, 2023

@hydra thanks! At the moment I'm to busy with other things to look into the OctoSpi. I also don't have access to a target that supports it, which makes it less fun to work on it ;)

@DzikuVx DzikuVx added this to the 7.0 milestone Apr 7, 2023
@DzikuVx DzikuVx merged commit ccbd3e9 into iNavFlight:master May 25, 2023
13 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.

None yet

4 participants