Hi,
I'm looking at the datasheet for the TAS5717 from here: http://www.ti.com/lit/gpn/tas5717
On page 33, the table shows the initialization value of System Control Register 1 (at 0x03) to be 0xA0. On page 39, where the meaning of the bits in this register is described, it shows the initialization value to be 0x90. If I read this register from the chip, i get 0xA0, so what is the meaning of the bits in that register?
One other thing... Am I correct in thinking that the minimal set of things I need to do to get sound to come out is:
- Set the serial data format in SERIAL DATA INTERFACE REGISTER (0x04).
- Clear bit 6 in SYSTEM CONTROL REGISTER 2 (0x05) to exit shutdown mode.
- Set the master volume to something sensible.
- Start sending audio data into the I2S port.
Are there any other steps to take?
Thanks
Nick