<?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 in blocking mode doesn&amp;#39;t return a value.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47694/saadc-in-blocking-mode-doesn-t-return-a-value</link><description>I&amp;#39;m trying to use the SAADC to return one value so I initialize it, try to take the reading, then unitize it so I can use it for taking readings through the PPI. The SAADC is working great using it with PPI and interrupts to return readings, but I can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 May 2019 14:34:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47694/saadc-in-blocking-mode-doesn-t-return-a-value" /><item><title>RE: SAADC in blocking mode doesn't return a value.</title><link>https://devzone.nordicsemi.com/thread/189087?ContentTypeID=1</link><pubDate>Fri, 24 May 2019 14:34:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d4bbd63-94c3-4bb7-aabc-b3f3b93962e2</guid><dc:creator>Adam Gerken</dc:creator><description>&lt;p&gt;That&amp;#39;s it. Always something simple. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SAADC in blocking mode doesn't return a value.</title><link>https://devzone.nordicsemi.com/thread/189013?ContentTypeID=1</link><pubDate>Fri, 24 May 2019 11:00:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd6bcd4b-4b69-4060-8a91-9f0aea4dff3c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you tried to disable oversampling? The function&amp;nbsp;nrfx_saadc_sample_convert will only trigger a single SAMPLE task, while the END event will not be generated until you have triggered this task 2^OVERSAMPLE times. The exception is if BURST mode is enabled for the channel, then it will be sufficient to trigger the sample task once:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;channel_config.burst = NRF_SAADC_BURST_ENABLED;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>