<?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_app_uart example not working nRF52833 and S140</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73358/ble_app_uart-example-not-working-nrf52833-and-s140</link><description>Hello. I tried to run ble_peripheral/ble_app_uart example from the newest SDK (17.2) on my ebyte e73 with nRF52833 onboard, but without success. I used softdevice S140 (tried both 7.0.1 and 7.2.0 versions). So far I&amp;#39;ve been successful with running this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Mar 2021 13:17:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73358/ble_app_uart-example-not-working-nrf52833-and-s140" /><item><title>RE: ble_app_uart example not working nRF52833 and S140</title><link>https://devzone.nordicsemi.com/thread/302598?ContentTypeID=1</link><pubDate>Tue, 30 Mar 2021 13:17:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25aa3969-1c17-4531-bdd5-19663bc051ec</guid><dc:creator>trashman</dc:creator><description>&lt;p&gt;Yeah, but there is an answer for that. I used my own modified beacon example. I&amp;#39;ve just checked sdk_configs in both places. The one which worked (beacon) had&amp;nbsp;NRF_SDH_CLOCK_LF_SRC set to&amp;nbsp;NRF_CLOCK_LF_SRC_RC, while the other had NRF_CLOCK_LF_SRC_XTAL. The XTAL version worked with my previous ebyte, but it seems it does not work with the new one (other model). &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;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart example not working nRF52833 and S140</title><link>https://devzone.nordicsemi.com/thread/302595?ContentTypeID=1</link><pubDate>Tue, 30 Mar 2021 13:08:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:000e8c56-e5f8-406e-9496-39f2cda65aeb</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;No problem, thanks for the update. It&amp;#39;s only a bit suprising that the ble_app_beacon example worked then, it selects the external 32 KHz crystal by default as ble_app_uart.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart example not working nRF52833 and S140</title><link>https://devzone.nordicsemi.com/thread/302584?ContentTypeID=1</link><pubDate>Tue, 30 Mar 2021 12:44:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4603cd5f-59fd-4460-add1-fc7393b79b8b</guid><dc:creator>trashman</dc:creator><description>&lt;p&gt;Hello, thank you for your reply. Yes, I used pca10100 configuration, I tried both provided hex file and compiled by myself. It seems you were right about clock source. After this little change I can now see Nordic_UART device in nRF Connect app. Thanks a lot!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ble_app_uart example not working nRF52833 and S140</title><link>https://devzone.nordicsemi.com/thread/302561?ContentTypeID=1</link><pubDate>Tue, 30 Mar 2021 11:40:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65412959-247e-42f0-8cfe-caf356b2ee3c</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Did you select the pca10100 configuration (board name for nRF52833 DK) when you built the ble_app_uart project for your module?&lt;/p&gt;
[quote user=""]I tried debugging with GDB, it seems that the problem is encountered when `sd_softdevice_enable` is called.&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;It&amp;#39;s almost always a problem with the low frequency clock source if the program hangs inside sd_softdevice_enable() call. Not sure if that is the case here, but as a test, please try to change to the &amp;#39;SYNTH&amp;#39; clock source in sdk_configh (NRF_SDH_CLOCK_LF_SRC==NRF_CLOCK_LF_SRC_SYNTH) to see if you get the same result. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Can you post the CPU registers you see in GDB when the code hangs?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>