2026-03-24 9:23 AM
The ST1S06xx datasheet (https://www.st.com/resource/en/datasheet/st1s06.pdf) contains an error: Figure 10 "Input voltave vs output voltage" has the axes labels swapped:
A correct version of the Input voltage vs output voltage characteristic can be found in figure 7 of Application Note 2371 https://www.st.com/resource/en/application_note/an2371-st1s06-high-frequency-synchronous-buck-converter-stmicroelectronics.pdf :
The datasheet is also missing details on a crucial characteristic: output voltage vs current. In my circuit I have R1=18k, R2=5.6k. Nominal output should be Vout = 0.8V*(1+18/5.6). With a load of 600mA I measure Vout = 3.36V; increasing the load to 800mA, Vout = 3.16V.
Another crucial characteristic that's missing detail is dropout voltage: the only indication is figure 11 mentioned above, which suggest for a 1.2V / 1.5A output the dropout voltage is approx 1.1V, but there's no indication of how that changes with input/output voltage or current.
Solved! Go to Solution.
2026-03-24 1:45 PM
Thank you very much for the careful observation regarding the diagram fig 10: the labels Vi and Vo were indeed swapped. I will gladly report this further, but I am unsure whether it will be corrected anytime soon given the age of the device (it was released in 2006).
Regarding the output voltage vs current:
For a current‑mode synchronous buck like the ST1S06, a static “VOUT vs IOUT curve” (as for an LDO) is not very meaningful. The DC output voltage is set by the reference and the resistor divider and should be in your case at 3.37V. Your result (3.36V at 600mA, 3.16V at 800mA) corresponds to roughly 6% drop, so the device is clearly not in its normal regulation region. Typical causes might be:
Useful checks:
Dropout voltage of a synchronous buck
Dropout voltage is a well‑defined parameter for linear regulators, but for a synchronous buck it strongly depends on the application, not only on the IC: in regulation, approximately Vout ~ D(Vin-Iout*Rpath), where D is the duty cycle (limited by Dmax) and Rpath includes MOSFET RDS(on), inductor DCR, PCB tracks, etc. The minimum Vin for a given Vout and Iout is therefore set by Dmax (80...87 % from the datasheet) plus all external losses. This is why there is no single dropout vs current curve.
Hope that answers your questions?
Regards
/Peter
2026-03-24 1:45 PM
Thank you very much for the careful observation regarding the diagram fig 10: the labels Vi and Vo were indeed swapped. I will gladly report this further, but I am unsure whether it will be corrected anytime soon given the age of the device (it was released in 2006).
Regarding the output voltage vs current:
For a current‑mode synchronous buck like the ST1S06, a static “VOUT vs IOUT curve” (as for an LDO) is not very meaningful. The DC output voltage is set by the reference and the resistor divider and should be in your case at 3.37V. Your result (3.36V at 600mA, 3.16V at 800mA) corresponds to roughly 6% drop, so the device is clearly not in its normal regulation region. Typical causes might be:
Useful checks:
Dropout voltage of a synchronous buck
Dropout voltage is a well‑defined parameter for linear regulators, but for a synchronous buck it strongly depends on the application, not only on the IC: in regulation, approximately Vout ~ D(Vin-Iout*Rpath), where D is the duty cycle (limited by Dmax) and Rpath includes MOSFET RDS(on), inductor DCR, PCB tracks, etc. The minimum Vin for a given Vout and Iout is therefore set by Dmax (80...87 % from the datasheet) plus all external losses. This is why there is no single dropout vs current curve.
Hope that answers your questions?
Regards
/Peter
2026-04-22 2:09 PM
Thanks for taking the time, that answers my question.