2024-08-14 08:15 AM
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.
There are no options, my parameter settings are below
QSPI is working fine in Indirect/Polling mode and interrupts are enabled. This is for a STM32H743VIT,
Any idea?
Thanks,
Hans.
Solved! Go to Solution.
2024-08-14 09:00 AM
Go into the MDMA peripheral, add a channel for QSPI, and then you will be able to add it within QSPI.
2024-08-14 09:00 AM
Go into the MDMA peripheral, add a channel for QSPI, and then you will be able to add it within QSPI.
2024-08-14 09:04 AM
I knew it would be something simple, I can only say DOH!
Thanks,
Hans.