Skip to main content
Explorer II
October 4, 2023
Question

stm32u575rit6 qspi driver

  • October 4, 2023
  • 3 replies
  • 2405 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.

    3 replies

    Explorer II
    October 4, 2023

    please let me to know any example related to stm32u575rit QSPI 

    Regards,

    Prakash R

    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.

     

    Explorer II
    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 

    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

     

    Graduate II
    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