<?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>nrfjprog - read model number</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64695/nrfjprog---read-model-number</link><description>Hello, 
 I was wondering if it is possible to read the model (e.g. NRF52810_xxAA_REV1) from a chip with nrfjprog? 
 In production we use nrfjprog to program our devices and so far we had only one type of nRF52 but in future we will have different variants</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Aug 2020 08:54:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64695/nrfjprog---read-model-number" /><item><title>RE: nrfjprog - read model number</title><link>https://devzone.nordicsemi.com/thread/263966?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 08:54:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0daa0e7-bf66-4dfd-85d9-a88361ef030f</guid><dc:creator>db_lw</dc:creator><description>&lt;p&gt;Thanks Turbo J that is exactly what I was looking for!&lt;/p&gt;
&lt;p&gt;I want to use it to make sure that e.g. a firmware for nRF52811 is not programmed on nRF52840.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfjprog - read model number</title><link>https://devzone.nordicsemi.com/thread/263959?ContentTypeID=1</link><pubDate>Tue, 11 Aug 2020 08:37:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d0ce08b-8373-4674-8dc1-fdbe499e5e59</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The idea is to just read FICR data (example: NRF52840 CAA):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;gt;nrfjprog --memrd 0x10000100
0x10000100: 00052840

&amp;gt;nrfjprog --memrd 0x10000104
0x10000104: 41414330                              |0CAA|&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Not sure how useful this would be, though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>