ZHCSD04E November 2014 – March 2022 TPS65400
PRODUCTION DATA
Table 9-3 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 9-3, see the example configuration script in Table 9-4.
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 |