<?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 via nrfjprog</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104821/nfc-via-nrfjprog</link><description>Hi I&amp;#39;d like to turn on the NFC transmitter via the registers. Would this accomplish that task? 
 nrfjprog --coprocessor CP_APPLICATION --memwr 0x5002D000 --val 0x1 
 nrfjprog --coprocessor CP_APPLICATION --memwr 0x5002D00C --val 0x1 
 I couldn&amp;#39;t find</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Nov 2023 09:23:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104821/nfc-via-nrfjprog" /><item><title>RE: NFC via nrfjprog</title><link>https://devzone.nordicsemi.com/thread/456844?ContentTypeID=1</link><pubDate>Wed, 22 Nov 2023 09:23:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:414f6781-d14a-4e19-91b2-dd62ead05205</guid><dc:creator>mathiaso</dc:creator><description>&lt;p&gt;Hi, Kevin!&lt;/p&gt;
&lt;p&gt;It is correct that these are internal registers. On the nRF5340 you should be able to use the same offsets as for the nRF52840, in the NFC antenna tuning blog post you linked to. The only thing you have to change in the register address is the base, which is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;0x40005000 for the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/nfc.html?cp=5_0_0_5_13_12#topic"&gt;nRF52840&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Depending on the instance used, 0x5002D000 or 0x4002D000 for the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/nfc.html?cp=4_0_0_6_19_13#topic"&gt;nRF5340&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thus, instead of&lt;br /&gt;nrfjprog -f NRF52 --memwr 0x4000568C --val 0x38D48&lt;br /&gt;nrfjprog -f NRF52 --memwr 0x40005000 --val 1&lt;br /&gt;used for the nRF52840.&lt;/p&gt;
&lt;p&gt;It should work to use, e.g.,&lt;br /&gt;nrfjprog -f NRF53 --memwr 0x5002D68C --val 0x38D48&lt;br /&gt;nrfjprog -f NRF53 --memwr 0x5002D000 --val 1&lt;br /&gt;for the nRF5340 (if using the NFCT : S instance).&lt;/p&gt;
&lt;p&gt;Btw, it should also work to not include &lt;em&gt;-f NRF53&lt;/em&gt; in the command. Thus, only use&lt;br /&gt;nrfjprog --memwr 0x5002D68C --val 0x38D48&lt;br /&gt;nrfjprog --memwr 0x5002D000 --val 1&lt;br /&gt;in the example above.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Mathias&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC via nrfjprog</title><link>https://devzone.nordicsemi.com/thread/456030?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2023 16:59:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3554be0c-62c6-431f-b647-334c3ce8f80a</guid><dc:creator>Stew</dc:creator><description>&lt;p&gt;I likewise am wondering what the nrfjprog commands need to be for the nRF5340 for &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nfc-tag-antenna-tuning"&gt;NFC antenna tuning&lt;/a&gt;.&amp;nbsp; The register addresses specified for the nRF52840 and&amp;nbsp;nRF52832 seem to be internal-only registers not documented in the public product specification, and the instructions are different from each other.&amp;nbsp; What are the equivalent nrfjprog commands needed for the nRF5340 for NFC antenna tuning?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC via nrfjprog</title><link>https://devzone.nordicsemi.com/thread/451481?ContentTypeID=1</link><pubDate>Fri, 20 Oct 2023 11:11:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44c3e5e3-18d5-4a9e-b2a6-fb7cedb50133</guid><dc:creator>mathiaso</dc:creator><description>&lt;p&gt;Hi, Brad!&lt;/p&gt;
&lt;p&gt;There is a White Paper for tuning the NFC antenna of the nRF52832, found &lt;a href="https://infocenter.nordicsemi.com/topic/nwp_026/WP/nwp_026/nWP_026_intro.html?cp=18_10"&gt;here&lt;/a&gt;. The same procedure should be possible to follow for the nRF5340.&lt;/p&gt;
&lt;p&gt;If you have a VNA, there&amp;#39;s no need to power the chip. But maybe you don&amp;#39;t have that?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Mathias&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>