<?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>nrf9160 protected code</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69188/nrf9160-protected-code</link><description>Dear Sir. 
 
 In my program 2 strings I need to protect when a new firmware is updated. 
 #define PROD_DATE &amp;quot;PROD_DATE_03_12-2020&amp;quot; #define IRON_NUMBER &amp;quot;IRON_1234567899999&amp;quot; 
 How can I achieve this goal ?. 
 Please Advise.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Dec 2020 13:32:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69188/nrf9160-protected-code" /><item><title>RE: nrf9160 protected code</title><link>https://devzone.nordicsemi.com/thread/283560?ContentTypeID=1</link><pubDate>Mon, 07 Dec 2020 13:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07958d77-256a-4e58-a1de-94f20598d756</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The typical location for such information (serial number etc) is in the section of the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/uicr.network/doc/uicr.network.html?cp=3_0_0_5_3_1"&gt;UICR&lt;/a&gt; that are reserved for customer usage. This is a persistent flash register that is typically never modified after production. You may want to skip&amp;nbsp;the prefixes (&amp;quot;PROD_DATE_&amp;quot; and &amp;quot;IRON_&amp;quot;) that I assume is common for all and thus contain no information in order to use less of the UICR for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>