Tool/software: Code Composer Studio
Hi,
We implemented Tas5754 into a stereo system on our project, after verified the EQ data on EVM then the header file was exported. We found page0 register 02 must set to 0x10(disabled DAC) otherwise those data would never written into the DSP. Pls advise whether the the Dac must be disabled before activated updated data.
Pls found below the inti data,
cfg_reg registers[] = {
//// Dump of TAS5754/6M for DirectI2CTab->RegisterDump
////standby
{ 0x00, 0x00 },
{ 0x02, 0x10 },
//// reg[1][3] = 0x04
{ 0x00, 0x01 },
{ 0x03, 0x04 },
//// reg[0][0x3] = 0x11
{ 0x00, 0x00 },
{ 0x03, 0x11 },
//// Coefficient Memory A
//// page 44 (0x2C)
{ 0x00, 0x2c },
{ 0x08, 0x7f },
{ 0x09, 0xff },
{ 0x0a, 0xff },
{ 0x0b, 0x00 },
{ 0x0c, 0xff },
{ 0x0d, 0xff },
{ 0x0e, 0xff },
{ 0x0f, 0x00 },
Best regards,
Bruce