Skip to main content
Graduate II
November 30, 2023
Solved

vref voltage of stm32f429 disc1

  • November 30, 2023
  • 2 replies
  • 1704 views

Hello all. I am working with internal ADC can I know what is the internal reference voltage and how to change the internal reference voltage? 

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

    You can find this information in the STM32F429ZI data sheet, section 6.3.24:

    VREFINT (Internal reference voltage) = min 1.18V, typ 1.21V, max 1.24V

    You cannot change it, but you could apply an external reference voltage to VREF+ (pin 32) if you first desolder R58, which connects VREF+ to VDD.

    Hope that helps?

    Regards
    /Peter

    2 replies

    Technical Moderator
    November 30, 2023

    You can find this information in the STM32F429ZI data sheet, section 6.3.24:

    VREFINT (Internal reference voltage) = min 1.18V, typ 1.21V, max 1.24V

    You cannot change it, but you could apply an external reference voltage to VREF+ (pin 32) if you first desolder R58, which connects VREF+ to VDD.

    Hope that helps?

    Regards
    /Peter

    harry123Author
    Graduate II
    December 1, 2023

    Thank you ...but there is an option to change VDD in cubemx tried it but the result looks the same.

    Technical Moderator
    December 1, 2023

    > but there is an option to change VDD in cubemx

    Do you mean VDD in the RCC, System Parameters block?

    This has no effect on a reference voltage, but on a #define VDD_VALUE, for example, which can be used for ratiometric measurements, among other things. A reference voltage is generally independent of the supply voltage - otherwise it would not be a reference, would it?

    Super User
    December 1, 2023

    > but there is an option to change VDD in cubemx

    Where exactly?

    JW