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.
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+.
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+.
2022-02-22 01:34 PM
Thank you....That was what I saw also....