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

"qspi_enable_quad" doesn't do anything #808

Open
ali1234 opened this issue Mar 4, 2023 · 1 comment
Open

"qspi_enable_quad" doesn't do anything #808

ali1234 opened this issue Mar 4, 2023 · 1 comment

Comments

@ali1234
Copy link
Contributor

ali1234 commented Mar 4, 2023

static HAL_StatusTypeDef qspi_enable_quad(QSPI_HandleTypeDef *hqspi)

This function does nothing on beta/release hardware, because the Micron flash doesn't have a command 0x31.

It is a left-over from alpha hardware which used a Winbond flash chip. However, it doesn't work there either, because to write the status register you have to send a write enable command first.

@ali1234
Copy link
Contributor Author

ali1234 commented Mar 5, 2023

See ali1234@5353e9f for a fix to make this function work on Winbond flash.

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

No branches or pull requests

1 participant