libDaisy
libDaisy copied to clipboard
Feature - TDM SAI/Codec Support
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.
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!
:)