2024-03-27 08:26 AM
Hello dear community,
I’m working on a USB sound interface, using a STM32F7 and an external DAC chip offering 8 stereo output channels.
Most of the DAC are offering multiple serial data inputs ports. For example, the Analog Device ADAU1966A is offering 8x data inputs. That’s great to lower the clock speed.
For example, for 8 stereo channels at 24-bit 96kHz, the clock speed will be
On the STM32F723, if I understand correctly, there are 2 SAI ports. Each SAI has two blocs, SAI_A and SAI_B, so two serial data outputs that I can use to transfert the audio data to the DAC.
Image of the envisaged communication:
I have 2 questions:
Thanks a lot, have a nice day!
Jean