<?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 UART Mode Example test</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77644/ble-uart-mode-example-test</link><description>Hello, I am using the ISP1507-AX and want to compile the BLE UART Mode Example &amp;quot;ble_app_uart_pca10040_s132&amp;quot; with SEGGER Embedded Studio in order to generate a hex file like the &amp;quot;ble_app_uart_pca10040_s132.hex&amp;quot; which can be loaded on the nRF52832 by using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Jul 2021 07:51:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77644/ble-uart-mode-example-test" /><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320833?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 07:51:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:653923f9-858a-4ad7-849b-04fb393fb8a1</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Refer to the message to debug which function causes the error.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t forget to&lt;a href="https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/erase_board_ses.html"&gt; erase the kit&lt;/a&gt; before programing the board.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320823?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 07:37:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73084095-6d46-4c20-ab75-13c28153025c</guid><dc:creator>Christof23</dc:creator><description>&lt;p&gt;&lt;span&gt;Alright sorry! I get the following log from the Debug Terminal:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&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/communityserver-discussions-components-files/4/2742.error2.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320807?ContentTypeID=1</link><pubDate>Tue, 20 Jul 2021 06:27:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9df0a80-8d08-4d6c-b8e8-586f5e205f16</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;No, I mean to build with debug mode and provide the log in the Debug Terminal.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/273537_5F00_1.png" /&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320734?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 14:00:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e53a6107-7d1f-4a32-9087-fbaf11cbcd37</guid><dc:creator>Christof23</dc:creator><description>&lt;p&gt;I followed those instructions but my debug terminal is still empty during execution.. Is there another possibility to show the log?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320699?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 13:02:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b91188e-7908-46dc-a12d-c13651d61c6f</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;In the sdk_config.h, you can set&lt;br /&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;q&amp;gt; NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED - For each printed LF, function will add CR.

#ifndef NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED
#define NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 0
#endif

//==========================================================
// &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;Then, you are supposed to get the RTT log in the segger as&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/273537.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;Please provide the debug log. Thanks.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320697?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 12:57:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba4a4b70-e0bc-4371-94db-c2d482e985a0</guid><dc:creator>Christof23</dc:creator><description>&lt;p&gt;I get the attached log file while trying to execute the program in debug mode&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2158.logfile.txt"&gt;devzone.nordicsemi.com/.../2158.logfile.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320692?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 12:32:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c1aa6fe-a08b-460b-bfd3-12fa7298bc47</guid><dc:creator>Christof23</dc:creator><description>&lt;p&gt;Hi, thanks for responding!&lt;/p&gt;
&lt;p&gt;Yes I use the SDK 17.0.2&lt;/p&gt;
&lt;p&gt;I tried to build with debug mode... which log do you mean?&amp;nbsp;Where can I find it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE UART Mode Example test</title><link>https://devzone.nordicsemi.com/thread/320682?ContentTypeID=1</link><pubDate>Mon, 19 Jul 2021 12:14:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5b8bfea-cb64-4b34-8f66-36b967eae515</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Christof,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The support staff is reduced during the summer holidays, and you may experience delayed answers.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;--&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Which SDK are you using? Is it SDK 17.0.2?&lt;/p&gt;
&lt;p&gt;Please build with debug mode and refer to/provide the log.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Segger_5F00_debug-mode.png" /&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>