Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DMA HAL enabling FIFO Error interrupt even if FIFO is not enabled
Related to STMicroelectronics#76 Add condition to enable FIFO Error interrupt only if FIFO is enabled. * Modify `Src/stm32h7xx_hal_dma_ex.c` to check if FIFO is enabled before enabling FIFO Error interrupt. * Add condition to line 292 to enable FIFO Error interrupt only if FIFO is enabled (direct mode disabled).
- Loading branch information