<?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>nRF52832 high current consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119208/nrf52832-high-current-consumption</link><description>Hi folks, 
 I am using zephyr sdk version 2.7.0 with a custom board that integrates a nrf52832, an ens210 sensor for temperature and humidity and lis3dh sensor for accelerations. 
 Both sensors communicate with i2c0 and i2c1, in my project the lis3dh</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Feb 2025 15:42:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119208/nrf52832-high-current-consumption" /><item><title>RE: nRF52832 high current consumption</title><link>https://devzone.nordicsemi.com/thread/524411?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 15:42:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9993ac65-1af4-422d-bbb2-23e7d0b95b9c</guid><dc:creator>Girolamo</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;it doesn&amp;#39;t help. My problem was related to timer callback on timer1 created with&amp;nbsp;&amp;lt;zephyr/drivers/counter.h&amp;gt; library, I changed timer and now it absorbs around 17uA. Thank you&amp;nbsp;all&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 high current consumption</title><link>https://devzone.nordicsemi.com/thread/524399?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 15:00:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9da25254-09ad-4b55-bb38-8426a21eee00</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Since the numbers seems to be matching, I would also suggest the workaround for Errata 89, linked by &lt;a href="https://devzone.nordicsemi.com/members/gudni"&gt;Gudni&lt;/a&gt;&amp;nbsp;. Whenever you have used your I2C0, run this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;*(volatile uint32_t *)0x40003FFC = 0;
*(volatile uint32_t *)0x40003FFC;
*(volatile uint32_t *)0x40003FFC = 1;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And whenever you have used I2C1, run this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;*(volatile uint32_t *)0x40004FFC = 0;
*(volatile uint32_t *)0x40004FFC;
*(volatile uint32_t *)0x40004FFC = 1;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Let me know if that doesn&amp;#39;t help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 high current consumption</title><link>https://devzone.nordicsemi.com/thread/524343?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 13:07:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12aee942-74ff-4113-b02b-4c671e3c51ad</guid><dc:creator>Girolamo</dc:creator><description>&lt;p&gt;Thank you man for the suggestion, it is GPIOTE related to timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 high current consumption</title><link>https://devzone.nordicsemi.com/thread/524208?ContentTypeID=1</link><pubDate>Sun, 23 Feb 2025 14:56:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a03f38de-0fa4-413b-9ff7-fcc428119811</guid><dc:creator>Gudni</dc:creator><description>&lt;p&gt;Any chance you&amp;#39;re using GPIOTE? Then this errata may be relevant: &lt;a id="" href="https://docs.nordicsemi.com/bundle/errata_nRF52832_Rev3/page/ERR/nRF52832/Rev3/latest/anomaly_832_89.html"&gt;https://docs.nordicsemi.com/bundle/errata_nRF52832_Rev3/page/ERR/nRF52832/Rev3/latest/anomaly_832_89.html&lt;/a&gt; ([89] GPIOTE: Static 400 &amp;micro;A current while using GPIOTE)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>