<?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>Programming external nrf51 module using nrf51 DK and mBed (if possible)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37649/programming-external-nrf51-module-using-nrf51-dk-and-mbed-if-possible</link><description>Hello all, I already did some research finding similar questions and answers in this board, unfortunately I still do not have answer, maybe some can can help pls? 
 I have nrf51 DK and using various examples etc, I made small and relatively simple program</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Aug 2018 12:33:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37649/programming-external-nrf51-module-using-nrf51-dk-and-mbed-if-possible" /><item><title>RE: Programming external nrf51 module using nrf51 DK and mBed (if possible)</title><link>https://devzone.nordicsemi.com/thread/145130?ContentTypeID=1</link><pubDate>Tue, 21 Aug 2018 12:33:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39b03bf5-3b85-4e65-8ee1-9a59c347c1a0</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. Yes, the nrF51 DK has a debug out port that can be used to program the nRF51 on the module&lt;/p&gt;
&lt;p&gt;2. The 32 kHz crystal is optional (never required). However you need to make sure that your applications is configured to use the 32 kHz RC oscillator instead. The SDK examples assume that a 32 kHz crystal is present, and will&amp;nbsp;attempt&amp;nbsp;to start it when initializing the SoftDevice, causing the initialization to hang while waiting for the oscillator to start (which it never does).&lt;/p&gt;
&lt;p&gt;3. If a 32 MHz crystal is used, then the clock is simply divided by two.&amp;nbsp;The CPU clock of the nRF51 is always 16 MHz.&lt;/p&gt;
&lt;p&gt;4. Yes, that is correct. You use the Debug out port (either in the far left corner, or the same pins in the row to the right of the current measurement port on the DK. Note that you must ground the GND Detect pin to tell the debugger to use the debug out port instead of programming the local nRF51 chip.&lt;/p&gt;
&lt;p&gt;5. The LDO is&amp;nbsp;used by default. You can enable the optional DC/DC, which can&amp;nbsp;is beneficial when powering with such a high voltage in order to avoid waisting power with the LDO. If the module don&amp;#39;t have the optional DC/DC components or you don&amp;#39;t care about current consumption, you can leave it as is, using the LDO. The default firmware uses LDO instead of DC/DC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>