Skip to main content
JP.4
Associate
January 13, 2023
Solved

I am right now doing a project with the stm32H743VIH6 controller, there how do I interface vref , because there is no vref pin available, please someone help me with this?

  • January 13, 2023
  • 1 reply
  • 834 views

..

This topic has been closed for replies.
Best answer by Peter BENSCH

Welcome, @JP.4​, to the community!

The STM32H743VIH6 is in a TFBGA100 package, the only one where VREF is not led out. The datasheet says under Table 9, footnote 7:

VREF+ pin, and consequently the internal voltage reference, are not available on the TFBGA100 package. On this package, this pin is double-bonded to VDDA which can be connected to an external reference. The internal voltage reference buffer is not available and must be kept disabled.

So if you absolutely need VREF as an external pin, you will unfortunately have to switch to an STM32H743 in a different package.

Does it answer your question?

Regards

/Peter

1 reply

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
January 13, 2023

Welcome, @JP.4​, to the community!

The STM32H743VIH6 is in a TFBGA100 package, the only one where VREF is not led out. The datasheet says under Table 9, footnote 7:

VREF+ pin, and consequently the internal voltage reference, are not available on the TFBGA100 package. On this package, this pin is double-bonded to VDDA which can be connected to an external reference. The internal voltage reference buffer is not available and must be kept disabled.

So if you absolutely need VREF as an external pin, you will unfortunately have to switch to an STM32H743 in a different package.

Does it answer your question?

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.