Tool/software:
Hello,
I've PMIC chip version TPS6594-Q1,
I'm reading Interrupt Registers at initialization, And always finding the following errors are raised:
- "ENABLE_INT" bit at register "INT_STARTUP".
- "MCU_PWR_ERR_INT" bit at register "INT_FSM_ERR"
- "LDO2_SC_INT" bit at register "INT_LDO1_2"
Steps I'm following:
- Init PMIC
- Read interrupts status.
- Clear the interrupt
- power-off the ECU and power-on using the power supply.
Is these errors are expected to be raised due to reset using power supply ?
And incase doing reset using PMIC, will these errors not be raised ?
Thank you