This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 SDK11 ADC input select to internal VCC

Yo man, I use nRF52 with ADC fun in SDK11 and I want select ADC input to internal VCC. I modify like below:

static nrf_drv_adc_channel_t m_channel_config = NRF_DRV_ADC_DEFAULT_CHANNEL(NRF_ADC_CONFIG_INPUT_DISABLED);

and other config just same with SDK11\examples\peripheral\adc\pca10028\arm5_no_packs

Does this setting right or worng. Thanks

Related