<?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>NRF_UICR-&amp;gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72261/nrf_uicr--customer-read-write-on-52832</link><description>Hello, I&amp;#39;m trying to port my code (working in production) from 52811 to 52832. I have several crashes on a piece of code at the start of my application that check the NRF_UICR, and based on the value does something then erases it. When I say crash, it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Mar 2021 17:07:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72261/nrf_uicr--customer-read-write-on-52832" /><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298820?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 17:07:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fb873ea-ace4-4982-a709-dfc60e7d1888</guid><dc:creator>Kenneth</dc:creator><description>[quote user="QuentinFarizon"]Well I guess that&amp;#39;s the solution to my issue ?[/quote]
&lt;p&gt;Yes.&lt;/p&gt;
&lt;p&gt;Fyi, you can find an overview which peripherals are accessible here when softdevice is enabled/disabled:&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sds_s112/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector.html"&gt;https://infocenter.nordicsemi.com/topic/sds_s112/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The same also apply to the nRF52811, however since the nRF52811 don&amp;#39;t have a &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/mwu.html#concept_hqv_lq2_1s"&gt;MWU&lt;/a&gt; that can enforce this limitation, then you may get away with it on the nRF52811, though it can cause various issues.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298751?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 14:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d04d7fe9-8ee0-476c-a474-df40ae5bee0d</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Well I guess that&amp;#39;s the solution to my issue ? I didn&amp;#39;t know SD prevented writing UICR, and it wasn&amp;#39;t the case on the 52811...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298742?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 14:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa9e87fe-7016-4375-8b99-ac2e7996343c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;It&amp;#39;s the first time I hear that the softdevice is enabled. If the softdevice is enabled, then the NVMC is a peripheral that is in use by the softdevice. If you want to write to the UICR, then you must do this when the softdevice is disabled.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298723?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 13:28:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0d8f46d-b81a-4812-b710-61b16220c125</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;How is that different ? I get the invalid memory access when trying to write&amp;nbsp;NRF_UICR-&amp;gt;CUSTOMER&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298721?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 13:25:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52f97785-6331-402b-abbd-834eee8ed9db</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Your latest problem is different from your initial case, so I suggest you search for &amp;quot;&lt;span&gt;SOFTDEVICE: INVALID MEMORY ACCESS&lt;/span&gt;&amp;quot; on devzone (for instance by google), you should find some suggestions to look for. I am more interested if you have been able to make a sample project for the UICR reset issue.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298675?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 11:58:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3102961-ece4-4ead-8b52-90c833fbade0</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I succeeded in making it work by calling&amp;nbsp;sd_softdevice_disable first, and then enabling SD after.&lt;br /&gt;&lt;br /&gt;Is this expected ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298664?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 11:24:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab524f78-0940-4dbf-ae6a-0d881e4c9b70</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;The markings are : N52832 QFAAE1 1845D&lt;br /&gt;&lt;br /&gt;I was (by mistake) shadowing&amp;nbsp;app_error_fault_handler so I was missing this log :&lt;br /&gt;&amp;nbsp;SOFTDEVICE: INVALID MEMORY ACCESS&lt;br /&gt;&lt;br /&gt;I see the same thing without a debugger, with only the logs&lt;br /&gt;&lt;br /&gt;The power supply is steady yes, I have an Otii&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298590?ContentTypeID=1</link><pubDate>Tue, 09 Mar 2021 08:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96fb1380-92e9-42c6-9ee9-f6f9654cae6a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Please start working on a simplified project I can unzip to a folder you specify in an nRF5 SDK you specify. Do you have access to an nRF52 DK you can use for comparison here?&lt;/p&gt;
&lt;p&gt;If you have &amp;quot;crashes&amp;quot; I assume you mean asserts?&lt;/p&gt;
&lt;p&gt;Please also answer my question: &amp;quot;&lt;span&gt;Can you provide the chip laser markings that is printed on top of the nRF52832 IC?&lt;/span&gt;&amp;quot;&lt;/p&gt;
&lt;p&gt;Do you see the same with debugger not connected?&lt;/p&gt;
&lt;p&gt;Is the power supply steady here?&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298496?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 18:04:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a9952d9-d158-4870-b06b-8b19bc04a9a8</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Hello Kenneth,&lt;br /&gt;&lt;br /&gt;I have the same result with both&amp;nbsp;&lt;span&gt;CONFIG_NFCT_PINS_AS_GPIOS and&amp;nbsp;CONFIG_GPIO_AS_PINRESET undefined.&lt;br /&gt;&lt;br /&gt;I have stabilized my port, and I&amp;#39;m now in a state where everything works fine when commenting out the erasing of the first two bytes of NRF_UICR-&amp;gt;CUSTOMER&lt;br /&gt;&lt;br /&gt;When uncommenting, project crashes every few seconds (even by itself, when I&amp;#39;m not using any i/o)&lt;br /&gt;&lt;br /&gt;I have added some logs :&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_LOG_INFO(&amp;quot;Erasing UICR start&amp;quot;);
NRF_LOG_FLUSH();
NRF_NVMC-&amp;gt;CONFIG = NVMC_CONFIG_WEN_Wen;
NRF_LOG_INFO(&amp;quot;Erasing UICR 1&amp;quot;);
NRF_LOG_FLUSH();
while (NRF_NVMC-&amp;gt;READY == NVMC_READY_READY_Busy){}
NRF_UICR-&amp;gt;CUSTOMER[0] = 0x0;
NRF_UICR-&amp;gt;CUSTOMER[1] = 0x0;
NRF_NVMC-&amp;gt;CONFIG = NVMC_CONFIG_WEN_Ren;
while (NRF_NVMC-&amp;gt;READY == NVMC_READY_READY_Busy){}
NRF_LOG_INFO(&amp;quot;Erasing UICR end&amp;quot;);
NRF_LOG_FLUSH();&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Output :&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; &amp;lt;info&amp;gt; app: APP START
00&amp;gt; &amp;lt;info&amp;gt; app: Erasing UICR start
00&amp;gt; &amp;lt;info&amp;gt; app: Reset_reason: 0x00000004.
00&amp;gt; &amp;lt;info&amp;gt; app: Reset_reason resetted: 0x00000000.
00&amp;gt; &amp;lt;info&amp;gt; app: APP START
00&amp;gt; &amp;lt;info&amp;gt; app: Erasing UICR start
00&amp;gt; &amp;lt;info&amp;gt; app: Reset_reason: 0x00000004.
00&amp;gt; &amp;lt;info&amp;gt; app: Reset_reason resetted: 0x00000000.

