cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L476RG VREF 2.5V to AD?

SWenn.1
Senior III
VREFBUF_TypeDef adRef;
  adRef.CSR |= VREFBUF_CSR_ENVR | VREFBUF_CSR_VRS;
  adRef.CSR &= ~VREFBUF_CSR_HIZ;

0693W00000Ka9K7QAJ.pngCan someone tell me why I cannot set the AD VREF+ to 2.5V?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Your package doesn't have a dedicated VREF+ pin. From the datasheet:

The VREF+ pin is double-bonded with VDDA on some packages. In these packages the internal voltage reference buffer is not available.

The datasheet shows pin 13 is VDDA/VREF+.

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

View solution in original post

2 REPLIES 2
TDK
Guru

Your package doesn't have a dedicated VREF+ pin. From the datasheet:

The VREF+ pin is double-bonded with VDDA on some packages. In these packages the internal voltage reference buffer is not available.

The datasheet shows pin 13 is VDDA/VREF+.

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

Thank you....That was what I saw also....