<?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 scan mode timing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43296/saadc-scan-mode-timing</link><description>Hello, 
 nRF52832 datasheet denotes saadc sampling time in scan mode (paragraph 37.5.4) as: 
 
 What is extra time it takes for the easyDMA to store the samples in RAM ? 
 In other words what is the time between nrfx_saadc_sample() (or ppi trigger) to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Feb 2019 09:57:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43296/saadc-scan-mode-timing" /><item><title>RE: saadc scan mode timing</title><link>https://devzone.nordicsemi.com/thread/169256?ContentTypeID=1</link><pubDate>Mon, 04 Feb 2019 09:57:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad9c18a8-ab00-496a-b8f8-1aab3408bc7b</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;&amp;quot;What is extra time it takes for the easyDMA to store the samples in RAM ? &lt;span&gt;In other words what is the time between&amp;nbsp;nrfx_saadc_sample() (or ppi trigger) to SAADC_END event ?&lt;/span&gt;&amp;quot;&lt;br /&gt;&lt;br /&gt;-&amp;nbsp;That is dependent on the availablility of the EasyDMA slave. If another EasyDMA master(another peripheral, like a serial interface) is accessing the EasyDMA slave the SAADCs EasyDMA master must wait until the given slave is available. You can circumvent this scenario by making sure that only the SAADC is using the given slave by reserving the address space of&amp;nbsp;that&amp;nbsp;EasyDMA slave. See&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/memory?17#ram"&gt;https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF52840/latest/memory?17#ram&lt;/a&gt;&amp;nbsp;for details.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;The statement&amp;nbsp; just below the gray frame is &amp;quot;A DONE event signals that&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;one sample&lt;/em&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;has been taken&amp;quot;&lt;/p&gt;
&lt;p&gt;Is it &amp;quot;one sample&amp;quot; or should it be &amp;quot;one sample per enabled channel&amp;quot; ?&amp;quot;&lt;br /&gt;&lt;br /&gt;- I agree that it is a bit misleading. I believe one &amp;#39;sample&amp;#39; in this context refers to one sample of each enabled channel.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>