(...)&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298478?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 16:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af480062-5e30-41b4-849e-7048cee788f2</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Do you see the same with&amp;nbsp;CONFIG_NFCT_PINS_AS_GPIOS and/or&amp;nbsp;CONFIG_GPIO_AS_PINRESET not defined?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I just notice both are handled in system_nrf52.c, and if you have any reset, then they may trigger a soft reset. So you would then not see the actual first reset since&amp;nbsp;the actual first reset&amp;nbsp;is then &amp;quot;masked&amp;quot; by the soft reset caused by either of these defines.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298472?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 15:59:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3334ba29-2557-42fc-b0e9-1687fc052a8f</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;This is my own board. This is a board that have been produced with a 52811, and on which the 52811 has been later replaced by a 52832 (drop-in replacement)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298463?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 15:49:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc388d0c-182f-4863-803f-cc915cfb445c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Is there any way you can create an example I can run on an nRF52-DK here?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you provide the chip laser markings that is printed on top of the nRF52832 IC?&lt;/p&gt;
&lt;p&gt;I am not sure what nRF52 hardware you are using here? Is it a nRF52-DK or your own board?&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298412?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 14:00:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e4a6aaa-3326-4683-9197-d6f7c53b669b</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I have the error with and without the bootloader (and my bootloader is unmodified from the examples).&lt;br /&gt;&lt;br /&gt;Here is the RESETREAS code :&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;    uint32_t reset_reason = NRF_POWER-&amp;gt;RESETREAS;
    NRF_LOG_INFO(&amp;quot;Reset_reason: 0x%08x.\n&amp;quot;, reset_reason);
    NRF_POWER-&amp;gt;RESETREAS = 0xffffffff;
    reset_reason = NRF_POWER-&amp;gt;RESETREAS;
    NRF_LOG_INFO(&amp;quot;Reset_reason resetted: 0x%08x.\n&amp;quot;, reset_reason);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298311?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 10:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d40ee7f-05f2-4887-baa2-d638a501faa8</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I think there must be something we are overlooking here, can it be that you have a bootloader that is handling/doing something here? Can you share the implementation you have of the RESETREAS in the start of main()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/298137?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 14:39:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b933c1f-3fde-4243-8da5-abe8391d1c57</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;Thanks for your help.&lt;br /&gt;&lt;br /&gt;To be sure, I&amp;#39;ve commented out all calls to&amp;nbsp;&lt;span&gt;NVIC_SystemReset and&amp;nbsp;sd_nvic_SystemReset (including in SDK files).&lt;br /&gt;&lt;/span&gt;&lt;span&gt;I have also checked that&amp;nbsp;RESEATREAS is reset by reading after resetting.&lt;br /&gt;I have tried removing&amp;nbsp;CONFIG_GPIO_AS_PINRESET configuration.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;reboot still occurs in all cases (always with RESETREAS 0x4).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297841?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 14:08:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:478660bf-84a2-4f9b-9b77-05a019129844</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;There is two reasons why the soft reset bit may be set in RESETREAS:&lt;/p&gt;
