<?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>Bluetooth LE controller selection for nRF5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95905/bluetooth-le-controller-selection-for-nrf5340</link><description>I&amp;#39;m trying to understand how the selection mechanism of Bluetooth LE controller (SoftDevice vs Zephyr) works in nRF Connect SDK samples. 
 The documentation clearly states that by default, SoftDevice is used for the samples (except special cases) : https</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Jan 2023 08:19:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95905/bluetooth-le-controller-selection-for-nrf5340" /><item><title>RE: Bluetooth LE controller selection for nRF5340</title><link>https://devzone.nordicsemi.com/thread/406583?ContentTypeID=1</link><pubDate>Thu, 26 Jan 2023 08:19:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b288c6d8-0cbc-4a84-bc89-82b0b744f395</guid><dc:creator>PBD5</dc:creator><description>&lt;p&gt;Thanks for the clarification!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE controller selection for nRF5340</title><link>https://devzone.nordicsemi.com/thread/406518?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2023 15:51:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cd90017-d70f-4c73-ac4f-2f989b4e0cbb</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Sorry for not being clear about that. The controller selection should only be selected for the network core on the nRF5340. So in your scenario you only put the config in child_image/hci_rpmsg.conf.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE controller selection for nRF5340</title><link>https://devzone.nordicsemi.com/thread/406418?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2023 10:25:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4798546d-5439-4670-ac4a-77cad9e9e30c</guid><dc:creator>PBD5</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&amp;Oslash;ivind,&lt;/p&gt;
&lt;p&gt;thank you very much for the explanation, now it makes sense. Maybe just a small follow-up question: in the multi-image scenario (nRF5340 Audio DK) I assume that the config option to select the controller is supposed to go to both &lt;code&gt;prj.conf &lt;/code&gt;and&amp;nbsp;&lt;code&gt;child_image/hci_rpmsg.conf &lt;/code&gt;files, correct?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth LE controller selection for nRF5340</title><link>https://devzone.nordicsemi.com/thread/406224?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2023 12:20:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86a953b5-acb6-4399-a5fe-7b85a4554916</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;hci_rpmsg is a sample which exposes bluetooth controller support to another device or CPU using RPMsg. The controller is included when building the sample, and the sample supports both our softdevice controller and Zephyr&amp;#39;s controller.&lt;/p&gt;
&lt;p&gt;Selecting controller is done by adding one of the following configs:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#Enable Nordic SoftDevice Controller
CONFIG_BT_LL_SOFTDEVICE=y

#Enable Zephyr Controller
CONFIG_BT_LL_SW_SPLIT=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Only one of the config should be enabled. By default the SoftDevice Controller is enabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>