ZHCSD04E November 2014 – March 2022 TPS65400
PRODUCTION DATA
Table 9-1 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 9-1, an example configuration script is shown in Table 9-2.
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 |