STM32H7 Race condition in HAL_QSPI_Transmit_DMA with MCU package 1.11.0
We noticed that there is a race condition in the function HAL_QSPI_Transmit_DMA in the following code:/* Enable the QSPI transmit MDMA */ if (HAL_MDMA_Start_IT(hqspi->hmdma, (uint32_t)pData, (uint32_t)&hqspi->Instance->DR, hqspi->TxXferSize, 1) == HA...