<?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>Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25568/unable-to-disable-saadc-on-nrf52832</link><description>Hi, 
 I&amp;#39;m developing a simple sensor application using s132 on NRF52832_XXAA. The application works fine, except that I have problems disabling the saadc module after conversion. I check battery voltage once per minute and the readings are always correct</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jul 2019 09:13:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25568/unable-to-disable-saadc-on-nrf52832" /><item><title>RE: Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/thread/196452?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 09:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0528404-93c6-4c37-8496-533cb378a37b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I have updated the link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/thread/196427?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 08:40:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5243fd85-de48-43c0-bc24-93a340e822ea</guid><dc:creator>t_m</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;The link to the Errata page is broken. Can you please send me an updated link. I seem to have similar problem. I do simple floating calculation of adding adc samples in a buffer and calculating the average. The AIN pin stays high (3.3v) during sleep mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/thread/100796?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 08:54:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47916536-b977-4129-9d91-9386bdd652db</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, there seems to be a typo. Thanks for reporting this. Most likelyt this is not implemented in &lt;code&gt;sd_app_evt_wait()&lt;/code&gt; since this function is supposed to be general for all revisions of the chip. Not all revisions are affected by the same issues, which is why it is important to allways check the errata sheet for your chip revision.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/thread/100795?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 08:36:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4b4edcc-0dfb-4c7b-b380-cd8322550f17</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;The errata you linked to appears to have a typo(?)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;_set_FPSCR(_get_FPSCR() &amp;amp; ~(0x0000009F));
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;should probably be&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;__set_FPSCR(__get_FPSCR() &amp;amp; ~(0x0000009F));
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;i.e., missing underscores.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/thread/100797?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 08:23:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3093e6d4-9ed8-4e51-92bb-c66d33c4c2c1</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Thanks Jørgen, indeed it was the issue. I&amp;#39;d never figured that out.&lt;/p&gt;
&lt;p&gt;Are there any particular reasons why sd_app_evt_wait() don&amp;#39;t have this fix implemented?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to disable SAADC on NRF52832</title><link>https://devzone.nordicsemi.com/thread/100794?ContentTypeID=1</link><pubDate>Fri, 29 Sep 2017 07:27:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d9af798-2303-41e7-9e63-7231e4c17b53</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you doing some floating point calculations in your code? If you are, please check if you are affected by &lt;a href="https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev2/ERR/nRF52832/Rev2/latest/anomaly_832_87.html?cp=3_1_1_0_1_24"&gt;Errata 87 - CPU: Unexpected wake from System ON Idle when using FPU&lt;/a&gt;. The current you are seeing indicates that the CPU is prevented from going to sleep mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>