<?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>Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66120/putting-together-a-first-reference-design-with-nrf52832</link><description>Hi, 
 Forgive what may seem like a stupid question, but... 
 I would like to create a first reference PCB design using an nRF52832 for an IoT project I am working on. 
 I would like to programme it via a Segger Jlink EDU from the Segger Embedded studio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Sep 2020 17:57:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66120/putting-together-a-first-reference-design-with-nrf52832" /><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270935?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 17:57:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32bdea7b-1e7b-4c26-b898-ace7fa97cc9b</guid><dc:creator>SteveQuinn</dc:creator><description>&lt;p&gt;Hi Carl,&lt;/p&gt;
&lt;p&gt;Thank you for your kind help.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270828?ContentTypeID=1</link><pubDate>Tue, 22 Sep 2020 11:58:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a056874-0c9e-4c54-9454-3609152eba85</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi again, Steve!&lt;br /&gt;&lt;br /&gt;Good to hear that things correlate!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You are correct that information is more dispersed when it comes to our products, but we try to make as much (relevant) information as possible through our documentation. In most cases a customer should not need to access either Segger or ARM docs. We will at least point you to where you should look, but it&amp;#39;s of course challenging to maintain.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Debugging using SWD can be used in&amp;nbsp;combination with SWO, so the answer is yes and it should work out of the box. SWO does in addition enable support for &lt;a href="https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/"&gt;RTT&lt;/a&gt;, which you can read about in this &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/debugging-with-real-time-terminal"&gt;blog&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270697?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 22:54:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee60d8fa-a25e-46a4-a959-1a6b42f912fb</guid><dc:creator>SteveQuinn</dc:creator><description>&lt;p&gt;Hi Carl,&lt;/p&gt;
&lt;p&gt;Thank you for you reply.&lt;br /&gt;I have already been looking at the nRF52DK (I&amp;#39;ve purchased two them, along with Thingy:52 and nRF52840 DK). I&amp;#39;ve also purchased 2 of the SparkFun nRF52832 Breakout boards as &amp;#39;sacrificial lambs&amp;#39;&lt;br /&gt;I was able to locate a circuit diagram on page 359 Section 18.1.2.1 of the Segger J-Link / J-Trace &lt;a title="User Guide Doc" href="https://www.segger.com/downloads/jlink/UM08001" rel="noopener noreferrer" target="_blank"&gt;User Guide Doc&lt;/a&gt; # UM08001 Software version: 6.70 June 29, 2020 which clearly shows typical target connection for SWD.&lt;br /&gt;I compared this with the schematic for the nRF52832 I&amp;#39;ve also compared with the SparkFun notes on using the nRF52832 to programme the SparkFun board which all seem to correlate (a kind of rosetta stone).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve concluded for SWD there are only 4 control lines to consider (less 0v).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SWDIO &amp;lt;-&amp;gt;&amp;nbsp; &amp;nbsp;Pin 26&lt;/li&gt;
&lt;li&gt;SWDCLK &amp;gt;&amp;nbsp; &amp;nbsp;Pin 25&lt;/li&gt;
&lt;li&gt;nRESET &amp;lt;-&amp;gt; Pin 24&lt;/li&gt;
&lt;li&gt;SWO &amp;lt;-&amp;gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Pin 18&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I think my lack of knowledge shows in so far as I&amp;#39;ve only used the Microchip tool chain which is completely owned/controlled by Microchip therefore they publish all the salient information in one place.&lt;br /&gt;However, my observation is the Nordic product integrates an ARM core consequently if I understand the dynamic, it is incumbent upon me to read the Nordic literature for the nRF52xxx, Segger for the IDE and J-Tag (of choice) and ARM for the processor and programming/debug interface.&lt;/p&gt;
&lt;p&gt;Thanks for confirming that the J-Link EDU will work (I have two of these also. Spotting any patterns?).&lt;/p&gt;
&lt;p&gt;I have one further question. If I were to use the J-Tag EDU in SWD mode (though not sure quite how to accomplish this yet. I hope &amp;#39;SWD mode&amp;#39; is the correct vernacular) connecting Pin 18, SWO, can I still debug with break points, watches, variable inspection out of the box with the SES examples?&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270487?ContentTypeID=1</link><pubDate>Mon, 21 Sep 2020 08:27:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:043d8949-10ac-4716-8243-4c5e6a4a8d8e</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;For a reference using the nRF52832 you&amp;nbsp;should take a look at the Debug In connector of the nRF52 DK layout, located&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK"&gt;here&lt;/a&gt;. This is also discussed&amp;nbsp;in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/24548/nrf52-reference-layout-pin-37-38-6-pin-jtag"&gt;this thread&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The Segger Jlink EDU should work with SES and our products.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270414?ContentTypeID=1</link><pubDate>Sat, 19 Sep 2020 14:58:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:075edc09-6cf8-4a79-9377-45f0df769b4f</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;The ARM standard connectors&amp;nbsp;&lt;a href="https://developer.arm.com/documentation/dui0499/d/ARM-DSTREAM-Target-Interface-Connections/CoreSight-10"&gt;https://developer.arm.com/documentation/dui0499/d/ARM-DSTREAM-Target-Interface-Connections/CoreSight-10&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The require pins are : &amp;nbsp;SWDCLK, SWDIO, RESET, GND, VCC. just connect those to yours connector.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270410?ContentTypeID=1</link><pubDate>Sat, 19 Sep 2020 12:38:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d45b693-8188-4ee1-9627-dd004b7b25e2</guid><dc:creator>SteveQuinn</dc:creator><description>&lt;p&gt;Hi Nguyen,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;&lt;a title="MPLAC ICD 3" href="https://ww1.microchip.com/downloads/en/DeviceDoc/DS-51765C.pdf"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I did take a look and compared the schematic in the QuickStart guide (connector P2) for your product and compared against the segger jlink&amp;nbsp;&lt;a title="Interface Description" href="https://www.segger.com/products/debug-probes/j-link/technology/interface-description/" rel="noopener noreferrer" target="_blank"&gt;Interface Description&lt;/a&gt;&amp;nbsp;but was unable to make a direct pin for pin correlation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was thinking more along lines of official Nordic Semiconductor literature similar to what Microchip do for their &lt;a title="ICD" href="https://ww1.microchip.com/downloads/en/DeviceDoc/DS-51765C.pdf" rel="noopener noreferrer" target="_blank"&gt;ICD&lt;/a&gt;&amp;nbsp;which is a very good and clear document.&lt;/p&gt;
&lt;p&gt;My hesitation is as I mention above I want to commit my design to PCB and have it manufactured and therefore need to refer to manufacturers formal literature as opposed to a third part design, albeit a very good one I&amp;#39;m sure as it looks like a very nice product.&lt;/p&gt;
&lt;p&gt;Do you think I should approach Nordic direct to get answers to;&lt;/p&gt;
&lt;ul&gt;
&lt;li style="padding-left:30px;"&gt;Application note for programming connections for Segger Jlink EDU and nRF52832&lt;/li&gt;
&lt;li style="padding-left:30px;"&gt;&lt;span&gt;Can the Segger Jlink EDU from the Segger Embedded studio&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Putting together a first reference design with nRF52832</title><link>https://devzone.nordicsemi.com/thread/270398?ContentTypeID=1</link><pubDate>Fri, 18 Sep 2020 23:25:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bb082d4-c42a-40f0-b658-19aa17119533</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;There is a simple schematic here that you can look at here &lt;a href="https://sourceforge.net/projects/blyst-nano/files/docs/"&gt;sourceforge.net/.../&lt;/a&gt;. &amp;nbsp;It uses a certified module but the SWD is the same. The file is IBK-BLYST-NANO_QuickStart.pdf. &amp;nbsp;Look for the connector P2. &amp;nbsp;That is how you connect the SWD to a standard ARM Coresight 10 pins&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>