<?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>nrf5340 audio DK build warning</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123727/nrf5340-audio-dk-build-warning</link><description>I use nrf5340 audio DK, SDK v3.0.2, and added an iso.conf, 
 
 
 A lot of warnings were reported during compilation. 
 
 Are these conf not effective? 
 If I want these conf files to take effect, do I need to select the dependencies in the Kconfig GUI</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Aug 2025 08:22:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123727/nrf5340-audio-dk-build-warning" /><item><title>RE: nrf5340 audio DK build warning</title><link>https://devzone.nordicsemi.com/thread/545880?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 08:22:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2777bffb-79d4-4dd9-bfd9-cd98b8410423</guid><dc:creator>Elfving</dc:creator><description>[quote user="chelalv"]&lt;p&gt;How can I confirm that overlay-all-bt_ll_sw_split.conf is automatically selected in the project compilation?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;You can for instance check if the generated complete sum of configs used in build/.config includes it. Though if&amp;nbsp;&lt;span&gt;zephyr\samples\bluetooth\hci_uart is what you are basing this on then that is probably fine.&lt;/span&gt;&lt;/p&gt;
[quote user="chelalv"] don&amp;#39;t really care whether to use the Zephyr controller or the Nordic softdevice controller right now.[/quote]
&lt;p&gt;Could you try removing&amp;nbsp;&lt;span&gt;BT_CTLR_SDC_PERIPHERAL_COUNT&amp;nbsp;and just using&amp;nbsp;&lt;/span&gt;&lt;span&gt;CONFIG_BT_MAX_CONN? Or do you maybe have any other need for this config?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Elfving&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 audio DK build warning</title><link>https://devzone.nordicsemi.com/thread/545850?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2025 03:21:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed7773f4-1dd0-48cd-b01b-c0cbee385268</guid><dc:creator>chelalv</dc:creator><description>&lt;p&gt;I need to use the nrf5340 audio DK as the controller, and I run Bumble (&lt;a href="https://github.com/google/bumble)"&gt;github.com/.../bumble)&lt;/a&gt; on PC as the host.&lt;/p&gt;
&lt;p&gt;I am using the example zephyr\samples\bluetooth\hci_uart in zephyr.&lt;/p&gt;
&lt;p&gt;How can I confirm that overlay-all-bt_ll_sw_split.conf is automatically selected in the project compilation?&lt;/p&gt;
&lt;p&gt;Are all the conf files used in compilation generated into build\hci_uart\zephyr\.config?&lt;/p&gt;
&lt;p&gt;I see that the compilation command automatically generated by VS Code is:&lt;/p&gt;
&lt;p&gt;west build --build-dir c:/ncs/bumble/hci_uart-0815/build c:/ncs/bumble/hci_uart-0815 --pristine --board nrf5340_audio_dk/nrf5340/cpuapp --sysbuild -- -DEXTRA_CONF_FILE=iso.conf -DBOARD_ROOT=c:/ncs/bumble/hci_pstrueb_0813;c:/ncs/bumble/hci_uart-0815;c:/ncs/bumble/hci_uart_0806&lt;/p&gt;
&lt;p&gt;-DEXTRA_CONF_FILE=iso.conf instead of overlay-all-bt_ll_sw_split.conf&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t really care whether to use the Zephyr controller or the Nordic softdevice controller right now.&lt;/p&gt;
&lt;p&gt;I learned from the previous post this project needs to add netcore app as ipc radio(&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121593/there-is-a-problem-sending-auracast?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending)."&gt;devzone.nordicsemi.com/.../there-is-a-problem-sending-auracast&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 audio DK build warning</title><link>https://devzone.nordicsemi.com/thread/545754?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2025 09:28:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36abab94-f5ab-4ed5-b9d5-692186800963</guid><dc:creator>Elfving</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;It looks like the iso.conf file was taken into account in the build, but you also need to select the configurations that the ones you selected are dependent on.&lt;/p&gt;
&lt;p&gt;If you are for instance not using an application that uses the Nordic softdevice controller (SDC) BLE Controller, then neither setting&amp;nbsp;BT_CTLR_SDC_PERIPHERAL_COUNT nor BT_LL_SOFTDEVICE would make sense. Is this audio app you are using based&amp;nbsp;on Zephyr sample? If so, I think it automatically selects the zephyr controller using &lt;span&gt;CONFIG_BT_LL_SW_SPLIT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For more info on how to set up a project on how to configure it, we have a lot of &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/build/sysbuild/index.html#zephyr_application_configuration_directory"&gt;docs &lt;/a&gt;available for this as well as of course the &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;DevAcademy courses&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
[quote user=""]&lt;p&gt;If I want these conf files to take effect, do I need to select the dependencies in the Kconfig GUI?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Either there or just by modifying your conf files, the GUI is just there to make editing the files easier.&lt;/p&gt;
[quote user=""]&lt;p&gt;This project has two configs, app core and net core. Which core should I set it in?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;I often find that I need to enable it on both, though try just the application core first.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Elfving&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>