<?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 using local timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27747/saadc-using-local-timer</link><description>Hello, 
 based on the saadc example of SDK 11 I am trying to change the code to use the SAADC&amp;#39;s local timer to sample the input given number of times (10 times for the below example), at a rate of 8000 Hz. Based on the documentation , it seems to be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Dec 2017 23:14:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27747/saadc-using-local-timer" /><item><title>RE: SAADC using local timer</title><link>https://devzone.nordicsemi.com/thread/109481?ContentTypeID=1</link><pubDate>Fri, 01 Dec 2017 23:14:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:914a1c26-f3f9-4477-8921-0b35461b3116</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;Thank you! I hope to see some local timer example, too, in one of the upcoming SDK versions. :)
Tamas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SAADC using local timer</title><link>https://devzone.nordicsemi.com/thread/109480?ContentTypeID=1</link><pubDate>Fri, 01 Dec 2017 13:02:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12ae7e0d-262e-46b1-9ae1-f99a7202d379</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Starting the SAADC module will only set up the DMA interface and prepare the ADC for sampling. To start the actual sampling you have to trigger the SAMPLE task as well.&lt;/p&gt;
&lt;p&gt;Often these two activities are handled separately. You have to start the ADC to change the RAM buffer, while sampling typically occurs more often.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SAADC using local timer</title><link>https://devzone.nordicsemi.com/thread/109479?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2017 22:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a7b6620-9083-42cb-9079-ea5964c05886</guid><dc:creator>NewtoM</dc:creator><description>&lt;p&gt;I have some progress. I have just noticed that if after triggering the &lt;code&gt;START&lt;/code&gt; task I also trigger the &lt;code&gt;SAMPLE&lt;/code&gt; task, the values in my target array are indeed overwritten by some new values. So is this the way?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_saadc_task_trigger(NRF_SAADC_TASK_START);
nrf_saadc_task_trigger(NRF_SAADC_TASK_SAMPLE);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I can&amp;#39;t find in the documentation why both tasks should be triggered.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>