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 Incorrect Use of Interrupt Executor for Audio Callback #14

Open
Dicklessgreat opened this issue Sep 6, 2024 · 0 comments
Open

Fix Incorrect Use of Interrupt Executor for Audio Callback #14

Dicklessgreat opened this issue Sep 6, 2024 · 0 comments

Comments

@Dicklessgreat
Copy link
Owner

Dicklessgreat commented Sep 6, 2024

In looper example, I found things are not set up correctly, although it works by some miracle.

Steps to fix

  • Should unmask interrupt
  • not SAI1, but DMA1_STR1(need to be investigated)?
  • replace interface.start() with interface.setup_and_release()(to stop internal loop in Interface::start())
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

No branches or pull requests

1 participant