2024-07-04 04:20 AM - last edited on 2024-07-04 04:36 AM by Andrew Neil
Hello everyone,
I am currently working on a project with the STM32U5A9 microcontroller and am trying to interface the W25Q64JV flash memory using the OctoSPI bus in QuadSPI mode. Despite extensive searches, I have been unable to find relevant examples or documentation that specifically address this configuration.
Could anyone in the community kindly share any sample code or resources that could assist with this setup? Any guidance or pointers to documentation would be greatly appreciated as it would greatly help in advancing my project.
Thank you in advance for your time and assistance!
Best regards,
Nazar
2024-07-04 11:18 AM
It works materially the same..
2024-07-04 11:20 AM
https://github.com/cturvey/stm32extldr/tree/main/u5_w25q128
2024-07-05 10:34 AM - edited 2024-07-05 10:37 AM
Odd doppelganger https://community.st.com/t5/stm32-mcus-embedded-software/problem-with-integration-of-w25q128jv-on-stm32u5a9/td-p/694270
Not sure if you're using the W25Q128 or W25Q64, the body suggests the latter, not sure if the former is from @Andrew Neil title edit/cleanup
2024-07-09 07:44 AM - edited 2024-07-09 07:45 AM
Hello @GhostVVS ,
Besides @Tesla DeLorean answers, I recommend you to refer to AN5050 and get inspired from the steps shared in section 6.2 OCTOSPI configuration with STM32CubeMX.
May BSP example can help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.