<?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 Can I dynamically reset nRF51 without physically disconnect the device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8405/how-can-i-dynamically-reset-nrf51-without-physically-disconnect-the-device</link><description>My nRF51 will occasionally lose connection to the computer, and I have to disconnect and then reconnect it before it will work. How can I reset the device dynamically, without having to physically disconnect the device?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jul 2015 23:28:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8405/how-can-i-dynamically-reset-nrf51-without-physically-disconnect-the-device" /><item><title>RE: How Can I dynamically reset nRF51 without physically disconnect the device</title><link>https://devzone.nordicsemi.com/thread/30539?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 23:28:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32a50f46-f4f0-4c0f-87de-dc77eb9b16e1</guid><dc:creator>Rushd</dc:creator><description>&lt;p&gt;You can use sd_nvic_SystemReset() (if using the softdevice) to reset the device.
Otherwise NVIC_SystemReset() (if not using the softdevice).&lt;/p&gt;
&lt;p&gt;Also can take a look at this:
&lt;a href="https://devzone.nordicsemi.com/question/2987/nvic_systemreset-or-sd_nvic_systemreset/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>