Resolved! STM32H743 CubeH7 package DMA IFCR HAL Bug ?
Hi,I have been breaking my head, looking at the following code:STM32Cube_FW_H7_V1.7.0\Driver\STM32H7xx_HAL_Driver\Src\stm32h7xx_hal_dma.cSpecifically at the following:typedef struct { __IO uint32_t ISR; /*!< DMA interrupt status register */ __I...