<?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>MDBT-42V with nRF52DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32209/mdbt-42v-with-nrf52dk</link><description>We are using an MDBT42V(29 pin) module which we discovered from the datasheet, comes with an nRF52832 controller. We are using a nRF52 DK to dump codes into this target board. But have so far been unsuccessful. Wanted to know if this is possible or if</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Mar 2018 12:00:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32209/mdbt-42v-with-nrf52dk" /><item><title>RE: MDBT-42V with nRF52DK</title><link>https://devzone.nordicsemi.com/thread/124969?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 12:00:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b398842b-5866-431e-b743-ccfc6e119ec6</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;It sounds like there is a problem with the external 32KHz crystal.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you test the following code, and see if it hangs in one of the while-loops?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;    NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1;
    while(NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0);
    NRF_CLOCK-&amp;gt;TASKS_LFCLKSTART = 1;
    while(NRF_CLOCK-&amp;gt;EVENTS_LFCLKSTARTED == 0);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This way you can check if there is a problem with one of the crystals.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Referring to the spec of your module:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.raytac.com/download/MDBT42/MDBT42V%20&amp;amp;%20MDBT42V-P-Version%20B.PDF"&gt;http://www.raytac.com/download/MDBT42/MDBT42V%20&amp;amp;%20MDBT42V-P-Version%20B.PDF&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in section 8:&lt;/p&gt;
&lt;p&gt;What is your C_12 and C_13?&lt;/p&gt;
&lt;p&gt;They should be:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-678ae39382c24bd4b9827dc4f1a92500/pastedimage1521460653558v1.gif" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;C_L is the crystal capacitance, while C_pin = the capacitance of the pins on the nRF. They are 4pF.&lt;/p&gt;
&lt;p&gt;As a reference, the development kit uses a LFXtal with C_L = 8pF. This gives:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-678ae39382c24bd4b9827dc4f1a92500/pastedimage1521460782423v2.gif" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;so C_12 and C_13 is 12pF.&lt;/p&gt;
&lt;p&gt;If you have a crystal with a different load than 8pF, you must adjust your C_12 and C_13 accordingly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MDBT-42V with nRF52DK</title><link>https://devzone.nordicsemi.com/thread/124896?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 06:31:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e97cca8-6575-4f42-a28c-8177f00837ef</guid><dc:creator>Sudarshan J</dc:creator><description>&lt;p&gt;Thanks for the response, Sir. We were successful in dumping the blinky example and other codes which did not use a softdevice, into our target board. We are currently having issues with BLE codes. Our schematics has the X2 (32Khz) crystal. We are able to communicate with the nRF Development board, but our target board isn&amp;#39;t responding to BLE. What may be a possible solution to this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MDBT-42V with nRF52DK</title><link>https://devzone.nordicsemi.com/thread/124650?ContentTypeID=1</link><pubDate>Thu, 15 Mar 2018 18:18:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6bdea4a8-0764-4b06-baa3-0287e29108a4</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I saw the documentation for the MDBT42V &lt;a href="http://www.raytac.com/download/MDBT42/MDBT42V%20&amp;amp;%20MDBT42V-P-Version%20B.PDF" target="_blank" rel="noopener noreferrer"&gt;here&lt;/a&gt;. In section 8 you can see the pinout. In the upper right corner is the J-Link module, which has the same layout as the nRF5x DK. Make sure to use the &amp;quot;Debug Out&amp;quot;/P22 pins.&lt;/p&gt;
&lt;p&gt;I attached the PCA10040 schematics, which you can also find &lt;a href="https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK#Downloads" target="_blank" rel="noopener noreferrer"&gt;here&lt;/a&gt;&amp;nbsp;(&lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/50980/7/76674776/93935" target="_blank" rel="noopener noreferrer"&gt;nRF52-DK-HW&lt;/a&gt;&amp;nbsp;near the bottom of the page)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-678ae39382c24bd4b9827dc4f1a92500/PCA10040_5F00_Schematic_5F00_And_5F00_PCB.pdf"&gt;devzone.nordicsemi.com/.../PCA10040_5F00_Schematic_5F00_And_5F00_PCB.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know if you have tried this, but if you have, and you don&amp;#39;t get the examples to work, do you have an Low Frequency crystal on the PCB (The X2 in the schematics for the MTBT42V in section 8)? Or do you use the RC Oscillator? To check whether this is the problem, try one of the examples that does not use the softdevice, such as the SDK\examples\peripheral\blinky example.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>