<?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>NRF52: After SAADC system just won&amp;#39;t go to sleep</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46914/nrf52-after-saadc-system-just-won-t-go-to-sleep</link><description>Hi, 
 I have the simplest of SAADC sampling scenarios whereby I&amp;#39;m sampling a voltage in a one-off manner, nrf_drv_saadc_init, nrf_drv_saadc_channel_init, nrf_drv_saadc_sample_convert, and then nrf_drv_saadc_abort and nrf_drv_saadc_uninit, but the system</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 09 May 2019 18:52:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46914/nrf52-after-saadc-system-just-won-t-go-to-sleep" /><item><title>RE: NRF52: After SAADC system just won't go to sleep</title><link>https://devzone.nordicsemi.com/thread/186264?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 18:52:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e177e524-b22e-4a06-8b0b-40354d340ed4</guid><dc:creator>GJSea</dc:creator><description>&lt;p&gt;Perfect,&amp;nbsp;&lt;span&gt;nrf_pwr_mgmt_run() solved the issue!! Thanks!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52: After SAADC system just won't go to sleep</title><link>https://devzone.nordicsemi.com/thread/185458?ContentTypeID=1</link><pubDate>Mon, 06 May 2019 11:41:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87a8e97c-0631-4b0f-a5ae-c19869c38db7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;What if you comment out:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;	if (ret_code == NRF_SUCCESS)
	{			
		m_milliVolts = (uint16_t)((float) adcValue * VBAT_MV_PER_LSB * VBAT_DIVIDER_COMP);	 
		m_percentage = VoltToPercent(m_milliVolts);
		NRF_LOG_INFO(&amp;quot;MV %d - %dpct&amp;quot;, m_milliVolts, m_percentage);
	}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I was thinking maybe it is the FPU keeping your system awake here, try to include&amp;nbsp;nrf_pwr_mgmt_run() from the SDK examples to handle this (in specific&amp;nbsp;PWR_MGMT_FPU_SLEEP_PREPARE()).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>