<?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 can&amp;#39;t work with freertos in SKD15.3.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73120/nfc-can-t-work-with-freertos-in-skd15-3-0</link><description>Online Manlio 6 minutes ago 
 
 Hi, 
 I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init() that in the main() function, the project runs good. 
 I don&amp;#39;t know why. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Mar 2021 17:44:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73120/nfc-can-t-work-with-freertos-in-skd15-3-0" /><item><title>RE: NFC can't work with freertos in SKD15.3.0</title><link>https://devzone.nordicsemi.com/thread/301534?ContentTypeID=1</link><pubDate>Tue, 23 Mar 2021 17:44:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e756092-d693-416e-9336-894a2e19653a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I cannot find any resource conflicts between ESB, NFCT, and the FreeRTOS libraries in the SDK examples.&lt;/p&gt;
&lt;p&gt;ESB uses TIMER2 and TIMER3, while&amp;nbsp;NFCT driver uses TIMER4. Have you modified any resources in the SDK?&lt;/p&gt;
&lt;p&gt;It could also be some priority related issues, but this is hard to say without looking at your project. Would you be able to upload the full project for review/debugging? If you do not want to post in a public case, I can convert it to private.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC can't work with freertos in SKD15.3.0</title><link>https://devzone.nordicsemi.com/thread/301346?ContentTypeID=1</link><pubDate>Tue, 23 Mar 2021 09:10:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8183caa-9c18-4120-97fc-555723a3af21</guid><dc:creator>Manlio</dc:creator><description>&lt;p&gt;My project use esb. And I find that if I use ble, the NFC can work.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So is there any suggestion when use esb and NFC with freertos?&lt;/p&gt;
&lt;p&gt;----------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;BLE:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;ble_stack_init();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;gap_params_init();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;gatt_init();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;services_init();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;advertising_init();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;conn_params_init();&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;//&amp;nbsp;Start&amp;nbsp;advertise&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;advertising_start();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;------------------------------------------------------------------&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;ESB:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// Initialize&lt;br /&gt; clocks_start();&lt;br /&gt; err_code = esb_init();&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;---------------------------------------------------------------------&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>