<?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>Power off state of nRF51822 GPIOs</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/688/power-off-state-of-nrf51822-gpios</link><description>The nRF51 reference manual says that GPIO PIN_CNF registers are retained registers and that &amp;quot;a retained register is a register that will retain its value in system OFF mode, and through a reset depending on reset source.&amp;quot; 
 I perhaps mistakenly took</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Aug 2016 09:05:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/688/power-off-state-of-nrf51822-gpios" /><item><title>RE: Power off state of nRF51822 GPIOs</title><link>https://devzone.nordicsemi.com/thread/3461?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2016 09:05:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e34d46a-8478-42e7-80f7-429c7055203f</guid><dc:creator>Sourabh Barve</dc:creator><description>&lt;p&gt;Is this same in case of nrf52?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power off state of nRF51822 GPIOs</title><link>https://devzone.nordicsemi.com/thread/3459?ContentTypeID=1</link><pubDate>Thu, 24 Oct 2013 09:14:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9055d5a-2b05-44a0-9253-21bd3457d185</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;No problem, but I&amp;#39;d be happy if you could sign in and accept the answer if you found it useful! :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power off state of nRF51822 GPIOs</title><link>https://devzone.nordicsemi.com/thread/3460?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2013 15:13:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccfb0630-7fc4-4a5d-958c-6ab4e2670ef3</guid><dc:creator>Guest</dc:creator><description>&lt;p&gt;This makes sense.  I&amp;#39;m implementing a totally-off-mode for shipping and storage.  Thanks for the detailed response!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power off state of nRF51822 GPIOs</title><link>https://devzone.nordicsemi.com/thread/3458?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2013 15:13:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa152847-3bb8-4422-aaed-3bab3b799b86</guid><dc:creator>Bastiaan</dc:creator><description>&lt;p&gt;This makes sense.  I&amp;#39;m implementing a totally-off-mode for shipping and storage.  Thanks for the detailed response!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power off state of nRF51822 GPIOs</title><link>https://devzone.nordicsemi.com/thread/3457?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2013 09:38:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b270b8c2-47e9-4afe-941e-f19641ae15c7</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;That the GPIO configuration registers are retained means that the configuration is kept through reset, as shown in the table in section 11.1.7.8 in the nRF51 Reference Manual. It does not mean that the configuration is kept when the device does not have power, since at that point, all data not written to flash is lost. Only the registers in FICR and UICR are flash registers, not the GPIO ones.&lt;/p&gt;
&lt;p&gt;Therefore, if you completely remove power from the nRF51, all pins should be considered floating, and you should be careful not to apply any voltage to them. Doing so would be outside the &amp;quot;Absolute maximum ratings&amp;quot; for the chip, which states that any voltage above VDD + 0.3 V is too much, and in this case, VDD is 0. (In practice you are not likely to destroy the chip, but still.) Pulling a GPIO high when the power is off may actually result in the chip trying to run, which is most often undesirable.&lt;/p&gt;
&lt;p&gt;If the sub-1 µA current the chip draws in system off isn&amp;#39;t extremely important to you, it will therefore in most cases be much easier to just put the chip in system off instead of removing power. In system off, all GPIOs will keep their defined state.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>