Skip to main content
Associate II
May 5, 2025
Question

Regarding OCTOSPI

  • May 5, 2025
  • 2 replies
  • 432 views

Hello I am using STM32H723ZGT6 mcu for my project and i am using external flash W25Q128JV but in my controller octospi is given and I want to use Quadspi to read\write data in external flash so how can I do it can anyone help me out if you need more details, let me know

2 replies

Tesla DeLorean
Guru
May 5, 2025

It works materially the same.

You set commands as being 8-bit, and then select the width of command, address and data transactions at a clock level to 1, 2 or 4-bits.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
May 5, 2025
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
KDJEM.1
Technical Moderator
May 5, 2025

Hello @Aries16;

 

The OCTOSPI interface supports QuadSPI memories. Please look at FAQ: Does OctoSPI interface support QuadSPI memories?.

You can find in Getting started with Octo-SPI, Hexadeca-SPI, and XSPI interfaces on STM32 MCUs - Application note and precisely section "7.2 OCTOSPI configuration with STM32CubeMX" an example of Quad-SPI PSRAM memory connected to OCTOSPI interface.

KDJEM1_2-1746448159520.png

 

KDJEM1_1-1746448019900.png

 

KDJEM1_0-1746447974481.png

 

I hope this 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.