I trying to use TPS65070 with power switch (instread button). So i connect switch to GND and PB_IN. When i turn this switch ON, TPS65070 starts. MCU powered from 3.3V starts and confugered DCDC2 to on (CON_CTRL1 = 0b10111000). Power_on pin tied to SYS with 100 k res. But on the page 34 of datasheen claimed:
In addition to this, there is a 15s timer which will drive PGOOD=LOW for 0.5ms when 15s are expired. The 15s timer is enabled again when PB_IN is released HIGH. If PB_IN is pulled LOW for 30s continuously, PGOOD will be driven LOW only once after the first 15s. When PGOOD is driven LOW due to PB_IN=low for 15s, all registers in TPS6507x are set to their default value. See Figure 33.
So if I use switch instread button, after 15s TPS65070 switched DCDC2 off. And device didn't fuctions normally.
Can this 15s timer be disabled?