VOUT_OV_FAULT_RESPONSE is shown in Figure 7-30 and described in Table 7-42.
Return to the Summary Table.
Write Transaction: Write Byte
Read Transaction: Read Byte
Data Format: unsigned binary (1 byte)
NVM Back-up: EEPROM
Updates: On-the-fly The VOUT_OV_FAULT_RESPONSE command instructs the device on what action to take in response to an output overvoltage fault. This includes both the fault limit programmed into (40h) VOUT_OV_FAULT_LIMIT and the fixed OVF selected in (D0h) SYS_CFG_USER1. Upon triggering the fault the device also:
- Sets the STS_OVF bit in STATUS_BYTE
- Sets the STS_VFW bit in STATUS_WORD
- Sets the OVF bit in STATUS_VOUT
Data Validity: Values that may be programmed into this command are 0x00 or 0x3F for ignore, 0xBF for hiccup, and 0x80 for latch off. Any value other than will not be accepted and such an attempt are considered as invalid data or unsupported data (ivd) and the device responds as described in the IVD bit in STATUS_CML.
Figure 7-30 VOUT_OV_FAULT_RESPONSE Table 7-42 VOUT_OV_FAULT_RESPONSE Field Descriptions| Bit | Field | Type | Reset | Description |
|---|
| 7 | IGNRZ_OV | R/W | X | Output overvoltage response setting.
- 0h = The device continues operation (i.e., ignores the fault) without interruption. OVF is also blocked from pulling VRRDY/PGOOD low.
- 1h = The device shuts down (disables the output) and responds according to the retry setting in bits RS_OV below.
|
| 6 | RESERVED | R | 0h | |
| 5 | RS_OV | R/W | X | Output overvoltage retry setting.
- 0h = Latch-off after the fault. A VCC power cycle or output enable toggle through the ON_OFF_CONFIG mechanism is required to restart power conversion.
- 7h = Automatically restart after the retry time delay setting without limitation on the number of restart attempts.
|
| 4 | RESERVED | R | 0h | |
| 3 | RESERVED | R | 0h | |
| 2:0 | TD_OV[2:0] | R | 0h | Output overvoltage retry time delay setting.
- 0h = The device does not delay a restart. This is only supported when restart is disabled by setting RS_OV to 0b000. The output remains disabled until the fault is cleared as noted in RS_OV.
- 7h = The device waits 52ms before going through a normal startup. This is only supported when restart is enabled by setting RS_OV to 0b111.
|