<?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 prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35273/programming-prototype-board-from-52-dk</link><description>I have a Nordic 52832 chip in an integrated module form from Fanstel. I have the NRF 52 DK, the Fanstel evaluation board, and a custom prototype board I built. 
 I can program the Fanstel evaluation board through the 52 DK with no problem. 
 The custom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Jun 2018 22:59:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35273/programming-prototype-board-from-52-dk" /><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/136421?ContentTypeID=1</link><pubDate>Fri, 15 Jun 2018 22:59:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71e42500-72ee-432c-841f-cc0e90b37f2e</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;It works for me with no changes to a nRF SD52 straight out of the box. P19 is not the same as P20, P19 uses EXT_GND_DETECT whereas P20 uses SH_GND_DETECT. Does it matter? Who knows, they go to different pins on the SAM Segger interface&amp;nbsp; .. but see these photos, They shows P19 correctly programming a target board. When P19 is unplugged the nRF52 DK device is instead programmed. Why such a complicated set of adapters? Because I use 6-pin Tag Connect not 10-pin Tag Connect and we can&amp;#39;t find a suitable single adapter.&lt;br /&gt;The equivalent Adafruit connector also shown with 4 wires plugged in as shown does the same job. All the grounds are correctly handled by connections on the adapters whichever of these two options you use. There are no modifications on any of these items.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_1337.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_1338.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_1339.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_0879.JPG" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/136412?ContentTypeID=1</link><pubDate>Fri, 15 Jun 2018 15:36:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29b86739-f61d-4299-b6df-ad44b3ec856c</guid><dc:creator>mark waldin</dc:creator><description>&lt;p&gt;I am using Vdd from the DK 52 and no battery so voltage mismatch is not the issue. What I am saying about nRFGo not seeing the prototype board is this.&amp;nbsp; With prototype board connected to DK52.&amp;nbsp; Power and GND connected from DK to proto via dedicated wires.&amp;nbsp;&amp;nbsp;Proto board also connected via Tag Connect&amp;nbsp;6 wire link:&lt;/p&gt;
