<?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>When TWI0 and GPIOTE are turned on at the same time, 
the power consumption will increase by 500uA</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44128/when-twi0-and-gpiote-are-turned-on-at-the-same-time-the-power-consumption-will-increase-by-500ua</link><description>Hi: 
 PREJECT: nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hrs_freertos\pca10040\s132\arm5_no_packs 
 When TWI0 and GPIOTE are turned on at the same time, the power consumption will increase by 500uA, and the power consumption of TWI and GPIOTE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Feb 2019 09:05:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44128/when-twi0-and-gpiote-are-turned-on-at-the-same-time-the-power-consumption-will-increase-by-500ua" /><item><title>RE: When TWI0 and GPIOTE are turned on at the same time, 
the power consumption will increase by 500uA</title><link>https://devzone.nordicsemi.com/thread/172963?ContentTypeID=1</link><pubDate>Tue, 26 Feb 2019 09:05:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8cd8491-7c81-4a20-8177-a1195a6b3a64</guid><dc:creator>secondbest</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/jermi"&gt;jermi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is known problem. You can solve this problem by following this link (&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.EngB.errata%2Fanomaly_832_89.html"&gt;http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.EngB.errata%2Fanomaly_832_89.html)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I solve this problem by uniniting TWI after the communication finish. Like this;&lt;/p&gt;
&lt;p&gt;nrf_drv_twi_uninit(&amp;amp;m_twi);&lt;br /&gt; *(volatile uint32_t *)0x40003FFC = 0;&lt;br /&gt; *(volatile uint32_t *)0x40003FFC;&lt;br /&gt; *(volatile uint32_t *)0x40003FFC = 1;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>