This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TAS5733L: tas5733l

Part Number: TAS5733L

Tool/software: Linux

Hi, I am using the TAS5733l Amp. But the channel 1 register gain (0x08) overwrite to 0x00 (from 0x00C0).

I am attaching the header file where i do the initialisation. 

Anyone help why this value is overwrite automatically.tas5733l.zip

Thanks,

Nikhil

  • Hi Nikhil,

    Your attached script is using I2C burst mode, and the 0x08 register is configured to 0x00c0 as below capture.

    If you want to overwrite to 0x0000, it should be {CFG_META_BURST, 3}, {0x08, 0x00}, {0x00, 0x00}.

    Rdgs,

    Matthew