Other Parts Discussed in Thread: TAS5414
Hi.
My scheme have two TAS5414 chip. The first TAS5414 - the master (i2c-address 0xD8 / 0xD9). Second - slave (i2c-address - 0xDA / 0xDB).
Initialization I2C master after leaving standby:
1 .Read register 0
2. Read register 1
3. Write register 0x09 0xF0 - Current limit level 2 for all channels, thermal foldback is active
4. Write in the register 0x0A 0x4E - Send sync pulse from OSC_SYNC pin, report clip and OTW, fS = 357 kHz
What is better to choose the frequency (357 kHz or 417 kHz or 500 kHz)?
5. Write register 0x0B 0xC0 - master clock mode, enable clock output on OSC_SYNC pin
Initialize slave:
1 .Read register 0
2. Read register 1
3. Write register 0x0B 0x10 - Enable tweeter-detect mode, Enable slave mode
Are there enough such initialization, or must to add something else?
Thanks!