Tool/software:
To reduce the I2C overhead, we try to use the I2C Sequential Read to read multiple registers. However, when reading latched registers, for example from "RTLDG OL SL Fault Mem Register "(Address = 0x8B) to "Ch OC DC Fault Mem Register" (Address = 0x8E), it seems that the latched bits within those registers are not getting reset. Is this the intended behavior? As a workaround we are now reading these registers using I2C Random Read which seems to work fine.