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

SAADC channel configuration burst mode

The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL does not set the .burst field in the nrf_saadc_channel_config_t structure.

The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE does set the .burst field in the nrf_saadc_channel_config_t structure.

As far as I can tell it should be set in both macros. Is this an oversight in the NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL macro? Or is .burst mode ignored in differential mode?

SDK version 12.2.0.

Related