<?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>Failed to use periodic advertisement function on nRF5340dk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116647/failed-to-use-periodic-advertisement-function-on-nrf5340dk</link><description>Hello, I am new to BLE and nrf zephyr programming. I am trying to flash periodic_adv and periodic_sync samples ( https://github.com/nrfconnect/sdk-zephyr/tree/16bcaed54230e3d86aeaf2b2f1d47393967254fd/samples/bluetooth/periodic_adv ) into my nrf5340dk</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Jul 2025 13:56:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116647/failed-to-use-periodic-advertisement-function-on-nrf5340dk" /><item><title>RE: Failed to use periodic advertisement function on nRF5340dk</title><link>https://devzone.nordicsemi.com/thread/541481?ContentTypeID=1</link><pubDate>Fri, 04 Jul 2025 13:56:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cd35de9-1875-44d2-b955-428f5472fcd1</guid><dc:creator>UUmaker</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;SEGGER J-Link V8.18 - Real time terminal output
SEGGER J-Link (unknown) V1.0, SN=1050024275
Process: JLinkExe
*** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***
*** Using Zephyr OS v4.0.99-f791c49f492c ***
Starting Periodic Advertising Demo
[00:00:00.405,456] &amp;lt;wrn&amp;gt; bt_hci_core: opcode 0x203a status 0x01 
[00:00:00.405,487] &amp;lt;wrn&amp;gt; bt_hci_core: Controller does not support &amp;#39;LE_READ_MAX_ADV_DATA_LEN&amp;#39;. Assuming maximum length is 31 bytes.
[00:00:00.407,592] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.407,623] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)
[00:00:00.407,653] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 137.20634 Build 2617349514
[00:00:00.409,942] &amp;lt;inf&amp;gt; bt_hci_core: Identity: F9:B9:AD:9A:8E:CD (random)
[00:00:00.409,942] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 6.0 (0x0e) revision 0x20f3, manufacturer 0x0059
[00:00:00.409,973] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 6.0 (0x0e) subver 0x20f3
[00:00:00.410,705] &amp;lt;wrn&amp;gt; bt_hci_core: opcode 0x2036 status 0x01 
Failed to create advertising set (err -5)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Hello Edvin&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1751637362367v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I am also using the new sysbuild, so what I should add to pic_radio.conf ? BTW, My NCS SDK version is 3.0.2.&lt;/p&gt;
&lt;p&gt;Looking forward to your reply.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to use periodic advertisement function on nRF5340dk</title><link>https://devzone.nordicsemi.com/thread/512303?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 10:35:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:010b7276-15a3-4d13-bf71-d1ae23031766</guid><dc:creator>Shuhao Dong</dc:creator><description>&lt;p&gt;Thank you Edvin, this solved my problem!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failed to use periodic advertisement function on nRF5340dk</title><link>https://devzone.nordicsemi.com/thread/512086?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2024 11:32:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5963a94-b572-40a4-9f7f-3b2d20ee1726</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The reason this doesn&amp;#39;t work out of the box for the nRF5340 is that it is missing some configurations for the network application when running on a 2 core chip (as you mentioned).&lt;/p&gt;
&lt;p&gt;Seeing as you are using NCS v2.7.0, you are either building using sysbuild or parent/child image builds. The way you add network core configurations depends on which one you are using. If you are not sure, please check your build log. If you are using child and parent image functionality, then you should see this a couple of times in your build log:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;            ---------------------------------------------------------------------
            --- WARNING: Child and parent image functionality is deprecated   ---
            --- and should be replaced with sysbuild. Child and parent image  ---
            --- support remains only to allow existing customer applications  ---
            --- to build and allow porting to sysbuild, it is no longer       ---
            --- receiving updates or new features and it will not be possible ---
            --- to build using child/parent image at all in nRF Connect SDK   ---
            --- version 2.9 onwards.                                          ---
            ---------------------------------------------------------------------&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are using parent child image functionality (not recommended for future development), add a folder called child_image, and inside there, add a file called hci_ipc.conf. The file should contain:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BT_BUF_ACL_RX_SIZE=251
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_EXT_ADV=y
CONFIG_BT_PER_ADV=y
CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER=y
CONFIG_BT_PER_ADV_RSP=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And this is your folder structure:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1732613754790v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you are using the new sysbuild, then you should add call this file ipc_radio.conf, and place it in a folder called &amp;quot;sysbuild&amp;quot; instead of &amp;quot;child_image&amp;quot;. In addition, you need a couple of files to tell the sysbuild building system that you have an additional image. I copied them from the ncs\nrf\samples\bluetooth\peripheral_uart sample:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/additional-files.zip"&gt;devzone.nordicsemi.com/.../additional-files.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Kconfig.sysbuild and sysbuild.conf)&lt;/p&gt;
&lt;p&gt;To build using sysbuild, there is a checkbox in the bottom of VS code when you configure your build configuration. If you are using command line to build, add the argument &amp;quot;--sysbuild&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>