<?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>Does nRFgo Studio 1.20.0 &amp;quot;release&amp;quot; the nRF51822 SWDIO pin to be used as a chip reset?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8712/does-nrfgo-studio-1-20-0-release-the-nrf51822-swdio-pin-to-be-used-as-a-chip-reset</link><description>I have a Rev3 nRF51822 chip (CFACA00) on a custom board (no external pull resistors on SWDIO or SWCLK), and I am using nRFgo Studio 1.20.0.2 to program SD 8.0.0 and my Nordic application. 
 The hardware/firmware relies on the nReset pin to reset the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Aug 2015 13:32:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8712/does-nrfgo-studio-1-20-0-release-the-nrf51822-swdio-pin-to-be-used-as-a-chip-reset" /><item><title>RE: Does nRFgo Studio 1.20.0 "release" the nRF51822 SWDIO pin to be used as a chip reset?</title><link>https://devzone.nordicsemi.com/thread/31956?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2015 13:32:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e94dd1d-3312-4614-b799-37f3110b4bc6</guid><dc:creator>David Fritsch</dc:creator><description>&lt;p&gt;Thanks Hung!
This made a difference for me. After adding NRF_POWER&amp;gt;RESET=1 to my application code (first line in main()), my Nordic chip reset works both after debugging in Keil, and after programming with nRGgo Studio 1.20.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does nRFgo Studio 1.20.0 "release" the nRF51822 SWDIO pin to be used as a chip reset?</title><link>https://devzone.nordicsemi.com/thread/31955?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2015 10:43:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:797fe8df-eed0-4fac-a0fe-40d0ef0bb523</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@David Fritsch: It was the fact that nRFGo Studio will leave the chip in debug mode after programming (or after reading chip info). To be able to do a pin reset when in debug mode you must set the RESET register to 1 as you did with JlinkExe.&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t want to use nrfjprog or JlinkExe to do that manually, you can enable it in the code. Just add NRF_POWER-&amp;gt;RESET =1; in your code, you should be able to do pin reset after programming.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does nRFgo Studio 1.20.0 "release" the nRF51822 SWDIO pin to be used as a chip reset?</title><link>https://devzone.nordicsemi.com/thread/31958?ContentTypeID=1</link><pubDate>Fri, 14 Aug 2015 17:21:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47748057-87e2-4cf4-b1bb-5a15deacdf02</guid><dc:creator>David Fritsch</dc:creator><description>&lt;p&gt;Hi Hung,&lt;/p&gt;
&lt;p&gt;Yes, &amp;quot;nrfjprog -p&amp;quot; essentially works to trigger a reset, after which the application resets of the Nordic work correctly.  So, I can run my JLinkExe batch/script, or run &amp;quot;nrfjprog -p&amp;quot;, to recover my Nordic reset line.  Based on what you claim, however, I shouldn&amp;#39;t have to do this.&lt;/p&gt;
&lt;p&gt;I was using nRFTools (and nrfjprog.exe) version 7.5.0. I updated to version 7.5.2, but got the same results.  This doesn&amp;#39;t surprise me because the 7.5.0 version of nrfjprog worked when I manually ran it.  That is why I was wondering if Studio 1.20.0 had a bug in which it wasn&amp;#39;t performing a &amp;quot;nrfjprog -p&amp;quot;, or its equivalent, before exiting.  For me, previous versions of nRFgo Studio do not have this issue.&lt;/p&gt;
&lt;p&gt;Just some further info: nRFgo Studio correctly identifies my Nordic as &amp;quot;nRF51822 CFACA00 (0x0087)&amp;quot;.  Also, I don&amp;#39;t have to actually program the chip to have this issue. Running nRFgo Studio, selecting &amp;quot;nRF5x Programming&amp;quot; (and letting it connect &amp;amp; read chip info), and exiting, is enough.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does nRFgo Studio 1.20.0 "release" the nRF51822 SWDIO pin to be used as a chip reset?</title><link>https://devzone.nordicsemi.com/thread/31957?ContentTypeID=1</link><pubDate>Fri, 14 Aug 2015 09:00:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15135bfa-9076-4ff3-bfff-c331941a714a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;Which nRFTools version are you using ?&lt;/p&gt;
&lt;p&gt;The nRFGo Studio relies on nrfjprog.exe tool to program/erase/reset the chip.&lt;/p&gt;
&lt;p&gt;You can try trigger a reset via nrfjprog.exe tool with the -p or -r option.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using nrfjprog v 7.5.2 (same version with nRFTools) and it resets the chip properly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>