<?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>Status of I2C pins and GPIOs in System OFF mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12881/status-of-i2c-pins-and-gpios-in-system-off-mode</link><description>What is the status of I2C pins and GPIO pins in the System OFF mode? Do they float once the SOC enters SYSTEM OFF mode? Here the accelerometer we are using consumes high current when its I2C pins are floating. So it is critical to keep it not floating</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Apr 2016 12:23:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12881/status-of-i2c-pins-and-gpios-in-system-off-mode" /><item><title>RE: Status of I2C pins and GPIOs in System OFF mode</title><link>https://devzone.nordicsemi.com/thread/49010?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2016 12:23:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee3ff157-03e2-49f8-91e7-341a1e55eb2d</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;That should not cause any increase in current consumption unless the pins are pulled to ground. How much current are you experiencing in sleep? Will the current increase also happen if you don&amp;#39;t initialize the twi?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Status of I2C pins and GPIOs in System OFF mode</title><link>https://devzone.nordicsemi.com/thread/49009?ContentTypeID=1</link><pubDate>Fri, 01 Apr 2016 05:22:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac5d57b6-a076-4f6c-8f93-fca05bafc27d</guid><dc:creator>Akhil</dc:creator><description>&lt;p&gt;Thank you for the prompt answser. Could you also tell me if any of these pins increase the current consumption in System OFF mode anymore than the 0.6uA System OFF current?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Status of I2C pins and GPIOs in System OFF mode</title><link>https://devzone.nordicsemi.com/thread/49008?ContentTypeID=1</link><pubDate>Thu, 31 Mar 2016 12:30:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70c8a760-ef56-4fac-8e50-f9bf0d33b647</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;The gpio will keep its state in system OFF mode. The twi (i2c) pins are configured as inputs with pull-up resistor (typ. 13kohm):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define SCL_PIN_CONF        ((GPIO_PIN_CNF_SENSE_Disabled &amp;lt;&amp;lt; GPIO_PIN_CNF_SENSE_Pos)    \
                            | (GPIO_PIN_CNF_DRIVE_S0D1     &amp;lt;&amp;lt; GPIO_PIN_CNF_DRIVE_Pos)   \
                            | (GPIO_PIN_CNF_PULL_Pullup    &amp;lt;&amp;lt; GPIO_PIN_CNF_PULL_Pos)    \
                            | (GPIO_PIN_CNF_INPUT_Connect  &amp;lt;&amp;lt; GPIO_PIN_CNF_INPUT_Pos)   \
                            | (GPIO_PIN_CNF_DIR_Input      &amp;lt;&amp;lt; GPIO_PIN_CNF_DIR_Pos))

#define SDA_PIN_CONF        SCL_PIN_CONF
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>