<?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>What is the purpose of UICR values?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5688/what-is-the-purpose-of-uicr-values</link><description>I&amp;#39;m looking at the UICR hardware peripheral example , and trying to figure out the utility in writing to the UICR registers. 
 Why would I want to modify the compiled hex file? To serialize the device at manufacturing time? For security like hard-coding</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Feb 2015 13:04:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5688/what-is-the-purpose-of-uicr-values" /><item><title>RE: What is the purpose of UICR values?</title><link>https://devzone.nordicsemi.com/thread/19930?ContentTypeID=1</link><pubDate>Mon, 23 Feb 2015 13:04:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e5e9d8a-bc7f-48a1-838f-2e99f76c8223</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;The UICR contains for instance &amp;quot;RBPCONF&amp;quot; (read-back protection flags) or &amp;quot;FWID&amp;quot; (FW ID) which you might need to set to particular value during production. While something could be managed by Nordic tools (I mean by &amp;quot;nrfjprog&amp;quot; or &amp;quot;nRFgo Studio&amp;quot;) you will probably use other tools for mass production and then modifying values of these registers are usually only possible through HEX file. You can of course prepare it manually and then merge but having option of doing all this during compilation time could be handy. And yes, you can use UICR for storing some more obscure static data such as IDs or even keys (but then you probably want to diversify it per produced unit which leads to more sophisticated architectures between build and manufacturing). However managing of RBCONF will be more common.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>