Hi,
In my project, I intend to use a C5000 MCU to interface with TAS5717 via the I2S protocol. The MCU is the master, and TAS5717 is the slave.
For the I2S protocol, TAS5717 has 4 pins:
- LRCLK
- SCLK
- SDIN
- MCLK
and the C5000 MCU (when configured as master) has 3 pins:
- FS
- CLK
- DX
So it seems that the C5000 MCU has no pin to connect to pin MCLK of TAS5717. In this case, can TAS5717 still work properly?
Thank you,