<?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 reset  nRF52810  softdevice but not application?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54419/how-to-reset-nrf52810-softdevice-but-not-application</link><description>It appears the softdevice gets into a strange state when a BLE connection is lost while transferring data. How does application code reset or reinitialize the softdevice ? 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Nov 2019 13:23:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54419/how-to-reset-nrf52810-softdevice-but-not-application" /><item><title>RE: How to reset  nRF52810  softdevice but not application?</title><link>https://devzone.nordicsemi.com/thread/220319?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2019 13:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bb688ed-62cf-4f90-b9ec-d457187721b4</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can disable the Softdevice through&amp;nbsp;sd_softdevice_disable(), but then you would have to re-initialize your BLE services, GAP settings, etc as you do in your startup code.&amp;nbsp;It seems like it would be easier to just call NVIC_SystemReset() when this happens. You say the Softdevice is behaving strangely after the connection is lost, could you provide some more details on this? E.g., does it lead to a Soft reset from the app errror fault handler?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>