Other Parts Discussed in Thread: LM5170-Q1
Hello.
I created a TIDA-01168 based converter.
Please let me know because I have questions.
In 48VIN => 14VOUT operation, if you increase the load current,
A phenomenon occurs in which the output voltage gradually decreases.
The degree of decrease is 0.046V / A, which is almost constant.
Example) 14V / 0A, 13.77V / 5A, 11.70V / 50A
The above is when driving with 4 phases.
When driving with 2 phases,The degree of decrease will double to 0.092V / A.
Circuit constants and source code are mostly as per the reference design.
As a state
CPU voltage measurement value ≒ actual measurement value.
This is not a measurement error.
The voltage error of the 2P2Z controller (bottom) increases with the load current.
(*Reg).Buck.Error = _IQmpy((*Param).Ctrl.P12Vset, _IQ(P12V_ADC_SCALE)) - (*Param).Meas.P12Vscaled;
The error increases, but you do not know why the controller output does not increase further.
I adjusted each coefficient such as B0 and B1, but it was not improved.
What are the possible causes of the symptoms?
Best regards,