Skip to main content
Associate III
August 29, 2023
Question

QSPI on STM32H750B-DK & NUCLEO-H743ZI2

  • August 29, 2023
  • 3 replies
  • 1063 views

Hi I m contemplating QSPI communication between the aforementioned 2 EVK to a FPGA board, anyone can advise any step by step tutorial using QSPI master & slave? Or any tutorial on QSPI with external flash ?? TQ.   

This topic has been closed for replies.

3 replies

ST Technical Moderator
August 30, 2023

Hello @StanCosgrove and welcome to the Community :)

For the QSPI with external flash, I recommend you to check the following resources:

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
Tesla DeLorean
Guru
December 1, 2023

I see this is from a few months ago, but a similar slave question came up again.

No you can't be a QSPI,OSPI,XSPI slave with any of the STM32 currently available, much better done with a CPLD/FPGA.

Want two boards to communicate, perhaps implement a FIFO memory slave, or some thing supporting Dual Port RAM

Examples, perhaps check BSP or QSPI/OSPI examples

https://github.com/STMicroelectronics/STM32CubeH7/blob/master/Drivers/BSP/STM32H743I-EVAL/stm32h743i_eval_qspi.c

https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H743I-EVAL/Examples/QSPI

 

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

The schematic for the NUCLEO-H743ZI2 board (see under CAD Resources tab) should identify the QSPI signal positions on the connector header. CLK, NCS, IO0, IO1, IO2 and IO3

* PB2,PG6,PD11,PD12,PE2,PD13 (CUSTOM11) NUCLEO-H743ZI2

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