cancel
Showing results for 
Search instead for 
Did you mean: 

QSPI on STM32H750B-DK & NUCLEO-H743ZI2

StanCosgrove
Associate II

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.   

3 REPLIES 3
Imen.D
ST Employee

Hello @StanCosgrove and welcome to the Community 🙂

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

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

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
Up vote any posts that you find helpful, it shows what's working..

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
Up vote any posts that you find helpful, it shows what's working..