<?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 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68699/nrf5340-pdk-v1-4-0-mesh-provisioner-example-remains-in-bt_enable-forever</link><description>The problem I meet similar to https://devzone.nordicsemi.com/f/nordic-q-a/60684/nrf5340-pdk---debugger-in-ses-remains-in-bt_enable-forever . 
 
 /* Wait til nameservice ep is setup */ k_sem_take(&amp;amp;ready_sem, K_FOREVER); 
 
 It is name-service not setup</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 15 Jan 2022 03:21:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68699/nrf5340-pdk-v1-4-0-mesh-provisioner-example-remains-in-bt_enable-forever" /><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/347856?ContentTypeID=1</link><pubDate>Sat, 15 Jan 2022 03:21:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d26e8bd3-a7cb-4593-9b23-934151042b31</guid><dc:creator>mtsunstrum</dc:creator><description>&lt;p&gt;That older link no longer seems to apply.&lt;/p&gt;
&lt;p&gt;Working on nRF5340, using NCS 1.8.0 one must follow the instructions outlined below.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/ug_nrf5340.html#ug-nrf5340-ses-multi-image"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.8.0/nrf/ug_nrf5340.html#ug-nrf5340-ses-multi-image&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This will setup/program the nRF5340 network core appropriately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/294027?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 15:31:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:619d29ae-0a53-4c65-8b0a-9c53904a2714</guid><dc:creator>kamacode</dc:creator><description>&lt;p&gt;I am using segger IDE&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/294025?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 15:28:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b99aa516-cc24-42a4-9049-4177e59305a8</guid><dc:creator>Topbanana</dc:creator><description>&lt;p&gt;Did you see my reply? Are you using the Segger IDE or command line?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/293986?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 13:15:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3cae879-1bc7-4946-a411-57c89b2268a0</guid><dc:creator>kamacode</dc:creator><description>&lt;p&gt;please clarify, solution is not clear. I am having the same issue&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/293812?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 14:51:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bc1da0f-f3bc-4e56-a8a7-e91e3d99c83b</guid><dc:creator>Topbanana</dc:creator><description>&lt;p&gt;I had the same issue with the 5340DK.&amp;nbsp; It turns out I was targeting secure (cpuapp) instead of non-secure cpuappns. I hope this helps someone&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/282406?ContentTypeID=1</link><pubDate>Mon, 30 Nov 2020 10:26:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48b99856-b4b2-4439-b45d-6e030a958dcd</guid><dc:creator>zhm</dc:creator><description>&lt;p&gt;Ok， I found the reason.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There must be overwrite the cpu net core,&amp;nbsp; If hci_rpmsg not in cpu_net, this problem will happen.&lt;/p&gt;
&lt;p&gt;So the write the hci_rpmsg to cpu_net core, can solve this problem.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This not mention in develop guideline, Hope this can help anyone who meet the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/282331?ContentTypeID=1</link><pubDate>Sat, 28 Nov 2020 01:46:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:962a08b5-ee43-479a-82b9-706dd5c32eeb</guid><dc:creator>zhm</dc:creator><description>&lt;p&gt;[00:00:00.255,737] &amp;lt;dbg&amp;gt; os.k_sched_unlock: scheduler unlocked (0x200010c8:0)&lt;br /&gt;--- 15 messages dropped ---&lt;br /&gt;mp Initializing...&lt;br /&gt;[00:00:00.255,767] &amp;lt;dbg&amp;gt; bt_settings.bt_settings_init: &lt;br /&gt;[00:00:00.255,950] &amp;lt;dbg&amp;gt; os.z_impl_k_mutex_lock: 0x200010c8 took mutex 0x200012ac, count: 1, orig prio: 0&lt;br /&gt;[00:00:00.257,873] &amp;lt;dbg&amp;gt; os.z_impl_k_mutex_unlock: mutex 0x200012ac lock_count: 1&lt;br /&gt;[00:00:00.257,904] &amp;lt;dbg&amp;gt; os.z_impl_k_mutex_unlock: new owner of mutex 0x200012ac: 0x00000000 (prio: -1000)&lt;br /&gt;[00:00:00.257,904] &amp;lt;dbg&amp;gt; os.k_sched_unlock: scheduler unlocked (0x200010c8:0)&lt;br /&gt;[00:00:00.257,934] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes&lt;br /&gt;[00:00:00.257,934] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, ff0&lt;br /&gt;[00:00:00.257,934] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 8&lt;br /&gt;[00:00:00.257,965] &amp;lt;dbg&amp;gt; settings.settings_nvs_backend_init: Initialized&lt;br /&gt;[00:00:00.257,965] &amp;lt;dbg&amp;gt; os.setup_thread_stack: stack 0x20004510 for thread 0x20000c30: obj_size=1024 buf_start=0x20004510 buf_size 1024 stack_ptr=0x20004910&lt;br /&gt;[00:00:00.257,995] &amp;lt;dbg&amp;gt; bt_hci_core.hci_tx_thread: Started&lt;br /&gt;[00:00:00.257,995] &amp;lt;dbg&amp;gt; bt_hci_core.hci_tx_thread: Calling k_poll with 1 events&lt;br /&gt;[00:00:00.258,026] &amp;lt;dbg&amp;gt; os.setup_thread_stack: stack 0x20003d10 for thread 0x20000bb0: obj_size=2048 buf_start=0x20003d10 buf_size 2048 stack_ptr=0x20004510&lt;br /&gt;[00:00:00.258,056] &amp;lt;dbg&amp;gt; bt_hci_core.hci_rx_thread: started&lt;br /&gt;[00:00:00.258,056] &amp;lt;dbg&amp;gt; bt_hci_core.hci_rx_thread: calling fifo_get_wait&lt;br /&gt;[00:00:00.258,087] &amp;lt;dbg&amp;gt; net_buf.net_buf_get_debug: (0x20000bb0) hci_rx_thread():6502: fifo 0x20000134&lt;br /&gt;[00:00:00.258,117] &amp;lt;dbg&amp;gt; os.setup_thread_stack: stack 0x200038c0 for thread 0x20000b30: obj_size=1104 buf_start=0x200038c0 buf_size 1104 stack_ptr=0x20003d10&lt;br /&gt;[00:00:00.258,148] &amp;lt;dbg&amp;gt; bt_hci_driver.bt_rpmsg_open:&amp;nbsp;&lt;br /&gt;[00:00:00.258,178] &amp;lt;dbg&amp;gt; os.setup_thread_stack: stack 0x200034c0 for thread 0x20000a80: obj_size=1024 buf_start=0x200034c0 buf_size 1024 stack_ptr=0x200038c0&lt;/p&gt;
&lt;div style="left:327px;position:absolute;top:293.634px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/282304?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2020 15:15:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1b7f3f7-e3c8-4907-93e6-ad06f5b11b86</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To print out logs you need to add &amp;quot;CONFIG_SERIAL=y&amp;quot; to prj.conf&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/282088?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 13:30:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d17ea1c4-cd59-4483-992e-9f03224bf6e9</guid><dc:creator>zhm</dc:creator><description>&lt;p&gt;Hi Mttrinh:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I will meet this problem if I choose any example has Bluetooth bt_enable().&lt;/p&gt;
&lt;p&gt;I do nothing change after open nrf-sdk-project, just build-and-run.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m new developing with nordic, could you tell me how to print more necessary log you need?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you Mttrinh.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf5340 pdk  v1.4.0  mesh provisioner example remains in bt_enable forever</title><link>https://devzone.nordicsemi.com/thread/282052?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 12:27:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f91d8ea1-f0a2-4bc2-aa17-33c84390e87d</guid><dc:creator>Mttrinh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you give me more details about your issue?&lt;/p&gt;
&lt;p&gt;What have you done so far? Have you made any modifications to the example?&lt;/p&gt;
&lt;p&gt;Do you have any logs?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>