Skip to main content
Associate III
November 20, 2024
Solved

About the negative ref voltage supply to STM32H753ZI

  • November 20, 2024
  • 4 replies
  • 1619 views

Hi,

    The datasheets says (P173) - the VREF s available only on UFBGA176+25 and
TFBGA240+25. When VREF- is not available, it is internally connected to VDDA and VSSA.

 Our ADC input signal goes to both positive and negative. 

Questions:

1. What the part number we should use, which allows VREF? (Negative ref)

2. Is VREF a fixed value or changeable? How is it defined relative to the input signal range?

3. Does NUCLEO-H753ZI board allow our negative ADC input signal in? If so, who is the the range (max + and max -) defined? 

Thank you very much for your help,

 

Best answer by jiangfan

refer to chapter 6.3.20 of datasheet

DS_STM32H743xI_Rev10_ADC-Vref.png

4 replies

jiangfan
ST Employee
November 21, 2024

Refer to chapter 9 Ordering information, for part number with VREF-

Associate III
November 21, 2024

Thanks

"Refer to chapter 9" - In which document? 

Thanks again

jiangfan
ST Employee
November 21, 2024

datasheet

jiangfan
ST Employee
November 21, 2024

VREF+ max is Vdda (Max 3.6V), so, I suppose VREF- min is -3.6V

Associate III
November 21, 2024

Thanks,

VREF+ max is Vdda (Max 3.6V), so, I suppose VREF- min is -3.6V

What is VREF+ min ?

What is VREF- max?

Also -

Can the input signals on their selected channels of all SAR ADC be sampled synchronously under the same sampling rate?

Thanks again

 

 

jiangfan
jiangfanBest answer
ST Employee
November 21, 2024

refer to chapter 6.3.20 of datasheet

DS_STM32H743xI_Rev10_ADC-Vref.png

jiangfan
ST Employee
November 21, 2024

if understand correctly, NUCLEO-H753ZI board does not support negative ADC input if ADC input directly connected to STM32H753ZI pin. User may use OPAMP to shift negative input ~ positive input => 0 ~ Vdda, for example -5V ~ +5V => 0V ~ 3.3V.

Associate III
November 21, 2024

   The datasheets (STM32H753ZI) says (P173) - the VREF s available only on UFBGA176+25 and
TFBGA240+25

    Should we specify it when order (STM32H753ZI)?  

    Thanks

Andrew Neil
Super User
November 21, 2024

The package type & number of pins is part of the ordering code:

AndrewNeil_0-1732190973113.png

https://www.st.com/resource/en/datasheet/stm32h753zi.pdf#page=348

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.
Associate III
November 21, 2024

Thank a lot!!