Skip to main content
Associate III
October 4, 2023
Question

stm32u575rit6 qspi driver

  • October 4, 2023
  • 5 replies
  • 2414 views

Hi,

I am using Cubemax version 6.8.0 for driver generation after configuring QSPI i am not able see any QSPI related driver in stm32ide Version: 1.12.0

Regards,

Prakash R

 

This topic has been closed for replies.

5 replies

Associate III
October 4, 2023

please let me to know any example related to stm32u575rit QSPI 

Regards,

Prakash R

ST Technical Moderator
October 4, 2023

Hello @Prakash_Raj1994 and welcome to ST Community,

Would you provide more details about the use case? your hardware configuration? the external memory/device used?

For instance, OSPI examples are provided, so you can use them and configure your QSPI target.

 

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL
Associate III
October 5, 2023

hello,

W25Q16JVZPIQ this is flash memory i am interfacing with stm32u575rit6.. I configure QSPI driver generated for ospi.  can you give any example to get device id.

regards,

Prakash R 

ST Technical Moderator
October 5, 2023

Hello again @Prakash_Raj1994 

Unfortunately, we cannot provide all the examples. You can try implementing it yourself. If you face any issue, we are here to help.  

You need to check the datasheet first. 

FBelaid_0-1696504515970.png

 

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL
Tesla DeLorean
Guru
October 5, 2023

Example of READID command dispatch on STM32U5 OCTOSPI to QSPI Winbond / Micron / Macronix NOR Flash devices.  https://github.com/cturvey/stm32extldr/blob/main/ospi_qspi_readid.c

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..