cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7R3 power design: VDDXSPI, VREF+/-, VDDA ?

oysteikr
Associate II

Hi

Do QUAD SPI require power on the VDDXSPI power pins?

ADCs, what is the voltage reference buffer, VREF+ and VREF- , voltages? Can the internal reference buffer be used if VDDA is 3.3V and I want full scale 0-3.3V ADC conversion range?

kr

Øystein

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,

1- According to the AN5935 "Getting started with STM32H7Rx/7Sx MCUs hardware development" / Table 4:

mALLEm_0-1771424913343.png

Normally you need to power supply the XSPI IOs no matter the memory configuration, QSPI etc .. It's more related to the memory power domain:

mALLEm_1-1771425509132.png

2- The internal reference buffer (VREFBUF) in STM32 cannot provide a 3.3V reference; its maximum is typically 2.5V.

From the reference manual RM0477:

mALLEm_0-1771425782470.png

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
mƎALLEm
ST Employee

Hello,

1- According to the AN5935 "Getting started with STM32H7Rx/7Sx MCUs hardware development" / Table 4:

mALLEm_0-1771424913343.png

Normally you need to power supply the XSPI IOs no matter the memory configuration, QSPI etc .. It's more related to the memory power domain:

mALLEm_1-1771425509132.png

2- The internal reference buffer (VREFBUF) in STM32 cannot provide a 3.3V reference; its maximum is typically 2.5V.

From the reference manual RM0477:

mALLEm_0-1771425782470.png

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.
TDK
Super User

> Do QUAD SPI require power on the VDDXSPI power pins?

Yes.

TDK_1-1771425820558.png

 

 

> ADCs, what is the voltage reference buffer, VREF+ and VREF- , voltages? Can the internal reference buffer be used if VDDA is 3.3V and I want full scale 0-3.3V ADC conversion range?

No, the highest voltage selected by VREFBUF is 2.5 V. If you want the full range, either connect VREF+ to VDDA or create your own 3.3V voltage reference. Note that VREF+ can't be above VDDA. VREF- must be connected to VSSA.

TDK_0-1771425792539.png

 

General hardware tips:

Getting started with STM32H7Rx/7Sx MCUs hardware development - Application note

If you feel a post has answered your question, please click "Accept as Solution".