<?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>app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63335/app_ble_uart-example-not-initializing-ble-on-nrf52dk-pca10040-sdkv16-and-s132-soft-device</link><description>Hi I am trying to get the ble_app_uart to run on my nRF52DK with the nRF52832 on board. I am using SDK version 16 and SoftDevice version 132. When compile and download the program, i do not see it advertising as it is not visible in the scanned device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Feb 2021 23:18:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63335/app_ble_uart-example-not-initializing-ble-on-nrf52dk-pca10040-sdkv16-and-s132-soft-device" /><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/294500?ContentTypeID=1</link><pubDate>Mon, 15 Feb 2021 23:18:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91574606-67e0-404b-af22-71311cffa43b</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;You may close this issue, I am using printf() to get the output on the serial console.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/291815?ContentTypeID=1</link><pubDate>Thu, 28 Jan 2021 14:16:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e71e102c-3458-4760-a63c-1578fdf3d06d</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda, &lt;/p&gt;
&lt;p&gt;i think it is time to close this case :-)...&lt;/p&gt;
&lt;p&gt;I have moved to a different project- on the 52810 and have put away this one.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the support..&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/259629?ContentTypeID=1</link><pubDate>Mon, 13 Jul 2020 08:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e465967-3c38-4857-99df-8eed8ae443e8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Chary,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Can you check what you have set&amp;nbsp;NRF_SDH_CLOCK_LF_SRC to in sdk_config.h?&lt;/p&gt;
&lt;p&gt;If there is no external 32kHz clock source it may be that you should use:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define NRF_SDH_CLOCK_LF_SRC 0&lt;br /&gt;#define NRF_SDH_CLOCK_LF_RC_CTIV 16&lt;br /&gt;&lt;/span&gt;&lt;span&gt;#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2&lt;br /&gt;#define NRF_SDH_CLOCK_LF_ACCURACY 1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/259552?ContentTypeID=1</link><pubDate>Sat, 11 Jul 2020 13:13:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dc2c556-4c08-4b6c-a4d3-bb58159c2c11</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda, &lt;/p&gt;
&lt;p&gt;I set the flag&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 0&lt;/span&gt;, as instructed but it did not have any impact on the output. &lt;/p&gt;
&lt;p&gt;And now i have also changed the deferred log flag,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF_LOG_DEFERRED 1 to 0&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Still no change.... :(&lt;/p&gt;
&lt;p&gt;Looks like i am doing something wrong but unable to determine the reason for this problem ...&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/259365?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 08:26:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43ec1fe6-77b3-41ae-85a2-ef6b9881e362</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Chary,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you using deferred logging ( #define NRF_LOG_DEFERRED 1 )?&lt;/span&gt;&lt;br /&gt;&lt;span&gt;In that case, you will need to call&amp;nbsp;&lt;/span&gt;&lt;em&gt;NRF_LOG_PROCESS()&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;span&gt;at a place in your code where you would like log processing to take place - please see the&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.0%2Flib_nrf_log.html&amp;amp;anchor=lib_nrf_log_deferred"&gt;&amp;quot;Deferred logging&amp;quot; section of the logger module documentation&lt;/a&gt;&lt;span&gt;&amp;nbsp;for further information about this. Does change the setting&amp;nbsp;NRF_LOG_DEFERRED = 0 help? &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I want to check that did you try to&amp;nbsp;set&amp;nbsp;NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 0 in sdk_config.h?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/259199?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2020 13:03:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bd00b9c-a617-4031-99be-a52a4caeeccb</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Sorry for the late response... &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I did as you instructed - clean and rebuild the project, i made the changes as mentioned in the post you shared. I now see a small difference in behaviour - earlier, the Debug terminal seemed to have no activity. But now i see that when a log is printed, there&amp;#39;s no text in the terminal window but the cursor moves down to the next line.&lt;/p&gt;
&lt;p&gt;I am still unable to get this debug log thing to work &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258813?ContentTypeID=1</link><pubDate>Tue, 07 Jul 2020 13:22:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4212293e-7e6c-4298-922e-aab4a6aec9fc</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Chary,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please check this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/45985/nrf_log-not-working-on-segger-embedded-studio/182742#182742"&gt;post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you clean, rebuild the project, and download the image again?&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258615?ContentTypeID=1</link><pubDate>Mon, 06 Jul 2020 13:29:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8959da0e-e499-49a1-8316-5a1c50cad6fd</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda&lt;/p&gt;
&lt;p&gt;I am just not able to figure out how to get the debug output on the RTT and use the UART normally...:(, can you help me out ?&lt;/p&gt;
&lt;p&gt;I need this functionality to debug the code while using the UART to communicate with my peripheral .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258359?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 14:12:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de88382c-6f49-44f3-bffb-8ea1c379ad6e</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;I am able to receive data from the nRFConnect app onto the board and see it on the laptop&amp;#39;s serial port connected to the Tx and Rx pins but the redirection to the RTT backend doesn&amp;#39;t seem to be happening.&lt;/p&gt;
&lt;p&gt;Also, the data that i am typing on the console is not being received by the app. Do i have to enable some settings for that?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258353?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 13:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9a7542f-3416-43ca-a956-347ac57eca49</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;Thank you for the pointers. I have increased the two parameters as mentioned in Sigurd&amp;#39;s post and it solves the problem, i can now see the LED blinking in advertising state.&lt;/p&gt;
&lt;p&gt;However, i am still not getting any DEBUG logs even after setting the flag you mentioned. It doesn&amp;#39;t hinder my work in any way, but it would be good to have these logs since i plan to use the UART for communicating with an external peripheral.&amp;nbsp; Kindly let me know if any other settings need to be made to see the logs - even the basic log - &amp;quot;UART Started&amp;quot; and &amp;quot;Debug logging for UART over RTT started&amp;quot;, which i can see in main.c are not coming on the debug terminal.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Sreenivasa Chary&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258306?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 12:17:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58df3a7c-20c5-4baa-9ccc-b0c95aa25776</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Sreenivasa,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="SChary"]Therefore, when it returns with this error (code 0x04), the next line in app_button_init()&amp;nbsp;[/quote]
&lt;p&gt;&lt;span&gt;Try Sigurd&amp;#39;s suggestion in this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/50793/nrf_error_no_mem-on-nrfx_gpiote_in_init/203123#203123"&gt;post&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="SChary"]However, in my case i do not see any such log.[/quote]
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You can try adding #define NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 0 to your sdk_config.h&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you want to get the debug log, you should compile with debug mode.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-317971ef4c0640c19676b73810f36486/Segger_5F00_debug-mode.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258295?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 11:43:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfd34933-5a3e-410f-9373-15067bd5be6b</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hi Amanda,&lt;/p&gt;
&lt;p&gt;I found the cause of the issue, in app_button.c, in function app_button_init(),&lt;/p&gt;
&lt;p&gt;there is this call ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;err_code = nrf_drv_gpiote_in_init(p_btn-&amp;gt;pin_no, &amp;amp;config, gpiote_event_handler);&lt;/p&gt;
&lt;p&gt;which is in file nrfx_gpiote.c&lt;/p&gt;
&lt;p&gt;There, in the pin/channel allocation logic, for Pin number = 13 (0x0d) the code hits line 557:&lt;/p&gt;
&lt;p&gt;err_code = NRFX_ERROR_NO_MEM; &lt;/p&gt;
&lt;p&gt;Therefore, when it returns with this error (code 0x04), the next line in app_button_init()&amp;nbsp;&lt;/p&gt;
&lt;p&gt;line 298 :&lt;/p&gt;
&lt;p&gt;VERIFY_SUCCESS(err_code);&lt;/p&gt;
&lt;p&gt;is failing. And the system is going to NRF_BREAKPOINT_CND in app_error_weak.c&lt;/p&gt;
&lt;p&gt;I saw in another post, a similar report by some one else, but he was able to get the debug log where it suggested the solution - to modify the memory allocation. However, in my case i do not see any such log.&lt;/p&gt;
&lt;p&gt;What should i modify to overcome this condition?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258274?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 10:16:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35ecc3ee-584b-40bf-b28d-4c343f23edc4</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Yes, I configured the RTT backend and NRF_LOGGING settings using the CMSIS configuration tool. I also tried power cycling the board. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt; &lt;/p&gt;
&lt;p&gt;i am trying to find out where exactly it is getting stuck -will share the details shortly...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Sreenivasa Chary&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258266?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 09:46:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d29649f-b5e1-4807-ad80-a88859edae8d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Sreenivasa,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="SChary"]Yes Amanda, I did press the Play button to start the target running, but as i mentioned, there are no NRF_LOG() statements in the code prior to the hanging point.[/quote]
&lt;p&gt;&amp;nbsp;That&amp;#39;s strange. The default setting of&amp;nbsp;NRF_LOG_BACKEND_RTT_ENABLED is 1. Could you check the sdk_config.h as&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;//==========================================================
// &amp;lt;e&amp;gt; NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend
//==========================================================
#ifndef NRF_LOG_BACKEND_RTT_ENABLED
#define NRF_LOG_BACKEND_RTT_ENABLED 1
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Could you also try to reset the board by turning off and on the power switch?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258250?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 08:32:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cbbaac8b-37cb-455a-9410-056c28bd6c0f</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Yes Amanda, I did press the Play button to start the target running, but as i mentioned, there are no NRF_LOG() statements in the code prior to the hanging point. So the debug terminal was empty. I will try to program as you said , from the nrfConnect tool and check again, will revert to you asap......&lt;/p&gt;
&lt;p&gt;REgards&lt;/p&gt;
&lt;p&gt;Chary BS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258245?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 08:10:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:442024f6-8573-4cdf-b0e6-7d5846709cb5</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Sreenivasa,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;After loading images, did you press&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-317971ef4c0640c19676b73810f36486/pastedimage1593763535196v1.png" alt=" " /&gt;&amp;nbsp;again to run? What is the log you see in the Debug Terminal window? Did you see LED1 blinking &amp;nbsp;(&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/examples_bsp.html#BSP_INDICATE_CONNECTED"&gt;BSP_INDICATE_CONNECTED&lt;/a&gt;)? If not,&amp;nbsp;&lt;/span&gt;&lt;span&gt;Could you flash the image with&amp;nbsp;&lt;a title="nRF Connect Programmer" href="https://infocenter.nordicsemi.com/topic/ug_nc_programmer/UG/nrf_connect_programmer/ncp_introduction.html?cp=8_3_1"&gt;nRF Connect Programmer&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a title="nRF5x Command Line Tools" href="https://infocenter.nordicsemi.com/topic/ug_nrf5x_cltools/UG/cltools/nrf5x_command_line_tools_lpage.html?cp=8_1"&gt;Command Line Tools&lt;/a&gt;&amp;nbsp;with the following commands:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;nrfjprog --family NRF52 --program s132_nrf52_7.0.1_softdevice.hex --chiperase --verify
C:\Users\amhs\Downloads\nRF5_SDK_16.0.0_98a08e2\examples\ble_peripheral\ble_app_uart\hex
nrfjprog --family NRF52 --program ble_app_uart_pca10040_s132.hex --sectorerase --verify
nrfjprog -r&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Did you see LED1 blinking (&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.0/examples_bsp.html#BSP_INDICATE_CONNECTED"&gt;BSP_INDICATE_CONNECTED&lt;/a&gt;)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258241?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 07:52:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:604f4027-dece-4f8f-a438-a4bc46e48e1d</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;I also erased the kit and reloaded the software - both the soft device and the app, but still the same issue is seen.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258237?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 07:36:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97dc6ed9-c82e-478d-9c77-1a9c6f1a41f5</guid><dc:creator>SChary</dc:creator><description>&lt;p&gt;Hello Amanda&lt;/p&gt;
&lt;p&gt;I use the Segger SES example and when I download the application, the output log shows me the following:&lt;/p&gt;
&lt;p&gt;Connecting &amp;lsquo;J-Link&amp;rsquo; using &amp;lsquo;USB&amp;rsquo;&lt;br /&gt;Connecting to target using SWD&lt;br /&gt;Loaded C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.30c/bin/JLink_x64.dll&lt;br /&gt;Firmware Version: J-Link OB-SAM3U128-V2-NordicSemi compiled Jan 21 2020 17:30:48&lt;br /&gt;DLL Version: 6.54c&lt;br /&gt;Hardware Version: V1.00&lt;br /&gt;Target Voltage: 3.300&lt;br /&gt;Device &amp;quot;NRF52832_XXAA&amp;quot; selected.&lt;br /&gt;InitTarget() start&lt;br /&gt;InitTarget() end&lt;br /&gt;Found SW-DP with ID 0x2BA01477&lt;br /&gt;Scanning AP map to find all available APs&lt;br /&gt;AP[2]: Stopped AP scan as end of AP map has been reached&lt;br /&gt;AP[0]: AHB-AP (IDR: 0x24770011)&lt;br /&gt;AP[1]: JTAG-AP (IDR: 0x02880000)&lt;br /&gt;Iterating through AP map to find AHB-AP to use&lt;br /&gt;AP[0]: Core found&lt;br /&gt;AP[0]: AHB-AP ROM base: 0xE00FF000&lt;br /&gt;CPUID register: 0x410FC241. Implementer code: 0x41 (ARM)&lt;br /&gt;Found Cortex-M4 r0p1, Little endian.&lt;br /&gt;FPUnit: 6 code (BP) slots and 2 literal slots&lt;br /&gt;CoreSight components:&lt;br /&gt;ROMTbl[0] @ E00FF000&lt;br /&gt;ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB00C SCS-M7&lt;br /&gt;ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 003BB002 DWT&lt;br /&gt;ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 002BB003 FPB&lt;br /&gt;ROMTbl[0][3]: E0000000, CID: B105E00D, PID: 003BB001 ITM&lt;br /&gt;ROMTbl[0][4]: E0040000, CID: B105900D, PID: 000BB9A1 TPIU&lt;br /&gt;ROMTbl[0][5]: E0041000, CID: B105900D, PID: 000BB925 ETM&lt;br /&gt;Preparing target for download&lt;br /&gt;Executing Reset script TargetInterface.resetAndStop()&lt;br /&gt;Reset: Halt core after reset via DEMCR.VC_CORERESET.&lt;br /&gt;Reset: Reset device via AIRCR.SYSRESETREQ.&lt;br /&gt;Downloading &amp;lsquo;s132_nrf52_7.0.1_softdevice.hex&amp;rsquo; to J-Link&lt;br /&gt;Programming 2.7 KB of addresses 00000000 &amp;mdash; 00000aff&lt;br /&gt;Programming 146.1 KB of addresses 00001000 &amp;mdash; 000258bf&lt;br /&gt;J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match&lt;br /&gt;Download successful&lt;br /&gt;Downloading &amp;lsquo;ble_app_uart_pca10040_s132.elf&amp;rsquo; to J-Link&lt;br /&gt;Programming 62.1 KB of addresses 00026000 &amp;mdash; 0003587f&lt;br /&gt;Programming 0.1 KB of addresses 00035880 &amp;mdash; 0003591f&lt;br /&gt;J-Link: Flash download: Bank 0 @ 0x00000000: Skipped. Contents already match&lt;br /&gt;Download successful&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Sreenivasa Chary&lt;/p&gt;
[quote userid="77782" url="~/f/nordic-q-a/63335/app_ble_uart-example-not-initializing-ble-on-nrf52dk-pca10040-sdkv16-and-s132-soft-device/258234"]s132_nrf52_7.0.1_softdevice.hex[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: app_ble_uart example not initializing BLE on nRF52DK PCA10040 SDKv16 and S132 soft device</title><link>https://devzone.nordicsemi.com/thread/258234?ContentTypeID=1</link><pubDate>Fri, 03 Jul 2020 07:26:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:733acafb-4f8f-454e-99fd-fb703fcc1e10</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Sreenivasa,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user=""]When compile and download the program, i do not see it advertising as it is not visible in the scanned device list on the nRF Connect app on my iPad.[/quote]
&lt;p&gt;&lt;span&gt;Did you use the Segger ble_app_uart_pca10040_s132 project file? If not, did you flash the application image with&amp;nbsp;s132_nrf52_7.0.1_softdevice.hex? Did you also &lt;a title="Erasing the kit" href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/erase_board_ses.html?cp=1_1_2_7_0"&gt;Erase the kit&lt;/a&gt;&amp;nbsp;board before loading the hex? If you use segger, you should be able to see the log in the Debug Terminal window of Segger. If you still have the issue, I would suggest you download SDK16 again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>