<?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>How to know if you&amp;#39;re flashing an external board with nRF52840DK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92051/how-to-know-if-you-re-flashing-an-external-board-with-nrf52840dk</link><description>Is there a way of visually verifying if you&amp;#39;re programming an external board with the nRF52840DK? Sometimes I&amp;#39;m not sure if the pins are wired up correctly, in which case it would program the on-board nRF52840 instead.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Sep 2022 14:38:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92051/how-to-know-if-you-re-flashing-an-external-board-with-nrf52840dk" /><item><title>RE: How to know if you're flashing an external board with nRF52840DK?</title><link>https://devzone.nordicsemi.com/thread/386690?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 14:38:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:942ceb1e-8b3c-4ecb-bf30-77238924fbaa</guid><dc:creator>gendor</dc:creator><description>&lt;p&gt;Thank you, that&amp;#39;s very helpful!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to know if you're flashing an external board with nRF52840DK?</title><link>https://devzone.nordicsemi.com/thread/386688?ContentTypeID=1</link><pubDate>Fri, 16 Sep 2022 14:15:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee8ff4a2-a05b-4f8b-8bfe-96492244785f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;A quite simple way is to read the DEVICEID[0] register from FICR, as this is&amp;nbsp;unique for each device. When nothing is connected to the debug out port, you should read the number of the onboard nRF on the DK. When an&amp;nbsp;external device is connected, you should see a different number (which is different for each external device).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can read it like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --memrd 0x10000060&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;(if you are paranoid you can read&amp;nbsp;DEVICEID[1] as well, which is at&amp;nbsp;0x10000064, but that is probably overkill for this purpose)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>