<?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>How to enable the Reset bit in the Reset Register of Power  Management</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19110/how-to-enable-the-reset-bit-in-the-reset-register-of-power-management</link><description>Hi, 
 I want to set the reset bit to 1 in the reset register of Power Management module.
Chip used in nrf51822.
I have been trying to set the bit using the following statement: 
 NRF_POWER-&amp;gt;RESET = 1; 
 Please let me know if there is any other way</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Jan 2017 12:37:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19110/how-to-enable-the-reset-bit-in-the-reset-register-of-power-management" /><item><title>RE: How to enable the Reset bit in the Reset Register of Power  Management</title><link>https://devzone.nordicsemi.com/thread/73939?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 12:37:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:605d8351-0a7a-4f29-a16e-a499c82a67ee</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Only a 1k ohm external pulldown resistor should be necessary. Also if the device is restarting all the time, it is probably because of an error in your code. See &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;this thread&lt;/a&gt; on how to debug, and find the error that is causing the restart.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable the Reset bit in the Reset Register of Power  Management</title><link>https://devzone.nordicsemi.com/thread/73938?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 10:51:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e95b9d8-5eda-4b0b-a799-a3f99905bcfd</guid><dc:creator>SumitS</dc:creator><description>&lt;p&gt;we have Pulled it down using 1M ohm resistor. Should this do. Or only 1k ohm is recommended&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable the Reset bit in the Reset Register of Power  Management</title><link>https://devzone.nordicsemi.com/thread/73936?ContentTypeID=1</link><pubDate>Thu, 19 Jan 2017 14:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a2f4051-a5fb-40d7-af33-0442ac1e21ff</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;In normal mode there is no way to disable the nReset function of the nRESET/SWDIO pin. Are you having problem with the device resetting? In the latest reference design an additional 1k ohm external pulldown resistor on the SWDCLK is now recommended if you are having reset issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable the Reset bit in the Reset Register of Power  Management</title><link>https://devzone.nordicsemi.com/thread/73937?ContentTypeID=1</link><pubDate>Thu, 19 Jan 2017 10:37:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:959ed5f9-9065-4ac8-9fbe-60e55f70f991</guid><dc:creator>SumitS</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to disable the external reset pin, during runtime. How can i do that.&lt;/p&gt;
&lt;p&gt;Regards,
Sumit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable the Reset bit in the Reset Register of Power  Management</title><link>https://devzone.nordicsemi.com/thread/73935?ContentTypeID=1</link><pubDate>Thu, 19 Jan 2017 09:53:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2dd7a66d-ad0d-42cb-a5a8-aa924e14f935</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;NRF_POWER-&amp;gt;RESET = 1 enables pin reset in debug interface mode, is this what you want to do? Or do you want to reset? Then you can use &lt;code&gt;NVIC_SystemReset()&lt;/code&gt;, or &lt;code&gt;sd_nvic_SystemReset()&lt;/code&gt; if you have enabled the SoftDevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>