Skip to main content
Visitor
July 30, 2026
Question

Minimum current requirement for external VREF+ on STM32G474

  • July 30, 2026
  • 6 replies
  • 53 views

Hi ST Community,

I'm using an external precision voltage reference connected to the VREF+ pin of the STM32G474.

I would like to know:

  • What is the minimum output current capability required for the external VREF source?
  • Is there any specification for the average or peak current drawn from the VREF+ pin during ADC conversions?
  • Does the required current depend on the ADC sampling rate, the number of ADCs operating simultaneously, or the sampling time?
  • I couldn't find a clear specification for the VREF+ input current in the datasheet or reference manual.

Any explanation or recommendation would be greatly appreciated.

Thank you!

6 replies

Andrew Neil
Super User
July 30, 2026
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
nbsownAuthor
Visitor
July 30, 2026

Oh, it looks like I missed it. Thank you very much!

MasterT
Lead II
July 30, 2026

Q: 

  • Does the required current depend on the ADC sampling rate, the number of ADCs operating simultaneously, or the sampling time?

Since architecture is SAR, and there are no pre-charge buffers on signal inputs and on reference inputs, than rough approximation is that I-ref = I-inputs. And I-inputs = V / R, where R = 1/ 2*PI()*Freq*C, C - sampling and hold, Freq - sampling rate. Sure, multiply by N if more than 1 ADC operating.

nbsownAuthor
Visitor
July 30, 2026

Thank you very much!

Associate
July 30, 2026

That's a great question. I'm particularly interested in whether the VREF+ current requirements scale noticeably when multiple ADCs are operating simultaneously or at higher sampling rates. It would also be helpful if there were clearer guidance on the transient current demands during conversions so designers can choose an appropriate precision reference with enough headroom.

Visitor
July 30, 2026

This is a really useful question. When selecting an external reference, understanding both the average and transient current requirements is important for maintaining ADC accuracy. I'd also be interested in knowing whether simultaneous conversions across multiple ADCs significantly affect the instantaneous current demand on VREF+, as that could influence the amount of decoupling and headroom designers should plan for.