<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SAADC channel configuration burst mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19896/saadc-channel-configuration-burst-mode</link><description>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</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Feb 2017 11:58:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19896/saadc-channel-configuration-burst-mode" /><item><title>RE: SAADC channel configuration burst mode</title><link>https://devzone.nordicsemi.com/thread/77432?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2017 11:58:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6b5e009-0af2-4f27-8d1f-776297ca30e7</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure why burst is not in this macro. I will report this internally. It should be possible to use burst mode with differential channels.&lt;/p&gt;
&lt;p&gt;You can enable it like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_saadc_channel_config_t channel_config =
        NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL(NRF_SAADC_INPUT_AIN0, NRF_SAADC_INPUT_AIN1);

channel_config.burst = NRF_SAADC_BURST_ENABLED;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>