2025-10-01 5:00 AM - last edited on 2025-10-01 6:22 AM by Andrew Neil
Hi all,
With STM32CubeMX 6.15 and STM32H723VGH, I try to configure the Quad SPI on OCTOSPI1 but it seems CubeMX does not autorize this functionnality. All modes are selectable (single, dual, dual-single, dual-dual...) but only the Quad SPI is not selectable.
If I try with the release 6.14, the Quad SPI is selectable.
Does anyone have the same issue ? Is there any solution ?
2025-10-01 6:13 AM
Hello @JeanMarc_C
First let me thank you for posting.
This is a known issue that has been already reported to dev team in internal Ticket 213718 and it will be fixed as soon as possible.
THX
Ghofrane
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.
2025-10-01 6:28 AM
@Ghofrane GSOURI wrote:This is a known issue
eg, see:
Cubeide v1.19.0 - can't enable QSPI
stm32cubemx V6.15 unable to enbale OSPI as QSPI mode
Is ticket 218043 also related?
Dual Quad SPI mode not avail anymore after migration from CubeMX 6.13.0 to 6.15.0 on STM32H735
2025-10-05 11:15 PM
Thanks a lot for yours answers. So I understand this issue will probably be fixed with the next STM32CUBEMX release, but is there any known workaround with the current version ?
2025-10-06 4:24 AM
Hello @JeanMarc_C
The fix will be included in the next release of STM32CubeMX. In the meantime, the recommended workaround is to generate the required Quad SPI code using an earlier version of CubeMX (6.14.1) or STM32CubeIDE (1.18.1). You can then copy the generated code MX_OCTOSPI1_Init function and any related files into your current project.
THX
Ghofrane
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.