<?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>Erasing UICR from software - Do I need to save and copy non-customer UICR registers?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46726/erasing-uicr-from-software---do-i-need-to-save-and-copy-non-customer-uicr-registers</link><description>I need to be able to erase assembly number stored in UICR as part of production process. Im using ERASEUICR for nrf52840. Do the non-customer UICR registers, e.g. nordic reserved NRFFW, PSELRESET, APPROTECT etc, need to be copied to RAM and rewritten</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 24 Jul 2019 02:04:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46726/erasing-uicr-from-software---do-i-need-to-save-and-copy-non-customer-uicr-registers" /><item><title>RE: Erasing UICR from software - Do I need to save and copy non-customer UICR registers?</title><link>https://devzone.nordicsemi.com/thread/200170?ContentTypeID=1</link><pubDate>Wed, 24 Jul 2019 02:04:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ba777cf-ed2b-4847-81a9-222f569dfaf7</guid><dc:creator>swna3708</dc:creator><description>&lt;p&gt;Hi Einar.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i have a question and i&amp;#39;m a begginer&lt;/p&gt;
&lt;p&gt;the datasheet of nRF52840 said FICR&amp;#39;s Address starts 0x10000000 and UICR&amp;#39;s Address starts 0x10001000&lt;/p&gt;
&lt;p&gt;if uicr is just flash page, (0x10001000, 0x10000000) is just address to access the flash?&lt;/p&gt;
&lt;p&gt;and the datasheet also said nRF52840&amp;#39;s flash page is page 0 to page 255(Address 0x00000000 to 0x000FF000)&lt;/p&gt;
&lt;p&gt;that&amp;#39;s mean the flash actually has ( 255 page + UICR + FICR ) size ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regard.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Erasing UICR from software - Do I need to save and copy non-customer UICR registers?</title><link>https://devzone.nordicsemi.com/thread/184225?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2019 08:12:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca71a00b-bd22-4624-952b-03e1ccb9276c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;UICR is essentially a normal flash page, so the only way to erase it is to erase it complacently, to that it will be all 1&amp;#39;s. Therefor you need to temporarily store and write back any data you need to keep, including any registers that are reserved.&lt;/p&gt;
&lt;p&gt;This means that &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/nvmc.html?cp=3_0_0_3_2_3#concept_p4n_mbz_vr"&gt;UICR erase&lt;/a&gt;&amp;nbsp;can be a somewhat risk operation, depending on your system. Therefore, I recommend you consider carefully weather there is a need for erasing the UICR page, or if it is possible to achieve what you want to do in another way. You should also note that UICR erase if not allowed in case APPROTECT is enabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>