<?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>NFC-Nrf52 doesn&amp;#39;t respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18858/nfc-nrf52-doesn-t-respond-wake-up-command-if-crc-check-is-disabled-for-rx</link><description>I implement a card emulation and the card itself doesn&amp;#39;t conform to 14443A-3 crc check. I need to disable crc check on card selected event 
 
 NRF_NFCT-&amp;gt;RXD.FRAMECONFIG &amp;amp;=
~NFCT_RXD_FRAMECONFIG_CRCMODERX_Msk; 
 
 However if I do that, on anticollition</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Jan 2017 15:15:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18858/nfc-nrf52-doesn-t-respond-wake-up-command-if-crc-check-is-disabled-for-rx" /><item><title>RE: NFC-Nrf52 doesn't respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/thread/72832?ContentTypeID=1</link><pubDate>Fri, 27 Jan 2017 15:15:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3282b65c-44a0-48df-a908-256faa85efe6</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry for the late response. How were you able to see the correct and incorrect behavior?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC-Nrf52 doesn't respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/thread/72831?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2017 15:44:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efa717ad-da5e-477d-bc11-1f568688cbd4</guid><dc:creator>Binh</dc:creator><description>&lt;p&gt;Thanks for the testing :)&lt;/p&gt;
&lt;p&gt;But i meant NFC peripheral wakeup and sleep commands. From the nrf52832 spec&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;The SLP_REQ is automatically handled by the NFC peripheral. 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;if CRC bit is enabled NFC behavior is correct&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;| Rdr | 50  00  57  cd     |  ok | SLP_REQ |
| Rdr | 52                 |     | WUPA    | wakeup request
| Tag | 04  00             |     |         | This is the correct response for wakeup request
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If CRC bit is disabled then&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;| Rdr | 50  00  57  cd     |  ok | SLP_REQ |
| Rdr | 52                 |     | WUPA    | wakeup request
| Rdr | 26                 |     | REQA    | Tag doesn&amp;#39;t respond, timeout and reader send Reqest command
| Tag | 04  00             |     |         | Tag responds correctly
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC-Nrf52 doesn't respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/thread/72830?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2017 13:49:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d926a34d-33c9-4ede-8c7e-b108eac2b2ee</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The following code snipped from wake_on_nfc with  &lt;code&gt;NRF_NFCT-&amp;gt;RXD.FRAMECONFIG &amp;amp;= ~NFCT_RXD_FRAMECONFIG_CRCMODERX_Msk;&lt;/code&gt; added, works fine when I test it here:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;int main(void)
{
    utils_setup();
		NRF_NFCT-&amp;gt;RXD.FRAMECONFIG &amp;amp;= ~NFCT_RXD_FRAMECONFIG_CRCMODERX_Msk;
    // Turn on LED to indicate that the device entered System ON mode.
    bsp_board_led_on(BSP_BOARD_LED_0);
		
while (true)
{
    if (m_system_off_mode_on)
    {
        nrf_delay_ms(100);
        // Enter System OFF mode.
        NRF_POWER-&amp;gt;SYSTEMOFF = 1;
    }
}
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Is that what you meant, disable CRC and then wake up the chip?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC-Nrf52 doesn't respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/thread/72827?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2017 16:42:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:755a7e83-1a9c-47d5-8c48-8981eb26f279</guid><dc:creator>Binh</dc:creator><description>&lt;p&gt;It is just default value with crc bit disabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC-Nrf52 doesn't respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/thread/72828?ContentTypeID=1</link><pubDate>Wed, 11 Jan 2017 13:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dbe2f58-790b-4a7b-9100-f95e7c1fa663</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;After doing &lt;code&gt;NRF_NFCT-&amp;gt;RXD.FRAMECONFIG &amp;amp;= ~NFCT_RXD_FRAMECONFIG_CRCMODERX_Msk;&lt;/code&gt;, what is the register value of RXD.FRAMECONFIG?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC-Nrf52 doesn't respond wake-up command if crc check is disabled for rx</title><link>https://devzone.nordicsemi.com/thread/72829?ContentTypeID=1</link><pubDate>Tue, 10 Jan 2017 06:37:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46904638-2e2a-4521-a03c-cd966ede8f9a</guid><dc:creator>Binh</dc:creator><description>&lt;p&gt;seems that if CRC is disable. Hardware doesn&amp;#39;t handle sleep request automatically. So it doesn&amp;#39;t response to wake up command.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>