&lt;p&gt;1. Run nRFGo and all erasing and programming are applied to DK 52&lt;/p&gt;
&lt;p&gt;2. Jumper VTG and Vdd on the DK and nRFGo&amp;nbsp;complains that the processor is not detected&lt;/p&gt;
&lt;p&gt;This means 2 things.&amp;nbsp; First, SWIO and SWCLK on the prototype are not communicating with DK.&amp;nbsp; Which is why it finds no processor.&amp;nbsp; Second, Vdd through the Tag Connect&amp;nbsp;cable is not triggering DK programming pass through.&amp;nbsp; Which is why is attempts to program the DK when VTG and Vdd are not jumpered.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/136314?ContentTypeID=1</link><pubDate>Fri, 15 Jun 2018 10:11:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2172d5be-3557-4c10-9c87-f35d61447806</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Then maybe there was a mismatch between the battery&amp;#39;s voltage and the Segger MCU&amp;#39;s&amp;nbsp;supply voltage (VDD_SAM)&amp;nbsp;on the nRF52 DK. When I measure VDD_SAM on my kit it is around 2.9 V. In general I would assume it works as long as you are above VDD_SAM * 0.7 = ~2 V. Make sure that you use a fresh battery. The battery voltage might drop when you insert it into your module, so at least make sure that you measure its voltage while inserted.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-307776add48c49cba702cae165db8d15/pastedimage1529056934082v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So now you are able to program the Fanstel, but not see it with nRFGo Studio? Is that correct?&amp;nbsp;How do you program it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/136224?ContentTypeID=1</link><pubDate>Thu, 14 Jun 2018 16:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d199f95a-d5d3-46a8-bc7e-49840e942768</guid><dc:creator>mark waldin</dc:creator><description>&lt;ul&gt;
&lt;li&gt;By using the power supply from the DK 52 instead of the lithium ion battery I was able to program the Fanstel module.&amp;nbsp; That did the trick. Thank you.&amp;nbsp; Now I am back to programming the prototype board as the next final step.&amp;nbsp; I built a connection from the DK 52 to the prototype in order to supply the power from the DK 52 instead of the on board battery.&amp;nbsp; For SWIO and SWCLK I am connecting the boards via Debug Out on the DK 52 and Tag Connect&amp;nbsp;on the prototype board.&amp;nbsp; &lt;strong&gt;nRFGo&amp;nbsp;does not see the prototype board even though there is (measured) 3.2V on the &lt;/strong&gt;Tag Connect&lt;strong&gt;&amp;nbsp;Vdd pin.&amp;nbsp;&lt;/strong&gt; To test I tried bridging Vdd and VTG on the DK 52 and nRFGo&amp;nbsp;shows &amp;quot;Chip not detected&amp;quot;.&amp;nbsp; Layout photos and schematic below.&amp;nbsp; I did not populate the board with the external crystal or the detection circuit yet.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/4/20180614_5F00_083918_5F00_HDR_5F00_resized.jpg" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/4/20180614_5F00_083954_5F00_HDR_5F00_resized.jpg" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/4/schem.jpg" /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/135829?ContentTypeID=1</link><pubDate>Wed, 13 Jun 2018 06:36:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ada7cfaa-5db5-4696-90b1-8928061f1c81</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Can you try to skip the battery and wire everything as shown by user &amp;#39;Remi&amp;#39; in this post:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/14058/external-programming-using-nrf52-dk"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/14058/external-programming-using-nrf52-dk&lt;/a&gt;&amp;nbsp;?&lt;/p&gt;
&lt;p&gt;It sounds like you already know this, but just to be clear; VTG will not supply your external device with power and GND_DETECT will not provide a path to GND. The two pins are only used to detect&amp;nbsp;whether or not an external device is connected. The external device needs to have its own power supply (can be VDD from nRF52 DK) and be connected to the nRF52 DK&amp;#39;s GND.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tested your soldering for short circuits?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/135810?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 20:24:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5ce7214-c434-4adf-94c7-5256f073822f</guid><dc:creator>mark waldin</dc:creator><description>&lt;p&gt;Based on the You Tube video on programming 3rd party boards I moved Vdd to Vtg on the DK 52.&amp;nbsp; I erased the chip which seemed to work (the Fanstel board stopped transmitting).&amp;nbsp; I then tried to re-program the board but it did not work.&amp;nbsp; Subsequent attempt to erase the chip erased the DK 52 instead.&amp;nbsp; Photos attached.&amp;nbsp; A CR1632 (confirmed good) was placed between Vdd and GND on the Fanstel.&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1280x960/__key/communityserver-discussions-components-files/4/20180612_5F00_131547_5F00_HDR_5F00_resized.jpg" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/20180612_5F00_131558_5F00_HDR_5F00_resized.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/135798?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 16:40:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77bb8678-28c8-40e6-961f-0a6eea953ea9</guid><dc:creator>mark waldin</dc:creator><description>&lt;p&gt;I connected the Fanstel to the 52 DK using blue wires today.&amp;nbsp; Connections are the same four:&amp;nbsp; Vdd, GND, SWIO, and SWCLK.&amp;nbsp; Power source is a CR1632 battery.&amp;nbsp; Measured voltage is 3.2 or so. I would upload the schematic and photo but that seems unnecessary since the blue wire set up does not work either.&amp;nbsp; Are there other connections required?&amp;nbsp; It seems there must be (btw, I tested with GND Detect connected to GND on the 52 DK as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/135687?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 08:33:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03863aa5-ced1-4b92-92ac-d50c200864f8</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you made any progress?&lt;/p&gt;
&lt;p&gt;If not, what is the voltage on your custom board? It needs to be ~3V for the debugger on the nRF52 DK to function.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you upload a schematic of your board and an image of your setup?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/135460?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 02:41:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb2294d5-2f3e-459e-b6f6-7131e1e741f4</guid><dc:creator>mark waldin</dc:creator><description>&lt;p&gt;thank you for responding.&amp;nbsp; I connected gnd connect on the DK to GND on the DK but it still will not program.&amp;nbsp; Tomorrow I am going to blue wire the Fanstel to the power source and DK directly but my hopes are not high.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming prototype board from 52 DK</title><link>https://devzone.nordicsemi.com/thread/135457?ContentTypeID=1</link><pubDate>Mon, 11 Jun 2018 00:08:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b0ed7a8-560a-4803-8a0e-e07fa520fe3b</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;You probably have an issue with Gnd Detect, which is different from Gnd; this means 5 pins should be connected, not 4 as listed above. If your board is only connected to Gnd Detect (which is a &amp;quot;there is a custom board connected&amp;quot; sense line) with no separate connection to the nRF52 DK Gnd or vice versa then the custom board cannot be programmed as it is never detected.&lt;/p&gt;
&lt;p&gt;The fix in this scenario is to connect together the nRF52 Gnd and the custom board Gnd - and also make the Gnd Detect connection between the two boards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>