Here i am using the SAADC driver of NRF52840 for my application, using SAADC api's i want to sample the
adc input at different adc reference voltages as per the project need.
ADC voltage references are 1.45 , 2.5 likewise i want to sample it. As given SAADC default driver configuration.
there are only 2 option for the internal voltage references .
NRF_SAADC_REFERENCE_INTERNAL = SAADC_CH_CONFIG_REFSEL_Internal, ///< Internal reference (0.6 V).
NRF_SAADC_REFERENCE_VDD4 = SAADC_CH_CONFIG_REFSEL_VDD1_4 ///< VDD/4 as reference.
Here i want to get some suggestion from you that how to use it at different ADC ref voltage.
NRF52840 has internal ref range is from - 1.7 to 3.6 VDD.
Thanks,
NIlesh