STM32L476RG VREF 2.5V to AD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-22 11:47 AM
VREFBUF_TypeDef adRef;
adRef.CSR |= VREFBUF_CSR_ENVR | VREFBUF_CSR_VRS;
adRef.CSR &= ~VREFBUF_CSR_HIZ;
Can someone tell me why I cannot set the AD VREF+ to 2.5V?
Solved! Go to Solution.
- Labels:
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-22 12:30 PM
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+.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-22 12:30 PM
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+.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-22 1:34 PM
Thank you....That was what I saw also....
