<?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>nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92663/nrf52-dk---peripheral-uart-example-unmodified-fails-if-config_bt_services-is-enabled</link><description>I&amp;#39;m testing out the Peripheral Uart example on the nRF52 DK with zero modifications using visual studio code. However, when I run it, it constantly reboots. When using the debugger, it seems to be that something in the bt_enable () function causes it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Mar 2023 12:29:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92663/nrf52-dk---peripheral-uart-example-unmodified-fails-if-config_bt_services-is-enabled" /><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/415700?ContentTypeID=1</link><pubDate>Thu, 16 Mar 2023 12:29:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5919a80-06df-4ba9-8bf5-3a2c55ebd61c</guid><dc:creator>nda</dc:creator><description>&lt;p&gt;We dont need to add &amp;quot;&lt;span&gt;my additions to work on clean MCU&lt;/span&gt;&amp;quot; if we add&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MAIN_STACK_SIZE&lt;/span&gt;&lt;span&gt;=2048 to prj.conf&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/415228?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2023 13:25:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d52d34e3-225d-4b5b-90ab-302333123f02</guid><dc:creator>nda</dc:creator><description>&lt;p&gt;I have the same problem. SDK 2.3.0. For me, helped the following:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;//////////////////////////&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;// my additions to work on clean MCU&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;#include&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;lt;zephyr/storage/flash_map.h&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;//////////////////////////&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;void&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;main&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;void&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;{&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;int&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;blink_status&lt;/span&gt;&lt;span&gt; = &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;int&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;err&lt;/span&gt;&lt;span&gt; = &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; //////////////////////////&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;// my additions to work on clean MCU&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;if&lt;/span&gt;&lt;span&gt; (!&lt;/span&gt;&lt;span&gt;device_is_ready&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;FIXED_PARTITION_DEVICE&lt;/span&gt;&lt;span&gt;(storage_partition))) {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;printk&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;&amp;quot;Flash device &lt;/span&gt;&lt;span&gt;%s&lt;/span&gt;&lt;span&gt; is not ready&lt;/span&gt;&lt;span&gt;\n&lt;/span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;FIXED_PARTITION_DEVICE&lt;/span&gt;&lt;span&gt;(storage_partition)-&amp;gt;&lt;/span&gt;&lt;span&gt;name&lt;/span&gt;&lt;span&gt;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;return&lt;/span&gt;&lt;span&gt;; &amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; //////////////////////////&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/411469?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2023 17:06:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b70b1858-c016-4125-beed-b2b496ff5ff1</guid><dc:creator>PhilDixon</dc:creator><description>&lt;p&gt;Is there any progress on this? We have recently run into exactly these symptoms.&lt;/p&gt;
&lt;p&gt;We have a work round that works for development purposes, but I would like a proper fix before rolling out to customers! In our case, switching to V2.0.2 does&amp;nbsp;&lt;em&gt;not&lt;/em&gt; solve it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Phil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/405770?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2023 07:03:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ff12b20-37b2-4e09-9196-cef1b5e53caa</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;It is related&amp;nbsp;&lt;code&gt;BT_LONG_WQ_STACK_SIZE since the application context can execute and in this stack area. For now this stack size does not seems to be configurable and seems like in some samples there are stack corruptions happening due to insufficient stack size.&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/405341?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 21:21:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:724107b2-87e4-471e-b914-6a24e3ea38f8</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;Do you know internally what the bug is?&amp;nbsp; If so, can you give me a high level overview?&amp;nbsp; I&amp;#39;m having a hard time seeing the relationship between this issue and the one you posted?&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/405173?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 09:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e7e7e13-1965-4e67-b562-ebf5ea2dfa41</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Even though the github issue is marked as slate, there are discussions going on internally to address this. We can acknowledge that what you are seeing is something we can reproduce and will fix in the future.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/405169?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 09:02:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11b05431-217e-495f-a79d-db034f78d420</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have noticed that this is related to an issue we are tracking in &lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/52105"&gt;here&lt;/a&gt;. Once this is solved, we will include it into the SDK version after the pull is completed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/399181?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 12:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49cac472-557c-426a-885f-9404995793b0</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/the_5f00_reza"&gt;the_reza&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/oliverdom"&gt;OliverDOM&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;It is great that NCS 2.0.2 works for you. If you don&amp;#39;t mind, please stay on that version of the SDK for now.&lt;/p&gt;
&lt;p&gt;On my end, I am talking with our R&amp;amp;D about this issue.&amp;nbsp;I will let you know as soon as I&amp;nbsp;got something concrete from them.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/399074?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 02:15:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebb8150a-d1c3-4a43-a5c1-737fb695c1fe</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;also verified that the bug is gone with 2.0.2.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398940?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2022 10:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63f62a35-8d6c-4959-84e4-0fdc5692e9a1</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;So it&amp;#39;s a bug in 2.1 that&amp;#39;s not there in 2.0?&amp;nbsp; Great - will migrate my code over to 2.0&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve not had a chance to test yet&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398939?ContentTypeID=1</link><pubDate>Mon, 05 Dec 2022 10:08:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0dd3613-0192-4869-915e-1c5fd1790d2b</guid><dc:creator>OliverDOM</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/the_5f00_reza"&gt;the_reza&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/vthieu"&gt;Hieu&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;just tested with 2.0.2 and I can&amp;#39;t reproduce the behavior.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Oliver&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398735?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 11:27:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b07bf6ec-9424-47ac-84ce-325eef0478a3</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;Downloading 2.0.2 now.&amp;nbsp; Hopefully it&amp;#39;s not hard to migrate the application over.&amp;nbsp; Will test tomorrow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398731?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 10:47:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8383522-f381-4607-93c1-e3354d562fc4</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/the_5f00_reza"&gt;the_reza&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/oliverdom"&gt;OliverDOM&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;My apology that&amp;nbsp;this ticket was&amp;nbsp;not followed up for a while.&lt;/p&gt;
&lt;p&gt;Could you please check if using NCS 2.0.2&amp;nbsp;can be a workaround for now? It helped&amp;nbsp;droidecaehdron in this thread:&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/93729/peripheral-uart-sample-connecting-causes-permanent-halting-on-background-threads"&gt;peripheral uart sample: connecting causes permanent halting on background threads&lt;/a&gt;&amp;nbsp;.&lt;/p&gt;
&lt;p&gt;That is not to say that the issue in NCS 2.1.x won&amp;#39;t be investigated. It will. But I want to arrange a workaround for you to continue your work as soon as possible.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398686?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 07:44:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d13f6a15-5772-41d9-9d8d-576b8e32137e</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;Hieu,&lt;/p&gt;
&lt;p&gt;Sorry to hear about the health/family issues.&amp;nbsp; I wish you and your family a speedy recovery.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll summarize to try to help.&amp;nbsp; If you install the periperhal uart example and click on the &amp;#39;erase and flash to board&amp;#39; button, you will get this error.&amp;nbsp; I&amp;#39;ve traced it down to the problem to some kernel call around a semaphore allocation as it&amp;#39;s trying to see what else has been written in the NV ram before it writes the BTLE connection details there.&amp;nbsp; Look at my post in oct 12th with some screenshots to see the traces (i&amp;#39;m not sure how to link to it).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;If you run the NV example first, then the code follows a different path as there is stuff in the NV memory and never hit that semaphore code, so it doesn&amp;#39;t crash.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;
&lt;p&gt;Reza&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398680?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 07:13:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80f68dce-6fa3-40e3-bfab-b7c1d42dd7b7</guid><dc:creator>OliverDOM</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/vthieu"&gt;Hieu&lt;/a&gt;&amp;nbsp;,&lt;br /&gt;yes I am using NCS 2.1.1. And as&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/droidecahedron"&gt;droidecahedron&lt;/a&gt;&amp;nbsp;already mentioned 2.1.2 has still the same issue.&lt;/p&gt;
&lt;p&gt;And yes, the workaround with nvs example works fine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nice to hear that someone is assigned to the ticket. After all, the problem has been known for at least 2 months now. Don&amp;#39;t get me wrong, but I am&amp;nbsp;NOT working on student projects here. We are evaluating which BLE SoC will be used for our next generation devices and&amp;nbsp;such a delay does not make the best impressions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Oliver&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398679?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 06:58:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d0c56ad-f604-4569-8d1f-c3e8adc51e9d</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/oliverdom"&gt;OliverDOM&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you using the peripheral UART sample in nRF Connect SDK (NCS) v2.1.x?&lt;/p&gt;
&lt;p&gt;Have you tried using NCS v2.0.x? We recently observed a problem where the device enters a reset loop when running NCS 2.1.x, the nRF52833 DK, and the Peripheral UART sample.&lt;/p&gt;
&lt;p&gt;When you say you have the same problem, does flashing the NVS sample fix it for you like it did for other people?&lt;/p&gt;
&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/the_5f00_reza"&gt;the_reza&lt;/a&gt;&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;I am recently assigned to this ticket. The symptoms described here are fairly confusing for me. I am partially out of office due to health and family reason. I will return next week and go over everything carefully before following up with you.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398664?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2022 01:40:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c99c0844-8165-4926-9d6f-a9230c75585d</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;It&amp;#39;s interesting how everyone else seems to have this problem except for the engineers at nordic.&amp;nbsp; Has anyone tried to run this example using the CLI only and not the GUI?&amp;nbsp; I don&amp;#39;t think the nordic engineers use the gui...&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/398507?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2022 10:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:745b5586-9140-480e-a024-b11667a093f5</guid><dc:creator>OliverDOM</dc:creator><description>&lt;p&gt;Hi all,&lt;br /&gt;I am using nRF52833 DK and having the same issue. The board is brand new.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it planned to be fixed?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In addition I can reproduce the workaround using the nvs example.&lt;/p&gt;
&lt;p&gt;But&amp;nbsp;still it is quite annoying.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Oliver&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/395139?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 13:57:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93693bbc-77ed-4db1-87e4-909e31242dfe</guid><dc:creator>droidecahedron</dc:creator><description>&lt;p&gt;(I get this issue with the NCS VS Code IDE!)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/395073?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 10:11:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c23f97c-7b81-4716-b67f-f60284be7067</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;If you click on the erase flash button on a used board you also get into this broken state. &amp;nbsp;Are you using the CLI or the visual code IDE? &amp;nbsp;Perhaps it&amp;rsquo;s related to the IDE?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/394816?ContentTypeID=1</link><pubDate>Tue, 08 Nov 2022 22:37:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b568cc40-8a87-4c2e-984e-a28ac901ef84</guid><dc:creator>droidecahedron</dc:creator><description>&lt;p&gt;I have this issue as well, but I cannot run &amp;quot;erase board&amp;quot; on the peripheral uart sample or it gets stuck in this state until it gets nvs sample flashed onto it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/394815?ContentTypeID=1</link><pubDate>Tue, 08 Nov 2022 22:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e888dc6c-f463-4c13-819d-44611bc67d83</guid><dc:creator>droidecahedron</dc:creator><description>&lt;p&gt;Running into the same issue with SDK 2.1.2&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Once a board is put into this state, I can&amp;#39;t get it out.&lt;/p&gt;
&lt;p&gt;I put it into this state by erasing the flash then flashing the board.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Another board which is in a working state I flash with the same example and it works just fine.&lt;/p&gt;
&lt;p&gt;(nRF52833 DK)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I cannot run &amp;quot;erase board&amp;quot; on the peripheral uart sample or it gets stuck in this state until it gets nvs sample flashed onto it.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/393482?ContentTypeID=1</link><pubDate>Tue, 01 Nov 2022 13:37:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0c01e55-2ace-47d8-b874-63ec53586b3d</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi Reza,&lt;/p&gt;
&lt;p&gt;Thanks for following up on this!&lt;br /&gt;And thanks to you other two to also report this!&lt;/p&gt;
&lt;p&gt;I finally got my hands on a new nRF52DK.&lt;/p&gt;
&lt;p&gt;But it works for me out of the box.&lt;/p&gt;
&lt;p&gt;This is what I did:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open box with nRF52DK.&lt;/li&gt;
&lt;li&gt;Plug into computer&lt;/li&gt;
&lt;li&gt;Build nRF Connect SDK v2.0.2 Periperal Uart sample for nRF52dk_nrf52832.&lt;/li&gt;
&lt;li&gt;Recovery DK using &amp;quot;nrfjprog -recover&amp;quot;&lt;/li&gt;
&lt;li&gt;Flash DK using: &amp;quot;west flash&amp;quot;&lt;/li&gt;
&lt;li&gt;Bluetooth example works fine.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You might see that I used the v2.0.2 instead of v2.1.1. This is because I forgot to switch to the newer version when testing.&lt;/p&gt;
&lt;p&gt;But can you test with v2.0.2 and see if you see the same issue in that version? It is likely that the same issue will be present in both v2.0.2 and v2.1.1 though.&lt;br /&gt;I also tested with v2.1.1 after, and it works fine then. But NVS might have been initialized at that point. And since it is no way to go back in that case it would &amp;quot;void&amp;quot; the attempt if so.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/393084?ContentTypeID=1</link><pubDate>Fri, 28 Oct 2022 19:19:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef804d27-47ce-47db-81a7-8b061b0ac5de</guid><dc:creator>the_reza</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/sigurd-hellesvik"&gt;Sigurd Hellesvik&lt;/a&gt;&amp;nbsp; I&amp;#39;m confirming that the bug still exists with SDK 2.1.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 DK - Peripheral UART example unmodified fails if CONFIG_BT_SERVICES is enabled.</title><link>https://devzone.nordicsemi.com/thread/393074?ContentTypeID=1</link><pubDate>Fri, 28 Oct 2022 15:19:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:627a378f-ff11-43be-b575-d597417565ab</guid><dc:creator>E.</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I had the same issue with the&amp;nbsp;PCA10100 and PCA10040&amp;nbsp;on the nRF SDK v2.1.0. If I program the nv sample the problem is gone on both boards.&lt;/p&gt;
&lt;p&gt;Thnx Reza!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>