-
Notifications
You must be signed in to change notification settings - Fork 73
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
Issues with MT25QL512 #5
Comments
Hi @albertomercurio, are you still facing the issue?. I had faced same issue with MT25QL512 drivers, but solved after changing dummy cycle parameter inside function What I followed for solving this issue: You can get device datasheet from: mt25ql512 datasheet In the driver code, command-address-data is set 1-1-4 which is for extended SPI, and dummy cycle set for 10 which is for Quad spi mode (Page 37 in datasheet). As per datasheet, dummy cycle config for extended SPI should be 8. |
Hello Guys, I am having an issue with the MT25QL512 embedded in the STM32H750_DK. I tried the same code from ST MOOC but didn't work, I tried also all possible configurations but no news. Do you have an idea what could be the issue? BTW, my problem is that I can't communicate with the Memory. Thanks, |
Thanks! this was perfect for me! |
Hello,
i followed this guide several times, i correctly set my MT25L128, now i want to set MT25QL512, however i does not work properly.
When i program the flash memory through the Programmer, the number are shifted by one byte, like in this picture.
I copied and pasted the entire driver but it doen't work. The only different parameters are the CubeMX settings. I used:
The text was updated successfully, but these errors were encountered: