cancel
Showing results for 
Search instead for 
Did you mean: 

st1s06xx datasheet error and incomplete

haleecaero.1
Associate III

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:

Screenshot 2026-03-24 at 12.14.51.png

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 :

Screenshot 2026-03-24 at 12.15.31.png

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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:

  • input voltage droop at the IC pins (wiring / track resistance) - probably not the largest portion in the observed 200mV voltage drop
  • inductor saturating or underrated
  • excessive series resistance in the high‑current loop or poor layout

Useful checks:

  • Probe VIN  directly at VIN_SW / VIN_A at 600 mA / 800 mA
  • Check that the inductor is ≥2.5A rated and in the recommended value range
  • Measure V​FB; if it falls well below 0.8V at higher load, the converter has already hit its limit (maximum duty cycle, current limit or supply sag)

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

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:

  • input voltage droop at the IC pins (wiring / track resistance) - probably not the largest portion in the observed 200mV voltage drop
  • inductor saturating or underrated
  • excessive series resistance in the high‑current loop or poor layout

Useful checks:

  • Probe VIN  directly at VIN_SW / VIN_A at 600 mA / 800 mA
  • Check that the inductor is ≥2.5A rated and in the recommended value range
  • Measure V​FB; if it falls well below 0.8V at higher load, the converter has already hit its limit (maximum duty cycle, current limit or supply sag)

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
haleecaero.1
Associate III

Thanks for taking the time, that answers my question.