<?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>BLE - custom board configuration - DeviceTree, Kconfig...</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122076/ble---custom-board-configuration---devicetree-kconfig</link><description>Hi, I have created my own hardware with nRF54L15 – 2xLED, 2xPWM, and Radio (BLE). I am trying to create a custom board using the graphical wizard. LED and PWM seems to work – the project compiles, but I could not test it on hardware yet. 
 Now, I want</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Jun 2025 18:18:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122076/ble---custom-board-configuration---devicetree-kconfig" /><item><title>RE: BLE - custom board configuration - DeviceTree, Kconfig...</title><link>https://devzone.nordicsemi.com/thread/538468?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 18:18:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6151cb6b-cea6-4df2-835e-8354288d61f5</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hello witc,&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s look at the two macro definitions that is&amp;nbsp;mentioned in the error log. They are:&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1-2/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h#L63"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1-2/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h#L63&lt;/a&gt;&lt;br /&gt;and&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1-2/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h#L85"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v4.0.99-ncs1-2/modules/hal_nordic/nrfx/nrfx_config_reserved_resources_ncs.h#L85&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can see that one is nested under a &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;#if defined(&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/kconfig/index.html#CONFIG_BT_LL_SOFTDEVICE"&gt;CONFIG_BT_LL_SOFTDEVICE&lt;/a&gt;)&lt;/span&gt; and one is under a &lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;#if defined(&lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.0.2/page/kconfig/index.html#CONFIG_BT_LL_SW_SPLIT"&gt;CONFIG_BT_LL_SW_SPLIT&lt;/a&gt;)&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;It appears that your setup somehow enabled both of the two BLE Controller choices in the nRF Connect SDK (NCS), while only one can be enabled at a time.&lt;br /&gt;In NCS, the default is the SoftDevice Controller, so only CONFIG_BT_LL_SOFTDEVICE should be set.&lt;/p&gt;
&lt;p&gt;Please review your files and see where&amp;nbsp;those options are enabled, and if anything was set accidentally.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>