This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TPS6594-Q1: when i write 0x65 register with 0x02 to clear ENABLE_INT, the pmic power off

Part Number: TPS6594-Q1

When we troubleshoot some problems with the PMIC, we find that some interrupt registers have the following values

0x5A=0x18 ; 0x65=0x02 ; 0x66=0x01;

From the manual, we know that ENABLE_INT and BIST_PASS_INT interrupts are triggered, so we want to clear these two interrupt flags by writing 1.

However, when I went to clear the BIST_PASS_INT flag bit, it worked, but when I went to clear the ENABLE_INT flag, the PMIC power off.

I want to know if I can do this and what is the cause of the power off