<?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>nrf ble uart example does not run after a power-on reset</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108120/nrf-ble-uart-example-does-not-run-after-a-power-on-reset</link><description>Hi, 
 We are using BMD-360 BLE module with nrf52811 chip. 
 nrf5 sdk version : 17.0.2 
 The BLE_peripheral_uart example has been built and flashed for our development purposes. We are the seeing the following observations. 
 1. Firstly the softdevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Feb 2024 12:33:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108120/nrf-ble-uart-example-does-not-run-after-a-power-on-reset" /><item><title>RE: nrf ble uart example does not run after a power-on reset</title><link>https://devzone.nordicsemi.com/thread/468214?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2024 12:33:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4319359-6a32-4cf9-9b5e-6196cb018a5f</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Akshaya,&amp;nbsp;&lt;br /&gt;It&amp;#39;s strange that&amp;nbsp;configuring the pin as pull up help the issue. Normally with UART you don&amp;#39;t need to put a pull up in the RX pin.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What do you have on the other side of UART ? which device do you connect to ?&amp;nbsp;&lt;br /&gt;Please check what you have on the PCB on the RX pin, is there any chance you have a pull down resistor on it ?&amp;nbsp;&lt;br /&gt;Please try to reproduce the issue on a DK (for NRF52832 or nRF52840)&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf ble uart example does not run after a power-on reset</title><link>https://devzone.nordicsemi.com/thread/468015?ContentTypeID=1</link><pubDate>Thu, 08 Feb 2024 09:17:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c99294e3-c99b-4aca-9c9a-08c091242a08</guid><dc:creator>Akshaya Balu</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Thanks for the response.&lt;/p&gt;
&lt;p&gt;My issue is resolved now.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The issue was resolved&amp;nbsp;when I enabled RX pin with the internal pin pull-up by the following code.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrf_gpio_cfg_input(RX_PIN_NUMBER, NRF_GPIO_PIN_PULLUP);&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf ble uart example does not run after a power-on reset</title><link>https://devzone.nordicsemi.com/thread/467914?ContentTypeID=1</link><pubDate>Wed, 07 Feb 2024 12:30:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7727e376-9b4d-4c15-82c5-0c5bb9baa842</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Akshaya,&lt;/p&gt;
&lt;p&gt;Could you clarify which sample are you testing with, where exactly&amp;nbsp;&lt;span&gt;BLE_peripheral_uart located ? We have&amp;nbsp;ble_app_uart but I am not so sure if it&amp;#39;s what you testing with.&amp;nbsp;&lt;br /&gt;What did you mean by &amp;quot;getting detected&amp;quot;&amp;nbsp; ? Did you mean it was advertising ?&amp;nbsp;&lt;br /&gt;Could you explain the reason for the change you made:&amp;nbsp;&lt;br /&gt;&lt;em&gt;#define RETARGET_ENABLED 0&lt;/em&gt;&lt;br /&gt;&lt;em&gt;deleted the file segger_rtt_printf.c&lt;/em&gt;&lt;br /&gt;&lt;em&gt;In flash_placement.xml, remove size=&amp;quot;0x4&amp;quot;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;Change library I/O to RTT&lt;/em&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;/em&gt;&lt;/span&gt;What kind of error if you dont change them ?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Have you followed the instruction here on how to build for nRF52811 ?&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/nrf52811_user_guide.html?cp=9_5_2_5_1_3#ug_52811_project"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/nrf52811_user_guide.html?cp=9_5_2_5_1_3#ug_52811_project&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please try to start with some simple application, for example blinky or uart (no BLE) and check if it works on your board before you move to the peripheral uart example. You may want to get familiar with how to debug the application,&amp;nbsp;not just observing if it&amp;#39;s advertising or not.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>