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 quad I/O mode to flash driver (0xEB) #275

Open
antonblanchard opened this issue Feb 16, 2021 · 0 comments
Open

Add quad I/O mode to flash driver (0xEB) #275

antonblanchard opened this issue Feb 16, 2021 · 0 comments
Labels
enhancement New feature or request performance Improving performance

Comments

@antonblanchard
Copy link
Owner

We currently support quad read mode (0x6B), where we send commands to the flash over 1 wire and read from it with 4 wires. We could get a bit of a speed up by using quad I/O mode (0xEB), which uses 4 wires for both directions.

@antonblanchard antonblanchard added performance Improving performance enhancement New feature or request labels Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Improving performance
Projects
None yet
Development

No branches or pull requests

1 participant