Skip to main content
Explorer II
June 4, 2025
Solved

STM32H723 - Qspi

  • June 4, 2025
  • 2 replies
  • 730 views

Hello Support, 

 

I am not able to find the QSPI config in the STMCube 1.18.1version. I have attached the snapshot. According to the EvalBord it supports QSPI. 

CAN you guide me here for the setup. 

 

Best Reagrds,

Manikanta

    This topic has been closed for replies.
    Best answer by TDK

    QSPI is a subset of OCTOSPI1 here. Configure the OCTOSPI1 peripheral and ensure it uses the pins you expect.

    2 replies

    TDKAnswer
    Super User
    June 4, 2025

    QSPI is a subset of OCTOSPI1 here. Configure the OCTOSPI1 peripheral and ensure it uses the pins you expect.

    Technical Moderator
    June 4, 2025

    Hello @mani9989;

     

    The OCTOSPI interface is fully configurable and supports two, four or eight data lines: Single-SPI (traditional SPI), Dual-SPI, Quad-SPI and Octo-SPI.

    You can configure the OCTOSPI on QUAD-SPI mode.

    I recommend you to look at AN5050 precisely "Table 7. STM32CubeMX - Configuration of OCTOSPI signals and mode" , "Table 8. STM32CubeMX - Configuration of OCTOSPI parameters"  and "7.2 OCTOSPI configuration with STM32CubeMX" section and get inspired to configure the OCTOSPI on QUAD-SPI mode.

    KDJEM1_0-1749049622335.png

     

    These tables can help you on how to configure the OCTOSPI with QUAD-SPI memory.

     

    Thank you.

    Kaouthar