&lt;p&gt;1. Somewhere in your project you are calling NVIC_SystemReset() or&amp;nbsp;sd_nvic_SystemReset().&lt;/p&gt;
&lt;p&gt;2. You did not clear the&amp;nbsp;RESEATREAS&amp;nbsp;by writing set bits to 1 on previous reset (this can be checked by reading the bits after clearing to make sure they are all 0):&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html#register.RESETREAS"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html#register.RESETREAS&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you just double check if any of the above is the case here?&amp;nbsp;&lt;/p&gt;
[quote user="QuentinFarizon"]On 52832 I have set&amp;nbsp;CONFIG_GPIO_AS_PINRESET to 1&lt;br /&gt;Could this have an impact ?&amp;nbsp;[/quote]
&lt;p&gt;I don&amp;#39;t see how that should affect the soft reset being set, but you can try to remove and see if that changes things.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297620?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 18:46:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6814c8b3-8d21-40d7-b571-0606a764e9ba</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;On 52832 I have set&amp;nbsp;CONFIG_GPIO_AS_PINRESET to 1&lt;br /&gt;Could this have an impact ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have added the hardfault handler but I don&amp;#39;t see any logs from there, nor do any breakpoints break here.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297618?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 18:07:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce7f3481-4b22-4363-b6ab-a790a6db196c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Since this is not triggered from&amp;nbsp;&lt;span&gt;app_error_fault_handler(), then I suspect it is triggered by&amp;nbsp;HardFault_process().&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Try to add/change #define HARDFAULT_HANDLER_ENABLED 1 to sdk_config.h.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In addition:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Hardfault_handler_&amp;lt;toolchain&amp;gt;.c needs to be included in order for HardFault_c_handler() (by hardfault_implementation.c) to be invoked on a fault exception. Did you include one of the handler files from \components\libraries\hardfault\nrf52\handler (different versions depending on toolchain)?&lt;/p&gt;
&lt;p&gt;Edit: The code snippet you shared seems to work on an nRF52832 I have here without any issues.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297597?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 16:15:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ac9eaaf-85dc-4339-9e89-b96dc6dd9ce0</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;RESEATREAS is 0x4 -&amp;gt;&amp;nbsp;&lt;span&gt;Reset from soft&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297579?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 15:27:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7230b983-ee80-44f9-b8b9-5252560c3ba6</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I don&amp;#39;t understand what the problem may be, but using that register will help&amp;nbsp;find what the reset reason is, that will help us understand next step.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297572?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 14:56:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6cfc3ab-21ff-44ca-b123-8054e057bb55</guid><dc:creator>QuentinFarizon</dc:creator><description>&lt;p&gt;I don&amp;#39;t have anything on my code about that. Is this is a known difference between 52811/52832 ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF_UICR-&gt;CUSTOMER read/write on 52832</title><link>https://devzone.nordicsemi.com/thread/297560?ContentTypeID=1</link><pubDate>Wed, 03 Mar 2021 14:41:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07825b6d-19e3-4592-84fe-42ac3a50f6fa</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;What is the NRF_POWER-&amp;gt;RESETREAS on startup? Make sure to clear all bits in RESETREAS after reading by writing 1 to them, else they may be kept on next startup.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>