<?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>How to power cycle NFCT?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20413/how-to-power-cycle-nfct</link><description>From the Nordic errata [141] on NFCT not stopping HFO when going from activated state to sense state: 
 Workaround:
Power cycle the NFCT using the POWER register, then issue the SENSE task to enter SENSE mode. 
 What POWER register is referred to?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Mar 2017 12:37:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20413/how-to-power-cycle-nfct" /><item><title>RE: How to power cycle NFCT?</title><link>https://devzone.nordicsemi.com/thread/79594?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2017 12:37:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0021b9f3-3c86-4752-98e6-8a653e8fb968</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Unfortunately, the register is not documented anywhere. However, the functionality of the register is the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#39;0&amp;#39; (disabled): The peripheral is powered off&lt;/li&gt;
&lt;li&gt;&amp;#39;1&amp;#39; (enabled): The peripheral is powered on&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Comment: If disabling, then enabling this register, the NFC peripheral and its registers will be reset to its initial state.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to power cycle NFCT?</title><link>https://devzone.nordicsemi.com/thread/79593?ContentTypeID=1</link><pubDate>Mon, 13 Mar 2017 12:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b8d939a-8428-4cab-a557-910b8ec6be95</guid><dc:creator>tkorsdal</dc:creator><description>&lt;p&gt;Found this in hal_nfc_t2t.c of a nfc example:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_NFCT_POWER  (*(uint32_t volatile *)(0x40005FFC))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It seems to do the trick.&lt;/p&gt;
&lt;p&gt;Is this register documented somewhere?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>