<?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>Restarting the network core</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114940/restarting-the-network-core</link><description>We have a project on a 5340 based system, that only occasionally needs to have Bluetooth running. We have a relatively small battery in the device, and want to save every microamp possible. We can shut down the net core with 
 nrf_reset_network_force_off</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Sep 2024 13:07:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114940/restarting-the-network-core" /><item><title>RE: Restarting the network core</title><link>https://devzone.nordicsemi.com/thread/503994?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 13:07:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:143dcce1-2715-4535-8693-8f1fa0d4b8a4</guid><dc:creator>Nick Stoughton</dc:creator><description>&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;bt_disable&lt;/span&gt;() fails with EOPNOTSUPP because, in the 5340 &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;drivers/bluetooth/hci/rpmsg.c&lt;/span&gt; driver (we are using NCS 2.5.0) there is no close function.&lt;/p&gt;
&lt;p&gt;However, I see that&amp;nbsp;v3.5.99-ncs1 has implemented this, so I will try moving to that. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Restarting the network core</title><link>https://devzone.nordicsemi.com/thread/503832?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 18:52:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84b3b679-5dc1-473f-9e85-1e0ccd568f90</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Check out &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/108758/bluetooth-on-nrf5340/473790"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Restarting the network core</title><link>https://devzone.nordicsemi.com/thread/503640?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 20:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:212a51c1-44bc-40eb-9f16-a6710e71208b</guid><dc:creator>Nick Stoughton</dc:creator><description>&lt;p&gt;Oh, and I tried the anomaly-161 work-around with no effect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Restarting the network core</title><link>https://devzone.nordicsemi.com/thread/503621?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 16:22:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f4e9731-378c-41a9-9bda-55fdc1c1877d</guid><dc:creator>Nick Stoughton</dc:creator><description>&lt;p&gt;Thanks...unfortunately we have&amp;nbsp;&lt;span&gt;CONFIG_RESET_ON_FATAL_ERROR set to &amp;#39;y&amp;#39; everywhere except the main app.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I think this is more a matter of &amp;quot;how do I re-initialize hci_rpmsg after a netcore reset&amp;quot; ... the crash I see is an assertion fail while waiting for the&amp;nbsp;sync&amp;nbsp;done semaphore (running NCS 2.5.0, this is a&amp;nbsp;line 338 of hci_core.c). I need a way of (a) cleanly shutting down the net core, and (b) once it is down, handling a restart and re-enabling the entire IPC mechanism.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Restarting the network core</title><link>https://devzone.nordicsemi.com/thread/503609?ContentTypeID=1</link><pubDate>Tue, 24 Sep 2024 14:15:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5de0ca43-7ee6-41ad-b17a-21ae510e6cc7</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The issue could be caused by&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Ferrata_nRF5340_Rev1%2FERR%2FnRF5340%2FRev1%2Flatest%2Fanomaly_340_161.html&amp;amp;cp=4_0_1_0_1_30"&gt;[161] RESET: Core is not fully reset after Force-OFF&lt;/a&gt;&lt;span&gt;. You can check the workaround or my colleague&amp;#39;s code in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101062/nrf5340-net-core-upgrade/433218"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>