<?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>Setting UICR in nRF52810 and S112</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72507/setting-uicr-in-nrf52810-and-s112</link><description>Please tell me the UICR setting in nRF52810 and S112. Currently, when I develop with nRF52810 and S112, the area of UICR is 0xFF. [1]The oscillator is equipped with 32MHz, but the UICR setting is 16MHz. 　The oscillator setting is 32MHz, but the UICR setting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Mar 2021 10:40:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72507/setting-uicr-in-nrf52810-and-s112" /><item><title>RE: Setting UICR in nRF52810 and S112</title><link>https://devzone.nordicsemi.com/thread/299727?ContentTypeID=1</link><pubDate>Mon, 15 Mar 2021 10:40:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0ed1c0a-8886-44b8-979e-4ace0c243d6d</guid><dc:creator>Edvin</dc:creator><description>[quote user="komuro"]Is there any function to guard the soft device placed in code region 0?[/quote]
&lt;p&gt;&amp;nbsp;What exactly do you mean?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The softdevice protects itself. The application can&amp;#39;t overwrite the softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting UICR in nRF52810 and S112</title><link>https://devzone.nordicsemi.com/thread/299576?ContentTypeID=1</link><pubDate>Sat, 13 Mar 2021 06:48:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab0adbea-4f33-46da-8a37-ea89f4ed1ae3</guid><dc:creator>komuro</dc:creator><description>&lt;p&gt;I have a question about CLENR0.&lt;br /&gt;&lt;br /&gt;The following document states that &amp;quot;Code running from code region 1 will not be able to write to code region 0.&amp;quot;&lt;br /&gt;&amp;lt;infocenter.nordicsemi.com/.../nRF51_RM_v3.0.1.pdf&lt;br /&gt;8 User Information Configuration Registers (UICR)&lt;br /&gt;8.1 Functional description&lt;br /&gt;&lt;br /&gt;In nRF52, there is no CLENR0. Is there any function to guard the soft device placed in code region 0?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting UICR in nRF52810 and S112</title><link>https://devzone.nordicsemi.com/thread/299044?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 14:27:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c369a224-9f1d-4c97-8c08-ffa324f623d7</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;The UICR is a bit different on the nRF52 and the nRF51, yes. And it differs a bit between the different nRF52 chips as well. For the nRF52810 the UICR registers are found here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52810/uicr.html?cp=4_5_0_3_4_0#topic"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf52810/uicr.html?cp=4_5_0_3_4_0#topic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So the first registers are not used.&lt;/p&gt;
&lt;p&gt;The first register that is used is the 0x014: NRFFW[0] (same as BOOTLOADERADDR).&lt;/p&gt;
&lt;p&gt;In the nRF51 you could choose between a 16 and 32MHz HFXTAL. On the nRF52 series, this is no longer an option, which is probably why these were removed. The RBPCONF is the same as the register 0x208: APPROTECT. As it is not the same physical readback protection as on the nRF51, I assume this is the reason they have changed the register.&lt;/p&gt;
&lt;p&gt;And I don&amp;#39;t think the CLENR0 is used anymore. At least as far as I know there is no register holding the length of the application.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting UICR in nRF52810 and S112</title><link>https://devzone.nordicsemi.com/thread/298980?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 12:28:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:046cba27-81e0-49c9-8804-310346cfc0c7</guid><dc:creator>komuro</dc:creator><description>&lt;p&gt;I may be wrong in my understanding.&lt;br /&gt;Since nRF51 had the following settings, I thought that nRF52 should have the same settings.&lt;br /&gt;Is there any setting for nRF52 that is equivalent to nRF51?&lt;br /&gt;&lt;br /&gt;nRF51 Reference Manual v3.0.1&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.1.pdf?cp=5_2_0"&gt;infocenter.nordicsemi.com/.../nRF51_RM_v3.0.1.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;UICR : 0x10001000&lt;br /&gt;*CLENR0 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0x000 : Length of code region 0&lt;br /&gt;*RBPCONF&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0x004 : Read back protection configuration&lt;br /&gt;*XTALFREQ&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0x008 : Reset value for XTALFREQ in CLOCK, see CLOCK chapter&lt;br /&gt;*FWID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 0x010 : Firmware ID&lt;br /&gt;*BOOTLOADERADDR : 0x014 : Bootloader address&lt;br /&gt;&lt;br /&gt;&amp;rArr;This time, I checked the above address on nRF52 and asked a question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting UICR in nRF52810 and S112</title><link>https://devzone.nordicsemi.com/thread/298523?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 21:58:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12925f9a-27fb-4ba6-b94e-3a4f68f01b19</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am not sure we have the same understanding of what &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52810/uicr.html?cp=4_5_0_3_4"&gt;UICR&lt;/a&gt; is.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]The oscillator is equipped with 32MHz, but the UICR setting is 16MHz.&lt;br /&gt;[/quote]
&lt;p&gt;&amp;nbsp;What do you mean by this? Where in the UICR is something set to 16MHz?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I want to set the UICR setting to the following, is there any way to set it?&lt;br /&gt;[/quote]
&lt;p&gt;&amp;nbsp;I am not sure what you mean here either.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you want to store some custom data in the UICR that you later want to use in your application? Because the UICR has nothing to do with XTAL frequencies by default.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>