<?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>Issue using NFC in nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118235/issue-using-nfc-in-nrf52832</link><description>Hello, 
 I am developing an NFC application using the nRF Connect SDK v2.6.0 and the nRF Toolchain v2.7.0. During development, I tested my application on the nRF52840 DevKit (built with the target nrf52840dk_nrf52840 ) and the nfc_callback function works</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Feb 2025 07:23:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118235/issue-using-nfc-in-nrf52832" /><item><title>RE: Issue using NFC in nRF52832</title><link>https://devzone.nordicsemi.com/thread/521218?ContentTypeID=1</link><pubDate>Tue, 04 Feb 2025 07:23:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d05ecca4-a0c6-40d2-9a83-4188b9321260</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Arthur,&lt;/p&gt;
&lt;p&gt;Could you please gather log from a run of the peripheral_nfc_pairing sample with the following Kconfig enabled.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG_MODE_DEFERRED=y
CONFIG_LOG_BUFFER_SIZE=8192
CONFIG_LOG_BACKEND_UART_BUFFER_SIZE=8192 # Or RTT if you are logging via RTT.

CONFIG_NFC_PLATFORM_LOG_LEVEL_DBG=y
CONFIG_NFC_NDEF_CH_REC_PARSER_LOG_LEVEL_DBG=y
CONFIG_NFC_NDEF_LE_OOB_REC_PARSER_LOG_LEVEL_DBG=y
CONFIG_NFC_NDEF_PARSER_LOG_LEVEL_DBG=y
CONFIG_NFC_TNEP_CH_LOG_LEVEL_DBG=y
CONFIG_NFC_TNEP_TAG_LOG_LEVEL_DBG=y
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I am unsure what could be the issue here, so I just want to enable logging for all NFC-related modules to be&amp;nbsp;safe.&lt;/p&gt;
&lt;p&gt;Are you against having a hardware review done by us? It&amp;#39;s confidential, and it&amp;#39;s helpful to have another pair of eyes checking things over. It&amp;#39;s often hard to see a spot in something we have worked on over many days.&lt;/p&gt;
&lt;p&gt;Have you checked with only one unit, or multiple units?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue using NFC in nRF52832</title><link>https://devzone.nordicsemi.com/thread/520852?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2025 11:56:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da285bbc-fec6-47fa-9a61-b8f814a9fcd2</guid><dc:creator>Arthur J Sary</dc:creator><description>&lt;p&gt;Hi Hieu,&lt;/p&gt;
&lt;p&gt;Thank you for the previous suggestions. I followed your advice and tested the &lt;strong&gt;peripheral_nfc_pairing&lt;/strong&gt; sample across multiple nRF Connect SDK and toolchain versions (ensuring they match). Specifically, I tested versions &lt;strong&gt;2.5.2&lt;/strong&gt;, &lt;strong&gt;2.6.0&lt;/strong&gt;, and &lt;strong&gt;2.9.0&lt;/strong&gt;, and the issue remains the same in all cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;I can read the NFC tag information using a smartphone (with an app such as &amp;ldquo;NFC Tools&amp;rdquo;), so the tag is recognized and read properly.&lt;/li&gt;
&lt;li&gt;However, the NFC callback never gets triggered, meaning the BLE advertising does not start (it seems the interrupt is never generated).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I have double-checked the hardware setup to ensure there are no pin or antenna issues, but so far I haven&amp;rsquo;t identified anything that would prevent normal operation. If you have any additional troubleshooting steps or configuration changes you recommend, please let me know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue using NFC in nRF52832</title><link>https://devzone.nordicsemi.com/thread/519454?ContentTypeID=1</link><pubDate>Wed, 22 Jan 2025 07:52:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5955047b-fba5-4c50-a9f7-044c986b0203</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Arthur,&lt;/p&gt;
&lt;p&gt;Both the &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.6.1/samples/nfc/record_launch_app"&gt;record_launch_app&lt;/a&gt; and &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/v2.6.1/samples/nfc/record_text"&gt;record_text&lt;/a&gt; samples use callback in a similar manner and doesn&amp;#39;t have any special setup for the nRF52832 targets. I&amp;nbsp;believe no special configuration is necessary.&lt;/p&gt;
&lt;p&gt;Could you try flashing those samples and see if they work as intended first? Of course, make any change in pin configuration to adapt to your custom board.&lt;/p&gt;
&lt;p&gt;You mentioned using nRF Connect SDK (NCS) v2.6.0, but with toolchain from v2.7.0. I don&amp;#39;t think that is the problem here, but just to be sure, could you please try with&amp;nbsp;toolchain v2.6.0?&lt;/p&gt;
&lt;p&gt;Also likely not the issue, but I recommend moving to at least NCS v2.6.1.&lt;/p&gt;
&lt;p&gt;If the setup still fails after that,&amp;nbsp;could you please have a private case for a hardware design review?&lt;/p&gt;
&lt;p&gt;I also recommend getting a nRF52 DK to test with the most similar environment.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>