<?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>Question related to  [218] NFCT: Frame Delay timing is too short after SLP_REQ.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64630/question-related-to-218-nfct-frame-delay-timing-is-too-short-after-slp_req</link><description>I have a custom board using nrf 52382 with NFC. While Developing application I have checked nRF52832 Revision 2 Errata . 
 I have a question related [218] NFCT: Frame Delay timing is too short after SLP_REQ. 
 I want to ensure that FRAMEDELAYMAX is set</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Aug 2020 14:41:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64630/question-related-to-218-nfct-frame-delay-timing-is-too-short-after-slp_req" /><item><title>RE: Question related to  [218] NFCT: Frame Delay timing is too short after SLP_REQ.</title><link>https://devzone.nordicsemi.com/thread/266287?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2020 14:41:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffd44835-1f85-4f02-814a-ece3770e7172</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You need to somehow&amp;nbsp;ensure &lt;span&gt;that FRAMEDELAYMAX is set to the default value when the NFCT is in states IDLE or SLEEP_A. There&amp;nbsp;are several major changes in NFC drivers/libraries since SDK 15.2. E.g. in SDK 15.3 we have this section in the release notes:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;- The NFC libraries (nfc_t2t_lib and nfc_t4t_lib) now use the NFCT driver instead of the NFC HAL modules (hal_nfc_t2t and hal_nfc_t4t). 
  The NFCT driver is a part of nrfx repository.
- Replaced hal_nfc_t2t and hal_nfc_t4t components with the nrfx_nfct driver.
- Added the NFC platform module (nfc_platform) to abstract runtime environment specific implementation from the driver.
  HFCLK activation, required for NFC to operate correctly, is managed in this module.
- Removed the nfc_fixes.h file with NFC workaround description. The content of this file was moved to nrfx_nfct.h.&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So backporting the workaround shown in SDK 16 to SDK 15.2 is actually not straight forward after all. If you are having difficulties with implementing the workaround in SDK 15.2, it might be&amp;nbsp;easier to migrate your code to use SDK 16 instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question related to  [218] NFCT: Frame Delay timing is too short after SLP_REQ.</title><link>https://devzone.nordicsemi.com/thread/264530?ContentTypeID=1</link><pubDate>Thu, 13 Aug 2020 18:21:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7284de9b-2bb4-4e0f-97b6-d5b29c7740d5</guid><dc:creator>pd@learner</dc:creator><description>&lt;p&gt;is there any other way to ensure this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question related to  [218] NFCT: Frame Delay timing is too short after SLP_REQ.</title><link>https://devzone.nordicsemi.com/thread/263958?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 08:36:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81393758-fee9-4dd8-ad24-76a3f52f0820</guid><dc:creator>Sigurd</dc:creator><description>[quote user="pd@learner"]I am using SDK 15.2.0[/quote]
&lt;p&gt;&amp;nbsp;Ok, in that case you would need to&amp;nbsp;backport the workaround from SDK 16, to SDK 15.2&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question related to  [218] NFCT: Frame Delay timing is too short after SLP_REQ.</title><link>https://devzone.nordicsemi.com/thread/263799?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2020 11:08:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:372e4a7e-4761-4d15-bd4d-c89174a4d738</guid><dc:creator>pd@learner</dc:creator><description>&lt;p&gt;I am using SDK 15.2.0 and softdevice s132 v6.1.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Question related to  [218] NFCT: Frame Delay timing is too short after SLP_REQ.</title><link>https://devzone.nordicsemi.com/thread/263796?ContentTypeID=1</link><pubDate>Mon, 10 Aug 2020 11:06:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b33bc9f-3c1e-4118-a705-2919e7b7c4ad</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As mentioned in the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Ferrata_nRF52832_Rev2%2FERR%2FnRF52832%2FRev2%2Flatest%2Fanomaly_832_218.html"&gt;errata document&lt;/a&gt;, the workaround is included in nRF5 SDK v16.0. So if you are using SDK 16.0 or SK 17.0, the workaround is already included. The workaround is used e.g. &lt;a href="https://github.com/NordicSemiconductor/nrfx/blob/v1.8.0/drivers/src/nrfx_nfct.c#L219"&gt;here&lt;/a&gt;, and other places inside nrfx_nfct.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>