2022-08-09 11:54 PM
VREFBUFF is not available in STM32L431RCTx series, in datasheet it tells that "internal voltage reference buffer is not available", is there any other option to give External ADC reference for this series of STM32.
Solved! Go to Solution.
2022-08-10 12:26 AM
> is there any other option to give External ADC reference for this series of STM32.
No.
JW
2022-08-10 12:26 AM
> is there any other option to give External ADC reference for this series of STM32.
No.
JW
2022-09-14 02:55 AM
than what will be default ADC reference ? is it 2.5v are 3.3v in this case
2022-09-14 03:19 AM
ADC reference is always what's on the VREF+ pad, which in the STM32L431Rx is internally bonded to VDDA. So, in your case, the ADC reference is whatever voltage is on VDDA (in respect to VSSA).
JW