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.

About the power consumption on TAS2521

Other Parts Discussed in Thread: TAS2521

Hello,

 

Regarding to the power consumption on TAS2521, my customer has some questions.

They have a concern that there is difference of the current before and after playback.

I verified this phenomenon with my TAS2521 EVM and confirmed same phenomenon.

I have summarized as the current consumption table about each operations.

(Please refer attached file.)

 

(Question)

(1) About difference of the current before and after playback;

Is this from the specifications on TAS2521? Or is there any solution for reducing of the current difference?

 

(2) About Master Reference;

I confirmed that the current of AVDD can be reduced by Master Reference powered down.

Is there any problem for using at standby mode?

(I understand that this setting(powered down) is used for shutdown mode.)

 

(3) Do you have any idea for reducing the current of AVDD more at standby mode?

I think that the current of AVDD is large at standby mode yet. (41.5uA)

 

Regards,

Tao_2199

 

Current consumption by TAS2521 EVM.xlsx

  • Hello,

     

    As additional customer information,

    I will attach 2 files.

    (1) Power consumption table by customer target board.

    ・Power consumption in table -> AVDD+DVDD (total), AVDD=DVDD=1.8V

    ・Transition Standby Mode -> 3 blocks(blow) are powered down. (Same as verification with our TAS 2521 EVM.)

    PLL block: Page 0,Adr 0x05, D7bit:0

    DAC block: Page0,Adr 0x3F, D7bit:0

    SPK-amp block: Page1,Adr 0x2D, D1bit:0

    (Master Reference is not powered down at standby mode.)

     

    (2) Register Script file for Fs192KHz/48KHz

    It is used for customer and it’s same as our using register Script.

     

    Regards,

    Tao_2199

    Current consumption by customer target board.xlsx

    {0x00, 0x00},	// Page switch to Page 0
    {0x01, 0x01},	// Assert Software reset
    {0x00, 0x01},	// Page Switch to Page 1
    {0x02, 0x00},	// *LDO output programmed as 1.8V and Level shifters powered up
    {0x00, 0x00},	// Page switch to Page 0
    {0x04, 0x03},	// PLL_clkin = MCLK, codec_clkin=PLL_CLK  (MCLK: 36.8MHz(768fs))
    {0x05, 0x91},	// *Power up PLL @192KHz (P=1, R=1)  (P=2, R=1,J=4,D=6748 @48K)
    {0x06, 0x04},	// Set J=4
    {0x07, 0x1A},	// D=6748
    {0x08, 0x5C}	// D=6748
    {0x0B, 0x81},	// *DAC NDAC powered up, NDAC=1  (NDAC=2@48K)
    {0x0C, 0x87},	// *DAC MDAC powered up, MDAC=7 (MDAC=7@48K)
    {0x0D, 0x00},	// DAC OSR(9:0)-> DOSR=128 ( DOSR=128 @48K)
    {0x0E, 0x80},	// DAC OSR(9:0)-> DOSR=128
    {0x1B, 0x20},	// Codec Interface control word length = 24bits, BCLK&WCLK inputs, I2S mode
    {0x1C, 0x00},
    {0x3C, 0x02},
    {0x00, 0x01},	// Page Switch to Page 1
    {0x01, 0x10},	// *Master Reference Powered on
    {0x0A, 0x00},
    {0x0C, 0x00},	// Mixer P output is not connected to HP Out Mixer
    {0x16, 0x00},	// HP Volume, 0dB Gain
    {0x18, 0x00},
    {0x09, 0x00},	// *Power down HP and AINL/R disabled
    {0x10, 0x40},	// Mute HP with 0dB gain
    {0x30, 0x20},	// Speaker Volume Control 2 (12dB)
    {0x2D, 0x02},	// *SPK output driver is powered up
    {0x00, 0x00},	// Page switch to Page 0
    {0x3F, 0xB0},	// *DAC powered up & Mono
    {0x40, 0x04},	// Unmute DAC Channel
    {0x41, 0xFB},	// DAC Channel Digital Volume Control
    {0x00, 0x01},	// Page switch to Page 1 (for Speaker Volume Control)
    {0x2E, 0x12},	// Speaker Volume Control 1 
    

  • Hi Tao,

    Perhaps this difference has something to do with the PLL.
    I'll take a look at this and come back with comments as soon as possible.

    Best regards,
    -Ivan Salazar
    Texas Instruments
  • Hi Tao,

    I think this difference in power consumption comes from the DAC. I've used the following sequence after stop the audio streaming and the consumption is back to normal I think:
    # Page switch to Page 0
    W 30 00 00
    # Only DAC powered down.
    W 30 3f 30
    # Only DAC powered up.
    W 30 3f B0

    Basically what it does is turn off and on the DAC. There must be something in the processing that remains active after audio streaming stop.
    I'll keep an eye on the standby current consumption.

    Best regards,
    -Ivan Salazar
    Texas Instruments
  • Hello Ivan,

     

    Thank you for confirmation and good advice.

    Today I have confirmed power consumption with the sequence from you and confirmed to improve consumption.

    (The consumption is back to normal.)

    And I will inform this sequence to may customer soon.

    In this case, I think that the important point is that how HOST will know audio streaming stop.

    Because their application is optional board for mobile equipment and HOST of this application will not control all system.

    Anyway, I will ask to customer that whether this sequence can be available on their application.

     

    I have two questions.

    (1) If only DAC is powered down, is RESET unnecessary for recovery?

    I have been understanding to need RESET. I will ask about that just in case.

    (2) You mentioned that there must be something in the processing that remains active after audio streaming stop.

    Could you please tell me about this in more detail?

    I need to explain to them the root cause of difference in power consumption.

     

    Regards,

    Tao_2199

  • Hello Ivan,

     

    About my last several questions about power consumption by the DAC,

    and the standby current consumption by POR register . (Following items.)

     

    (1) If only DAC is powered down, is RESET unnecessary for recovery

    I have been understanding to need RESET. I will ask about that just in case.

     

    (2) You mentioned that there must be something in the processing that remains active after audio streaming stop.

    Could you please tell me about this in more detail?

     

    (3) I confirmed that the current of AVDD can be reduced by Master Reference powered down at standby mode.

    Is there any problem for using at standby mode?

    (I understand that this setting(powered down) is used for shutdown mode.)

     

    Would you let me know current status of my questions?

    I need to explain to them the root cause of difference in power consumption soon.

     

    Regards,

    Tao_2199

  • Hi Tao,

    Sorry for the delayed response.
    Reset after DAC powered down is best practice, although not reseting the device should work, too. The reset is most necessary for changes in the PLL.
    It seems that this behavior is present in most audio DAC's but I can't find a specific section that generates this behavior.
    Regarding your third question, is my understanding correct that you want to power down Master Reference while the device is active?

    Best regards,
    -Ivan Salazar
    Texas Instruments
  • Hello Ivan,

     

    Thank you for replay.

    I informed to my customer your opinion of the difference in power consumption.

    About Master Reference,

    I will power down it while the device is in standby mode

    Is there any problem for using in this mode?

     

    Regards,

    Tao_2199

  • Hi Tao,

    I think there should be no problem if you power down master reference during standby mode.

    Best regards,
    -Ivan Salazar
    Texas Instruments
  • Hello Ivan,

    Thank you for reply.
    I informed your answer to my customer.

    Regards,
    Tao_2199