ZHCSD04E November 2014 – March 2022 TPS65400
PRODUCTION DATA
Table 9-5 and Table 9-6 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 9-5, see Table 9-6 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 |