cancel
Showing results for 
Search instead for 
Did you mean: 

H743 QSPI DMA

hans86
Associate II

Hi All,

Probably easy question, I would like to use DMA with QSPI (e.g. HAL_QSPI_Receive_DMA) but STM32CubeIDE/MX (1.16.0) is not giving me any options to configure it.

Screenshot 2024-08-14 153303.png

There are no options, my parameter settings are below

Screenshot 2024-08-14 153209.png

QSPI is working fine in Indirect/Polling mode and interrupts are enabled. This is for a STM32H743VIT,

Any idea?

Thanks,
Hans.

 

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Go into the MDMA peripheral, add a channel for QSPI, and then you will be able to add it within QSPI.

TDK_0-1723651193758.png

 

TDK_1-1723651213862.png

 

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

Go into the MDMA peripheral, add a channel for QSPI, and then you will be able to add it within QSPI.

TDK_0-1723651193758.png

 

TDK_1-1723651213862.png

 

If you feel a post has answered your question, please click "Accept as Solution".
hans86
Associate II

I knew it would be something simple, I can only say DOH!

Thanks,
Hans.