<?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>Device Power Management and SAADC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94547/device-power-management-and-saadc</link><description>In the nRF52840 datasheet, peripherals don&amp;#39;t appear to have shutdown or power-off controls but they do have enable/disable registers. I&amp;#39;m guessing that Device PM turns on/off these bits and then the PMU automatically turns on/off the power to the disabled</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 07 Dec 2022 15:09:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94547/device-power-management-and-saadc" /><item><title>RE: Device Power Management and SAADC</title><link>https://devzone.nordicsemi.com/thread/399483?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2022 15:09:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05d0a13f-3c58-4ad8-a470-473341aed80c</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;uninit does not work see&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/94105/using-saadc-for-2-channels-burst-mode-current-consumption-remains-constant-after-nrf_drv_saadc_uninit-call"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/94105/using-saadc-for-2-channels-burst-mode-current-consumption-remains-constant-after-nrf_drv_saadc_uninit-call&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Power Management and SAADC</title><link>https://devzone.nordicsemi.com/thread/399278?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 21:29:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2936380e-8cf0-4e9b-a149-ccf6a064d184</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Looks like the Zephyr ADC driver has not&amp;nbsp;implemented PM functionality yet. If you are using the nrfx driver directly, you can use&amp;nbsp;&lt;span&gt;nrfx_saadc_uninit()&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Device Power Management and SAADC</title><link>https://devzone.nordicsemi.com/thread/399132?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 09:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48b9c045-2522-4289-a8ba-c4cca9fcd726</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;This is undocumented. Power it off with&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span class="Apple-tab-span"&gt;&lt;/span&gt;*(&lt;span&gt;&lt;b&gt;volatile&lt;/b&gt;&lt;/span&gt; &lt;span&gt;uint32_t&lt;/span&gt; *)((&lt;span&gt;uint32_t&lt;/span&gt;)NRF_SAADC + 0xFFC) = 0;&lt;/p&gt;
&lt;p&gt;Just make sure after that to power it back on by writing 1 before initializing it again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>