<?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 and LFCLK initialization</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41677/nfc-and-lfclk-initialization</link><description>I&amp;#39;m experiencing a problem with the NFC. 
 I&amp;#39;m trying to make a simple read-only tag, and I&amp;#39;ve used the NFC Text Record Example to build upon. That worked without a problem. 
 However, when I integrated the NFC code in my project, I wasn&amp;#39;t able to read</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Jan 2019 15:10:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41677/nfc-and-lfclk-initialization" /><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/166536?ContentTypeID=1</link><pubDate>Fri, 18 Jan 2019 15:10:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40efb564-f642-4f8b-a1bb-7685eac862b3</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I managed to add an app timer (using RTC and the LFCLK) to the&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/nfc_record_text"&gt;NFC Text Record Example&lt;/a&gt;, where the&amp;nbsp;timer and the NFC worked as expected.&lt;/p&gt;
&lt;p&gt;I have attached the project.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-591dde08cba74ae685757b1e43c4f2d6/record_5F00_text_5F00_with_5F00_RTC.zip"&gt;devzone.nordicsemi.com/.../record_5F00_text_5F00_with_5F00_RTC.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/166191?ContentTypeID=1</link><pubDate>Thu, 17 Jan 2019 10:59:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc47e0b7-e542-4dbf-a267-339e292c0ec3</guid><dc:creator>LWittland</dc:creator><description>&lt;p&gt;No.&lt;/p&gt;
&lt;p&gt;I still have no Idea what I can do to use the LFCLK both for NFC and the RTC.&lt;/p&gt;
&lt;p&gt;I have tried to run the RTC from the Systick Timer instead of LFCLK, but that caused problems with other parts of our application, so this not an option either.&lt;/p&gt;
&lt;p&gt;Also, since the soft device uses up RTC channels 0 and 1, I am limited to RTC chanel 2.&lt;/p&gt;
&lt;p&gt;Any Ideas?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/166027?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 14:33:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cf11c96-9150-4bb2-8410-ca67cb99c9c8</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Did you resolve the issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/165084?ContentTypeID=1</link><pubDate>Fri, 11 Jan 2019 08:53:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a59bb85-fc9b-4f20-973a-674bdd7c48a3</guid><dc:creator>LWittland</dc:creator><description>&lt;p&gt;Hello Simon,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have to check if the clock module is initialized; when I initialize the NFC first, it always is.&lt;/p&gt;
&lt;p&gt;Not executing the code in LFCLK_config() doesn&amp;#39;t do what I need:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Skipping&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new, courier;"&gt;ret_code_t err_code = nrf_drv_clock_init();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;let&amp;#39;s me use the LFCLK for my application; the NFC tag is readable, but empty.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Also skipping&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new, courier;"&gt;nrf_drv_clock_lfclk_request(NULL);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;the Tag is readable and contains the data I configured with NFC_NDEF_TEXT_RECORD_DESC_DEF, but the LFCLK isn&amp;#39;t avaliable (more precisely: my RTC handler won&amp;#39;t be called).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/164205?ContentTypeID=1</link><pubDate>Mon, 07 Jan 2019 10:20:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dff8f2f-0167-4690-9138-2d60cded8ee7</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;The&amp;nbsp;&lt;span&gt;&lt;em&gt;nrf_drv_clock_init()&lt;/em&gt; is already run by the NFC example:&amp;nbsp;&lt;em&gt;fc_t2t_setup(..)&lt;/em&gt;--&amp;gt;&lt;em&gt;hal_nfc_setup(..)--&amp;gt;nrf_drv_clock_init().&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;In the LFCLK_Config() function try to run&amp;nbsp;&lt;em&gt;nrf_drv_clock_init_check() &lt;/em&gt;first,&lt;em&gt; &lt;/em&gt;and only initialize the clock module if it is not already initialized.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/163666?ContentTypeID=1</link><pubDate>Thu, 03 Jan 2019 09:04:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6241a578-0669-4114-931f-4c58c4990226</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Sorry for the long delay, I will try to provide you with an answer by the upcoming monday/tuesday (7/8 january)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC and LFCLK initialization</title><link>https://devzone.nordicsemi.com/thread/162881?ContentTypeID=1</link><pubDate>Fri, 21 Dec 2018 15:29:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b803eded-789c-4ada-88b5-05558d1ba0b6</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Currently,&amp;nbsp;a huge portion of the support team are on christmas vacation, and might not be able to answer you in the closest future. In the first week of 2019 most of the staff will we back and you can&amp;nbsp;expect an answer then.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>