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

Enabling/resetting DMA2 after DMA1 configuration appears to stall application #272

Closed
ryan-summers opened this issue Feb 16, 2021 · 0 comments · Fixed by #273
Closed

Enabling/resetting DMA2 after DMA1 configuration appears to stall application #272

ryan-summers opened this issue Feb 16, 2021 · 0 comments · Fixed by #273
Assignees
Labels
bug Something isn't working

Comments

@ryan-summers
Copy link
Member

It appears that configuring the DMA2 peripheral after the DMA1 streams have all been configured can lead to conditions where the DMA1 streams do not fire.

To work around this, the DMA2 enable should be moved to immediately after the DMA1 enable.

@ryan-summers ryan-summers added the bug Something isn't working label Feb 16, 2021
@ryan-summers ryan-summers self-assigned this Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant