<?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>is nRF51822 die revision identified in register</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9282/is-nrf51822-die-revision-identified-in-register</link><description>Some nRF51 modules are sold with metal covers preventing visual access to the chip and date code. Is it possible to identify the revision of a nRF51822 through the Cortex-M0 SCB-&amp;gt;CPUID register or other means?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 05 Dec 2015 00:20:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9282/is-nrf51822-die-revision-identified-in-register" /><item><title>RE: is nRF51822 die revision identified in register</title><link>https://devzone.nordicsemi.com/thread/34252?ContentTypeID=1</link><pubDate>Sat, 05 Dec 2015 00:20:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:549e6176-5b5f-4dcd-a812-d0171ea02b14</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;There was a post a while ago pointing out there&amp;#39;s a file in the windows version of the SDK called nrf51deviceids.xml. That has every build code with full information for the chip. it has softdevice info too and is really rather useful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is nRF51822 die revision identified in register</title><link>https://devzone.nordicsemi.com/thread/34253?ContentTypeID=1</link><pubDate>Fri, 04 Dec 2015 16:23:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15fc02c3-1a46-4850-80d3-025e354a2f5c</guid><dc:creator>Nikolaus Wittenstein</dc:creator><description>&lt;p&gt;If you&amp;#39;re doing this manually, &lt;code&gt;nrf_ic_info_get&lt;/code&gt; gets register &lt;code&gt;0xF0000FE8&lt;/code&gt;, and checks to see if the last byte is &lt;code&gt;0x1_&lt;/code&gt; (rev 1), &lt;code&gt;0x4_&lt;/code&gt; (rev 2), or &lt;code&gt;0x7_&lt;/code&gt;, &lt;code&gt;0x8_&lt;/code&gt;, or &lt;code&gt;0x9_&lt;/code&gt; (rev 3) (where underscore means any digit).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is nRF51822 die revision identified in register</title><link>https://devzone.nordicsemi.com/thread/34250?ContentTypeID=1</link><pubDate>Fri, 18 Sep 2015 07:52:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:407c52a5-6d3c-4976-8597-f1217bf94861</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jeff,&lt;/p&gt;
&lt;p&gt;Sorry that the compability matrix doesn&amp;#39;t cover all of the HWID especially the newer one. However, if you want to query information about the chip revision, ram, rom size, you should use the nrf_ic_info_get() function as described by Stefan &lt;a href="https://devzone.nordicsemi.com/question/30774/mapping-hwid-to-revision-information/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In your case it&amp;#39;s a QFAC Ax0 chip, with 256kB flash and 32kB RAM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is nRF51822 die revision identified in register</title><link>https://devzone.nordicsemi.com/thread/34251?ContentTypeID=1</link><pubDate>Thu, 17 Sep 2015 22:18:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1fe4ae4-8ecc-4d01-b918-71852fa6631c</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;Our nRF51822 IC contains&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_FICR-&amp;gt;CONFIGID - 0xFFFF0084
HWID - 0x84
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The HWID 0x84 is not in the compatibility matrix.  Are all HWID values in the compatibility matrix?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: is nRF51822 die revision identified in register</title><link>https://devzone.nordicsemi.com/thread/34249?ContentTypeID=1</link><pubDate>Thu, 17 Sep 2015 15:51:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f57650b-c918-40b8-91fa-b0b7cc7e8c66</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Jeff,
You should read the HWID in the CONFIGID in FICR on the chip as described in Chapter 7 in the nRF51 Reference Manual.&lt;/p&gt;
&lt;p&gt;Then you can match your chip HWID with the chip revision as in compatibility matrix table &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF51822/ATTN-51/41917"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>