HAL library bug in OSPI driver
Source and destination parameters are incorrectly placed in the following code:
stm32h7xx_hal_ospi.c
Line 1496
HAL_OSPI_Transmit_DMA function
if (HAL_MDMA_Start_IT(hospi->hmdma, (uint32_t)pData, (uint32_t)&hospi->Instance->DR, hospi->XferSize, 1) == \
HAL_OK)
