We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has become requested both on slack and the forum.
The SAI2 peripheral exposed on the pinout of the Daisy Seed is capable of working with TDM, but the current sai module does not support it yet.
sai
The HAL Reference, and STM32H750 Reference Manual can be used to determine the specific configurations needed, and what needs to be done.
The text was updated successfully, but these errors were encountered:
Hi @stephenhensley,
i created a working implementation:
https://github.com/heartwerker/daisy_seed_tdm_eurorack_pmod https://github.com/heartwerker/libDaisy/tree/feature/audio-tdm-codec-ak4619
open to do a proper PR for that!
:)
Sorry, something went wrong.
No branches or pull requests
This has become requested both on slack and the forum.
The SAI2 peripheral exposed on the pinout of the Daisy Seed is capable of working with TDM, but the current
sai
module does not support it yet.The HAL Reference, and STM32H750 Reference Manual can be used to determine the specific configurations needed, and what needs to be done.
The text was updated successfully, but these errors were encountered: