Question
what are the MDMA setting for OCTOSPI
Those are the setting for STM32H7A3IIT6Q ? (there is AN5050 where they show but DMA setting only)
I am trying to use
HAL_OSPI_Transmit_DMA(&hospi2, aTxBuffer)
(I have this chip working in interrupt mode fine , HAL_OSPI_Transmit_IT(&hospi2, aTxBuffer) but not MDMA)

I have this working for STM32L4P5G with following settings

