<?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>Can&amp;#39;t run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30188/can-t-run-softdevice-applications-on-custom-module</link><description>Hello, 
 I&amp;#39;m trying to load BLE UART example on a custom module with nrf52832. I&amp;#39;m using SDK 14. 
 On the EVK it runs successfully, and I have the following addresses map: 
 
 (Application: 0x23000, SoftDevice: 0x009d) 
 But I can&amp;#39;t run it successfully</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 12 Feb 2018 07:12:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30188/can-t-run-softdevice-applications-on-custom-module" /><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/120505?ContentTypeID=1</link><pubDate>Mon, 12 Feb 2018 07:12:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e347c891-7662-462c-84e4-c84c648ad4bc</guid><dc:creator>Alaa</dc:creator><description>&lt;p&gt;This worked! Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/119818?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 17:53:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1acb4bf1-416c-42e5-bc0a-ec4db6125469</guid><dc:creator>Richard D.</dc:creator><description>&lt;p&gt;Just a guess, but perhaps your custom module uses the internal low frequency clock?&lt;/p&gt;
&lt;p&gt;During initialization, you&amp;#39;ll see sample code something like:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_clock_lf_cfg_t clock_lf_cfg = NRF_CLOCK_LFCLKSRC;
SOFTDEVICE_HANDLER_INIT(&amp;amp;clock_lf_cfg, NULL);

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If your module uses the internal LF clock, you need to change NRF_CLOCK_LFCLKSRC definition from NRF_CLOCK_LF_SRC_XTAL to NRF_CLOCK_LF_SRC_RC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/119803?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 16:03:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ef4e1b9-0ca8-40d1-a363-97d11175677a</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Just ditch the bootloader with the &amp;quot;erase all&amp;quot; button. NRF bootloaders won&amp;#39;t start an application that was flashed via SWD by default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/119789?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 15:22:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:905bbeb5-19fe-4134-85ca-8c3a0e7380cb</guid><dc:creator>Alaa</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure how to do this... Doesn&amp;#39;t burning the SoftDevice erase the whole system? I burn exactly like I burn on the EVK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/119766?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 14:39:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80068c0a-3b83-4826-b081-fc40217e8131</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Have you tried without the bootloader?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/119749?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 13:12:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:855328c0-33e7-43fc-bc54-183e6f3af26a</guid><dc:creator>Alaa</dc:creator><description>&lt;p&gt;I go into debug mode and set a breakpoint in main, but&amp;nbsp;it&amp;#39;s not reached. Nothing runs...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't run SoftDevice applications on custom module</title><link>https://devzone.nordicsemi.com/thread/119739?ContentTypeID=1</link><pubDate>Mon, 05 Feb 2018 12:36:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45b0e1f3-4992-451c-9005-c4b1b65a7a99</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Could you elaborate on &amp;quot;can&amp;#39;t find main()&amp;quot;? Does it mean that you never enter main()? What if you go into debug mode and put a breakpoint in the start of main()? Do you hit it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>