<?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>High power consumption caused by I2C</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82621/high-power-consumption-caused-by-i2c</link><description>Dear Nordic Engineer 
 We recently encountered a problem about I2C.We have a smart door lock product, it has a fingerprint module that is an I2C interface, so we use the TWI function of NRF52832, but the problem we encounter now is that the average power</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Dec 2021 08:34:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82621/high-power-consumption-caused-by-i2c" /><item><title>RE: High power consumption caused by I2C</title><link>https://devzone.nordicsemi.com/thread/345529?ContentTypeID=1</link><pubDate>Fri, 31 Dec 2021 08:34:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3698bba4-72cc-4b46-99d3-60dfd01bfd80</guid><dc:creator>Hannibalhz</dc:creator><description>&lt;p&gt;Dear Vidar&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank your for your support，your suggestions is veryuseful.&lt;/p&gt;
&lt;p&gt;Happly new year and best regard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High power consumption caused by I2C</title><link>https://devzone.nordicsemi.com/thread/342950?ContentTypeID=1</link><pubDate>Fri, 10 Dec 2021 14:04:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:759dbbd3-38a2-4d34-8b17-eebbc5dbc448</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;150-200 uA can be an indication of a floating input. Assume you don&amp;#39;t have external pull-ups? Either way, please try the following perform the following sequence when disabling TWIM:&lt;/p&gt;
&lt;p&gt;1. nrf_drv_twi_uninit(); // unitialize the driver and disable the peripheral&lt;/p&gt;
&lt;p&gt;2. Configure the I2C pins back to their reset configuration (input, disconnect) by calling &lt;span&gt;&lt;a title="nrf_gpio_cfg_default" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrf__gpio__hal.html?cp=8_1_6_8_0_13_0_8#ga27b1ada8d9f7e3a3db7bc9636582dbc0"&gt;nrf_gpio_cfg_default&lt;/a&gt;&lt;/span&gt;(SCL_PIN); and &lt;span&gt;&lt;a title="nrf_gpio_cfg_default" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrf__gpio__hal.html?cp=8_1_6_8_0_13_0_8#ga27b1ada8d9f7e3a3db7bc9636582dbc0"&gt;nrf_gpio_cfg_default&lt;/a&gt;&lt;/span&gt;(SDA_PIN);&lt;/p&gt;
&lt;p&gt;3. Perform the workaround for &lt;span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/errata_nRF52832_Rev3/ERR/nRF52832/Rev3/latest/anomaly_832_89.html?cp=4_2_1_0_1_26"&gt;[89] GPIOTE: Static 400 µA current while using GPIOTE&lt;/a&gt;&lt;/span&gt;&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;Hope this helps!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>