Other Parts Discussed in Thread: TPS922055, TPS922054
I connected two LED driver is parallel, as shown in the schematic.
Like before I expected a total of 1[A] through the resistor, as per this equation:
I = I1 = I2
Vfb = Vfb1 = Vfb2
R2//R3 = R4
Rt = R1 + R4 = 5.05
U = I * Rt = (I1 + I2) * 5.05
Vfb = U * (R4/Rt) = 0.099 (according to the datasheet the reference voltage will be 99[mV] at VDIM 3.21[V]
Vfb = ((I1 * I2) * Rt) * (R4/Rt) = 2 * I * 0.05 = 0.099[V]
I = 0.99[A], so about 1[A]
In practice I indeed get around 0.906[mA], which makes sense due to loss and my PWM is 95%.
However, what I find remarkable is the Vfb. I measure 0.056[V] instead of 0.099[V]. I expected this to be close as the PWM is 95%
Shouldn't the TPS92200D2 increase the current till it reaches 0.099[V] on the Vfb?
I guess I could lower the R4 to see if the current increases and Vfb stays 0.056[V].