SLVSCQ2 July 2015 TPS65400-Q1
PRODUCTION DATA.
NOTE
Information in the following applications sections is not part of the TI component specification, and TI does not warrant its accuracy or completeness. TI’s customers are responsible for determining suitability of components for their purposes. Customers should validate and test their design implementation to confirm system functionality.
The TPS65400-Q1 PMU is designed to support the trend towards smaller space-constrained systems, which require high-efficiency to limit power dissipation in a closed environment. The TPS65400-Q1 is intended to provide a complete highly-efficiency power management solution in a small form factor while providing maximum control through the I2C bus and ease of use.
The TPS65400-Q1 can support input voltages from 4.5 to 18 V, allowing it to be used in systems powered from a single 5- or 12-V intermediate power bus. High system power conversion efficiency is achieved by providing a single-stage conversion from, for example, the 12-V input voltage to the high-current voltage rails required by the digital circuits.
The two buck regulators SW1 and SW2 can provide an output voltage in the range of 0.6 V to 90%Vin and up to 4-A peak continuous current.
The two buck regulators SW3 and SW4 can provide an output voltage in the range of 0.6 V to 90%Vin and up to 2-A peak continuous current.
Table 42 lists PMBus commands to configure this device.
COMMAND NAME | CODE | NAME | BITS | COMMENT |
---|---|---|---|---|
PAGE | 00h | — | 7:0 | Selects output rail |
STORE_DEFAULT_ALL | 11h | — | — | Save settings as default |
PIN_CONFIG_00 | D2h | PGOOD_PIN_CONFIG | 6:2 | Configure PGOOD pin to mask PGOOD4 |
ENABLE_PIN_CONFIG(1) | 1:0 | Active ENABLE (manufacturer default) | ||
PIN_CONFIG_01 | D3h | SSPG_PIN_CONFIG | 0 | Set to PG for internal soft-start |
SEQUENCE_CONFIG | D4h | START_PGOOD | 0 | Disable PGOOD dependence |
SEQUENCE_ORDER | D5h | START_ORDER | 3:2 | Start sequence order |
STOP_ORDER | 1:0 | Stop sequence order | ||
RESET_DELAY | DCh | RESET_DELAY(1) | 2:0 | Reset delay time |
TON_TOFF_DELAY | DDh | TON_DELAY | 5:3 | Delay time before starting |
TOFF_DELAY | 2:0 | Delay time before stopping | ||
TON_TRANSITION_RATE | DEh | TON_RAMP_RATE | 1:0 | Internal soft-start ramping rate |
To achieve the timing requirements shown in Table 42, an example configuration script is shown in Table 43.
COMMAND NAME | CODE | WRITE BYTE | COMMENT |
---|---|---|---|
PAGE | 00h | 0xFF | Selects all |
PIN_CONFIG_00 | D2h | 0x1C | PGOOD pin is a function of PGOOD1 and PGOOD2 and PGOOD3 |
SEQUENCE_CONFIG | D4h | 0x01 | Disable PGOOD dependence |
RESET_DELAY(1) | DCh | 0x02 | 100-ms reset delay |
PAGE | 00h | 0x00 | Selects SW1 |
PIN_CONFIG_01 | D3h | 0x01 | Configure SS1/PG1 pin to PG1 for internal soft-start |
SEQUENCE_ORDER | D5h | 0x08 | First to Start, third to Stop |
TON_TOFF_DELAY | DDh | 0x04 | 0-ms turn-on delay 100-ms turn-off delay |
TON_TRANSITION_RATE | DEh | TON_RAMP_RATE | Internal soft-start ramping rate |
PAGE | 00h | 0x02 | Selects SW3 |
PIN_CONFIG_01 | D3h | 0x01 | Configure SS3/PG3 pin to PG3 for internal soft-start |
SEQUENCE_ORDER | D5h | 0x05 | Second to start, second to stop |
TON_TOFF_DELAY | DDh | 0x23 | 100-ms turn-on delay 25-ms turn-off delay |
TON_TRANSITION_RATE | DEh | TON_RAMP_RATE | Internal soft-start ramping rate |
PAGE | 00h | 0x01 | Selects SW2 |
PIN_CONFIG_01 | D3h | 0x01 | Configure SS2/PG2 pin to PG2 for internal soft-start |
SEQUENCE_ORDER | D5h | 0x02 | Third to start, first to stop |
TON_TOFF_DELAY | DDh | 0x23 | 100-ms turn-on delay 25-ms turn-off delay |
TON_TRANSITION_RATE | DEh | TON_RAMP_RATE | Internal soft-start ramping rate |
STORE_DEFAULT_ALL | 11h | — | Save settings as default |
Equation 9 gives the current ripple flowing in the inductor in CCM.
where
Typically, the value of L is chosen to have the ripple current be 0.1× to 0.3× the full-load current. Choose the inductor so that the saturation current is higher than the maximum expected current plus half the current ripple at maximum operating temperature.
The output capacitor needs to be properly sized to reduce voltage ripple due to the switching action (ripple voltage) and to reduce output voltage swings during transient load currents. Equation 10 gives the output voltage ripple.
Equation 11 gives the voltage variation during output current transients.
For applications where the internal settings for sequencing and soft-start are sufficient, all used output rails should have their enable terminals ENSWx tied high or floating and all unused output rails should have their enable pins ENSWx tied low for the default active ENABLE setting of ENABLE_PIN_CONFIG. This prevents the device from turning on an unused output by software default from an OPERATION ON request. This requirement extends to unpowered switchers; if a pair of switchers is unused, then both ENSWx pins must be tied low.
For applications where all outputs rails will be used, it is sufficient to leave all enable terminals ENSWx disconnected and to set ENABLE_PIN_CONFIG to inactive.
Figure 33 shows an internal sequencing schematic example where only switchers 1 to 3 are used for a set of timing requirements. If the internal configuration and fault handling is sufficient, and provided that the user configures the chip through SDA/SCL before placing it on a target board, then it is not necessary for a supervisory and housekeeping host controller chip like a MCU or DSP to be connected to the TPS65400-Q1. In such a case, digital terminals PGOOD, SSx/PG, SDA/SCL, I2CALERT, and CLK_OUT can be left unconnected with no pull-ups required, during normal operation. RST_N can be tied directly to VDDD (no pull-up required). I2CADDR can be tied directly to VDDD after programming. Control line CE can be left unconnected if the chip is constantly powered after VIN is provided.
If the default setting active ENABLE of ENABLE_PIN_CONFIG is selected, ENSWx for unused switchers must always be tied low.
An example configuration is shown where both pairs of outputs are current shared. Soft-start time is configured externally with capacitors (this is the default setting) and ENABLE_PIN_CONFIG is set to single ENABLE.
Table 44 lists PMBus commands to configure this device.
COMMAND NAME | CODE | NAME | BITS | COMMENT |
---|---|---|---|---|
PAGE | 00h | — | 7:0 | Selects output rail |
STORE_DEFAULT_ALL | 11h | — | — | Save settings as default |
PIN_CONFIG_00 | D2h | PGOOD_PIN_CONFIG(1) | 6:2 | PGOOD pin and of all PGOOD (manufacturer default) |
ENABLE_PIN_CONFIG | 1:0 | Single ENABLE | ||
PIN_CONFIG_01 | D3h | SSPG_PIN_CONFIG(1) | 0 | Set to SSx for external soft-start (manufacturer default) |
SEQUENCE_CONFIG | D4h | START_PGOOD(1) | 0 | Enable PGOOD dependence (manufacturer default) |
SEQUENCE_ORDER | D5h | START_ORDER | 3:2 | Start sequence order |
STOP_ORDER | 1:0 | Stop sequence order | ||
TON_TOFF_DELAY | DDh | TON_DELAY | 5:3 | Delay time before starting |
TOFF_DELAY | 2:0 | Delay time before stopping |
To achieve the timing requirements shown in Table 44, see the example configuration script in Table 45.
COMMAND NAME | CODE | WRITE BYTE | COMMENT |
---|---|---|---|
PAGE | 00h | Selects all | |
PIN_CONFIG_00 | D2h | Single ENABLE | |
SEQUENCE_CONFIG(1) | D4h | Enable PGOOD dependence (manufacturer default) | |
PAGE | 00h | Selects SW1 to SW2 pair | |
PIN_CONFIG_01(1) | D3h | Configure SS1/PG1 pin to SS1 for external soft-start (manufacturer default) | |
SEQUENCE_ORDER | D5h | 0x04 | First to start, second to stop |
TON_TOFF_DELAY | DDh | 0x24 | 100-ms turn-on delay 100-ms turn-off delay |
PAGE | 00h | 0x02 | Selects SW3 to SW4 pair |
PIN_CONFIG_01(1) | D3h | 0x00 | Configure SS2/PG2 pin to SS2 for external soft-start (manufacturer default) |
SEQUENCE_ORDER | D5h | 0x01 | Second to start, first to stop |
TON_TOFF_DELAY | DDh | 0x23 | 100-ms turn-on delay 25-ms turn-off delay |
STORE_DEFAULT_ALL | 11h | — | Save settings as default |
Figure 43 shows an example configuration in which both the SW1-SW2 pair and SW3-SW4 pair are current shared. The enable pin of the slave converter can either follow the master converter or be floating. For the PGOOD pin, the slave PGOOD follows the master PGOOD. Due to internal pull-ups to VDDD on ENSWx lines, the user has an option to control ENSWx if an always on condition is desired.
Figure 44 shows an example configuration where the VOUT outputs are linked to enable terminal ENSWx inputs in a daisy-chain configuration for start sequence SW1-SW2-SW3-SW4.
Table 46 and Table 47 list PMBus commands to configure this device.
COMMAND NAME | CODE | NAME | BITS | COMMENT |
---|---|---|---|---|
PAGE | 00h | — | 7:0 | Selects output rail |
STORE_DEFAULT_ALL | 11h | — | — | Save settings as default |
PIN_CONFIG_00 | D2h | PGOOD_PIN_CONFIG(1) | 6:2 | PGOOD pin and of all PGOOD (manufacturer default) |
ENABLE_PIN_CONFIG(1) | 1:0 | Active ENABLE (manufacturer default) | ||
PIN_CONFIG_01 | D3h | SSPG_PIN_CONFIG(1) | 0 | Set to SSx for external soft-start (manufacturer default) |
TON_TOFF_DELAY | DDh | TON_DELAY | 5:3 | Delay time before starting |
TOFF_DELAY(1) | 2:0 | Delay time before stopping | ||
RESET_DELAY | DCh | RESET_DELAY(1) | 2:0 | Reset delay time |
To achieve the timing requirements shown in Table 46, see Table 47 for an example configuration script.
COMMAND NAME | CODE | WRITE BYTE | COMMENT |
---|---|---|---|
PAGE | 00h | 0xFF | Selects all |
PIN_CONFIG_00(1) | D2h | 0x3C | Active ENABLE (manufacturer default) |
RESET_DELAY(1) | DCh | 0x02 | 100-ms reset delay |
PAGE | 00h | 0x00 | Selects SW1 |
PIN_CONFIG_01(1) | D3h | 0x00 | Configure SS1/PG1 pin to SS1 for external soft-start |
TON_TOFF_DELAY | DDh | 0x20 | 100-ms turn-on delay 0-ms turn-off delay |
PAGE | 00h | 0x01 | Selects SW2 |
PIN_CONFIG_01(1) | D3h | 0x00 | Configure SS2/PG2 pin to SS2 for external soft-start |
TON_TOFF_DELAY | DDh | 0x20 | 100-ms turn-on delay 0-ms turn-off delay |
PAGE | 00h | 0x02 | Selects SW3 |
PIN_CONFIG_01(1) | D3h | 0x00 | Configure SS3/PG3 pin to SS3 for external soft-start |
TON_TOFF_DELAY | DDh | 0x20 | 100-ms turn-on delay 0-ms turn-off delay |
PAGE | 00h | 0x03 | Selects SW4 |
PIN_CONFIG_01(1) | D3h | 0x00 | Configure SS4/PG4 pin to SS4 for external soft-start |
TON_TOFF_DELAY | DDh | 0x20 | 100-ms turn-on delay 0-ms turn-off delay |
STORE_DEFAULT_ALL | 11h | — | Save settings as default |
In an application where the programmable soft-start ramping rate is sufficient and where stop sequencing is not required, it is possible to wire Power Good pins (global PGOOD, PG) to enable pins (ENSWx) according to the desired start sequence. This is useful in cases where multiple PMUs are configured and the PG or global PGOOD output of one PMU is required to turn on an output of another PMU.
In an application where output voltages exceed the threshold voltage of the enable pins ENSWx, it is possible to wire a properly divided VOUT directly to the enable pins according to the desired start sequence.
NOTE
Only necessary if the defaults have been overwritten since device manufacture.