<?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>UICR register CUSTOMER [0] Read / write</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51544/uicr-register-customer-0-read-write</link><description>OS in development environment ：Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD Soft Ver:nRF5_SDK_15.2.0_9412b96 
 Running</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Sep 2019 08:23:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51544/uicr-register-customer-0-read-write" /><item><title>RE: UICR register CUSTOMER [0] Read / write</title><link>https://devzone.nordicsemi.com/thread/208132?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 08:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:085667a1-383b-409b-b741-b9ed2498be9a</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Trying to erase UICR while softdevice is running is a really bad idea. I strongly suspect an &lt;a href="https://en.wikipedia.org/wiki/XY_problem"&gt;XY problem &lt;/a&gt;here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UICR register CUSTOMER [0] Read / write</title><link>https://devzone.nordicsemi.com/thread/208085?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2019 05:13:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a40c8e48-a304-4d4d-8125-6e5f7bb0e5d4</guid><dc:creator>yokokawa</dc:creator><description>&lt;p&gt;Please tell me the range to be deleted in case of &amp;quot;nrf_nvmc_page_erase (0x10001080);&amp;quot;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know the range of deleting one page.Also, please tell me how to erase a narrow area.&lt;/p&gt;
&lt;p&gt;If &amp;quot;nrf_nvmc_page_erase ()&amp;quot; and &amp;quot;nrf_nvmc_write_words ()&amp;quot; are used while UART and BLE are operating, it will stop.&lt;/p&gt;
&lt;p&gt;Please tell me what to do before executing &amp;quot;nrf_nvmc_page_erase ()&amp;quot; and &amp;quot;nrf_nvmc_write_words ()&amp;quot;.&lt;/p&gt;
&lt;p&gt;After execution, &amp;ldquo;sd_nvic_SystemReset ()&amp;rdquo; will be executed.&lt;br /&gt;Thanking you in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UICR register CUSTOMER [0] Read / write</title><link>https://devzone.nordicsemi.com/thread/207844?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 08:56:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d9cbec8-6d9e-4742-b55a-7e2962759676</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Fstorage module cannot access UICR.&lt;/p&gt;
&lt;p&gt;Your code never enables the softdevice. This means you can use the nrf_nvmc_xxx functions from nrf_nvmc.h directly. These do support writing to UICR.&lt;/p&gt;
&lt;p&gt;Warning: Erasing UICR kills the bootloader, and thus may brick the device (read: SWD access needed to restore functionality).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UICR register CUSTOMER [0] Read / write</title><link>https://devzone.nordicsemi.com/thread/207777?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 04:42:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba14b5f2-1adb-4af7-9b59-c0aa602b159a</guid><dc:creator>yokokawa</dc:creator><description>&lt;p&gt;Implemented flash ROM write / call method.&lt;br /&gt;1) Even if the reading process is executed, data cannot be read, but no error will occur.&lt;br /&gt;2) When the flash is initialized, 16 (address error) is returned.&lt;br /&gt;3) Even if the write process is executed, data is not written, but no error occurs.&lt;br /&gt;What are the mistakes in the program?&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/UICR_5F00_Debug_2800_20190904_2900_.zip"&gt;devzone.nordicsemi.com/.../UICR_5F00_Debug_2800_20190904_2900_.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UICR register CUSTOMER [0] Read / write</title><link>https://devzone.nordicsemi.com/thread/206787?ContentTypeID=1</link><pubDate>Thu, 29 Aug 2019 08:38:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74ee0f55-320c-4bfb-b66f-ad3e6f97ed7f</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Reading and writing UICR uses the same method as with regular flash - that is either via NVMC (see PS) or via softdevice (as NVMC is restricted when softdevice is active).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>