Tool/software:
Hi TI Team,
I am using the UCD90160A Power Sequencer IC, Here we wants to check the LOGGED_FAULTS Register. For our application we want to reset all the registers while initial Power up. Followed the below sequence but registers values are not resetting.
Using the Below scipt.
echo Disabling the BrownOut Feature
i2cset -f -y 0 0x34 0xfc 0x04 0xA0 0x4c 0x08 0x00 i
sleep 1
echo Clearing the Logged Fault Details
i2cset -f -y 0 0x34 0xea 0x18 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 i
sleep 1
echo Enbaling the BrownOut Feature
i2cset -f -y 0 0x34 0xfc 0x04 0xA1 0x4c 0x08 0x00 i
Regards,
Arulmani V