Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DMA HAL enabling FIFO Error interrupt even if FIFO is not enabled #78

Conversation

vishwamartur
Copy link

Related to #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).

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).
@ST-dot-com
Copy link

This pull request has been refused, the Contribution License Agreement must be signed.

@ST-dot-com ST-dot-com closed this Nov 2, 2024
Copy link
Author

@vishwamartur vishwamartur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants