<?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>When open the SAADC, it cannot be closed in the low power</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44956/when-open-the-saadc-it-cannot-be-closed-in-the-low-power</link><description>Hi 
 I open the SAADC to get the battery after initial the SAADC, using nrf_drv_saadc_sample_convert to get the ADC data . After nRF52832 is initialed, it enter power_manage, but the cutrrent cannot enter low power(about 6.8mA),because the SAADC cannot</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Mar 2019 11:47:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44956/when-open-the-saadc-it-cannot-be-closed-in-the-low-power" /><item><title>RE: When open the SAADC, it cannot be closed in the low power</title><link>https://devzone.nordicsemi.com/thread/178643?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 11:47:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf2d4537-f6a9-4c74-a382-b9d43c892236</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Have you tried the lower power mode? NRFX_SAADC_CONFIG_LP_MODE in sdk_config.h&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t see why you would only get high current when you are using float, but 6.8mA indicates to me that the CPU is still running. The ADC would not prevent the CPU from going to sleep, so maybe you end up in an error handler? Have you checked the err_code variable? You should also check the value returned by &lt;span&gt;&lt;/span&gt;nrf_drv_saadc_sample_convert.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: When open the SAADC, it cannot be closed in the low power</title><link>https://devzone.nordicsemi.com/thread/176835?ContentTypeID=1</link><pubDate>Tue, 19 Mar 2019 01:42:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43e4f495-be34-4259-b817-d905b81574b0</guid><dc:creator>libailiang</dc:creator><description>&lt;p&gt;The key is as following:&lt;/p&gt;
&lt;p&gt;During the processing of ADC, I activated the floating point unit. If I cannot use the float var, the power problem&amp;nbsp;could be&amp;nbsp;solved.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>