Provides the STM32Cube MCU Component "hal_driver" of the STM32H7 series.
BSD 3-Clause "New" or "Revised" License
97
stars
43
forks
source link
Fix DMA HAL enabling FIFO Error interrupt even if FIFO is not enabled #78
Closed
vishwamartur closed 3 weeks ago
Related to #76
Add condition to enable FIFO Error interrupt only if FIFO is enabled.
Src/stm32h7xx_hal_dma_ex.c
to check if FIFO is enabled before enabling FIFO Error interrupt.