<?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>How to do multichannel adc in low power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93700/how-to-do-multichannel-adc-in-low-power-consumption</link><description>I am new to nrf52832 development. The question is that: 
 I want to do m ultichannel(4 or 5 channels) ADC in scan mode every 1s. and the MCU consumes ultra low current(3-5uA) at idle time. 
 I tried this example and it works just fine. 
 It seems to be</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 May 2026 13:47:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93700/how-to-do-multichannel-adc-in-low-power-consumption" /><item><title>RE: How to do multichannel adc in low power consumption</title><link>https://devzone.nordicsemi.com/thread/565834?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 13:47:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbfc5e8f-91f6-4394-97b7-144ee9c64f46</guid><dc:creator>Jonas Hoefer</dc:creator><description>[quote userid="7377" url="~/f/nordic-q-a/93700/how-to-do-multichannel-adc-in-low-power-consumption/394916"]In some cases, the SAADC enter a bad state[/quote]
&lt;p&gt;How would that bad state affect the system? Could this lead to fail the nRF52832 to enter sleep mode correctly?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Still&amp;nbsp;searching for causes for my problem:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/110295/nrf52832-won-t-wakeup-after-shutdown-nrf_gpio_cfg_sense_set-nrf_lpcomp"&gt;nRF52832 won&amp;#39;t wakeup after shutdown (nrf_gpio_cfg_sense_set &amp;amp; NRF_LPCOMP)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Is there any way to force this bad state to occur?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to do multichannel adc in low power consumption</title><link>https://devzone.nordicsemi.com/thread/394916?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 13:07:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:711dc57d-8b4c-40bf-b8ed-c215f81a5e1b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]It seems to be using&amp;nbsp;&lt;span&gt;&amp;nbsp;workaround from &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Ferrata_nRF52832_Rev1%2FERR%2FnRF52832%2FRev1%2Flatest%2Fanomaly_832_212.html"&gt;Errata 212&lt;/a&gt; to cut the current consumption, but I didn&amp;#39;t quite understand it. Could anyone help to explain it?&lt;/span&gt;[/quote]
&lt;p&gt;In some cases, the SAADC enter a bad state. This workaround recovers by making a copy of some undocumented internal registers (including those that hold the offset calibration), and resetting the SAADC peripheral (disable and re-enable) by writing to an undocumented internal register, before writing back the data that was there before the reset.&lt;/p&gt;
[quote user=""]And is there other ways to do the same thing?[/quote]
&lt;p&gt;The first example you refer to use the V2 API of the nrfx_saadc driver, and this is significantly improved and handles things like errata 212. So I recommend you use this. With that, as long as you stop the SAADC when not in use, you should get a low sleep current.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>