-
Notifications
You must be signed in to change notification settings - Fork 3k
stm32f4xx: Consider all DMA ready/busy states in conditionals #4263
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
Conversation
Any update fro this pull request? |
According to @betzw, ARMmbed#3424 was put in for I2S with DMA. However, the latest I2S library now works without this patch. The changes in DMA HAL for this potentially introduced corner case scenarios. So it's best to revert the DMA changes.
Yes, reverting #3424 fixes my issue with |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@pliny Have you signed the CLA? Can you link to your developer.mbed.org account showing you have accepted? https://developer.mbed.org/contributor_agreement/ |
Fix for #4262
This fixes potential corner case issues relating to
stopping, starting, init/deinit, and setting callbacks.
The issue is only found with the stm32f4xx targets.