-
Notifications
You must be signed in to change notification settings - Fork 3
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
add oneshot_recorder #10
base: master
Are you sure you want to change the base?
Conversation
I achieved what I expected, but there's a problem.
I tried some forks of |
You may wanna look at using embedded-fatfs instead of |
...also for most apps you wanna run the audio task in an InterruptExecutor at a higher priority level, to avoid over/underrun |
Thanks! I'll try both! |
Doh! I forgot DMA requires special region for its buffer in STM32H7!!
Noooooo... |
…d for this application)
I suppressed panic by DMA error, but not yet solve the problem. |
First time to use draft.
I wanted to try it out to see what kind of functionality it had.
Not yet implemented