Hello,
I work on the Avnet96_V2 which manages the distribution of the power supply with the PMIC IRPS 5401 of Infineon (Datasheet in attachment).
I communicate (read/write) with the PMIC registers in IIC protocol (list of registers : see datasheet in PJ).
To have a better precision on vout_command (register 0x42), I want to modify the resolution. Vout_mode (register 0x40) allows to change the resolution.
The problem : If I change the resolution (for example : from 3.906mV to 1.953), automatically Vout is divided by 2 and I have an alarm that turns off the card for safety reasons (under voltage).
I thought of disabling the alarms by SMBALERT_MASK (register 0x036), but I still have alarms that turn on.
Does anyone have any idea how I can do this? The goal is to have the best command resolution (-12).
It's quite complicated to explain my problem by message, but I can give details without problem
Thanks
Justin
Protocol to disable alarms :