<?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>How does the SAADC &amp;quot;Scan&amp;quot; mode use the &amp;quot;BURST=1&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20556/how-does-the-saadc-scan-mode-use-the-burst-1</link><description>Section &amp;quot;37.5.3 Oversampling&amp;quot; in the nRF52832 Product Specification v1.2 says that &amp;quot;Oversampling and scan should not be combined&amp;quot; but then later it says &amp;quot;Scan mode can be combined with BURST=1, if burst is enabled on all channels&amp;quot;. 
 If I read the document</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 May 2023 20:22:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20556/how-does-the-saadc-scan-mode-use-the-burst-1" /><item><title>RE: How does the SAADC "Scan" mode use the "BURST=1"</title><link>https://devzone.nordicsemi.com/thread/426381?ContentTypeID=1</link><pubDate>Fri, 19 May 2023 20:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3e041ba-41fa-44fb-ad6e-9a5f66b2f2c4</guid><dc:creator>snoopy20</dc:creator><description>&lt;p&gt;For anyone that comes on to this, it&amp;#39;s not documented but for burst+scan to work you must use the same TACQ for all channels otherwise it&amp;#39;s garbage out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the SAADC "Scan" mode use the "BURST=1"</title><link>https://devzone.nordicsemi.com/thread/80143?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2017 12:08:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caac1a23-ae01-4f85-8918-3965f8deb29d</guid><dc:creator>Alessandro</dc:creator><description>&lt;p&gt;Thanks for spotting this.
On sdk 12.2 I am able to enable scan mode and burst mode without modifying the driver. It seems it&amp;#39;s working fine so far.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the SAADC "Scan" mode use the "BURST=1"</title><link>https://devzone.nordicsemi.com/thread/80142?ContentTypeID=1</link><pubDate>Sat, 18 Mar 2017 00:40:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9102084-a669-4bbb-a683-a7e47a27e2b0</guid><dc:creator>Dale</dc:creator><description>&lt;p&gt;Carsten, thanks for your answer it confirmed what I thought. I did modify the driver (made a local copy) to be able to set up the Oversample with Scan (multiple channels enabled) and the burst enabled. It does appear to work correctly.&lt;/p&gt;
&lt;p&gt;Improvement should be made to the documentation to make this more clear and the &amp;quot;nrf_drv_saadc&amp;quot; driver needs to be updated in the SDK to support this ability, it is a rather nice feature!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How does the SAADC "Scan" mode use the "BURST=1"</title><link>https://devzone.nordicsemi.com/thread/80141?ContentTypeID=1</link><pubDate>Fri, 17 Mar 2017 18:58:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2db2e31-d266-4fe8-af79-cccff4674a1b</guid><dc:creator>Carsten Wulff</dc:creator><description>&lt;p&gt;The short answer is yes, burst with oversample does averaging.&lt;/p&gt;
&lt;p&gt;Assume the following scenario; Scan is enabled on two channels, and oversample is set to 1.
In that case the output will actually be dout[n] = (ch0[n] + ch1[n])/2, which is most times unwanted. However, if you enable BURST it will take 2^oversample samples per channel, and average those. Thus, dout0[n] = (ch0[n]+ ch0[n+TACQ+TCONV])/2 and the same for channel two.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>