<?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>about nrfgo studio lock entire chip from readback</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15641/about-nrfgo-studio-lock-entire-chip-from-readback</link><description>hi all,
yesteryday,I download bootloader and app to my nrf52832 by nrfgo studio, but I checked the option lock entire chip from readback ,after that,I found I can not download hex file by nrfgo studio,I think the nrf52832 chip had been locked. But there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Aug 2016 12:09:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15641/about-nrfgo-studio-lock-entire-chip-from-readback" /><item><title>RE: about nrfgo studio lock entire chip from readback</title><link>https://devzone.nordicsemi.com/thread/59738?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 12:09:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf6858ca-6e74-460e-b061-47d6ec76a9b0</guid><dc:creator>lm.zhang</dc:creator><description>&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nrfgo studio lock entire chip from readback</title><link>https://devzone.nordicsemi.com/thread/59736?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 12:09:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2377579-1f93-4e28-a43a-11c4ce46f138</guid><dc:creator>lm.zhang</dc:creator><description>&lt;p&gt;Thank you very much. According to the commands that you provide, the chip has been successfully unlocked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nrfgo studio lock entire chip from readback</title><link>https://devzone.nordicsemi.com/thread/59737?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 11:51:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c56c223e-d9fa-4a33-85a1-15fea09fb4dd</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you do not have nrfjprog set up you can follow these steps.&lt;/p&gt;
&lt;p&gt;Download and install the &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/48768/25/20208144"&gt;command line tools executable&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Open the command line and type:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;nrfjprog --help&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This will list the different input parameters and other help documentation. If the command line reports that it cannot find the program follow the instructions below in Adding PATH Variables.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Adding PATH Variables&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sometimes nrfjprog.exe will not be added to PATH by default, this is how to do it manually. If you are looking for more information on what the PATH variable is, please consult this &lt;a href="http://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them"&gt;answer at Superuser&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In windows 7 (for other systems consult the link above) navigate to environment variables by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Pressing: Win+Break&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Then click on Advanced system settings&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on Environment Variables...&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Add the variable to path by clicking the Edit... button&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/path.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;Then add nrfjprog by adding ´;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin´ to the end of the variable value for PATH. Make sure that you add a ; between entries in PATH values, i.e. path1;path2.&lt;/p&gt;
&lt;p&gt;Then press OK. Now you will be able to see the help dialog when you type &lt;code&gt;nrfjprog --help&lt;/code&gt; in a  &lt;strong&gt;new&lt;/strong&gt; command line.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: about nrfgo studio lock entire chip from readback</title><link>https://devzone.nordicsemi.com/thread/59735?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2016 11:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33b7b182-90b3-4311-a8cc-f0bb04bde4d6</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;You can do this with&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --family nrf52 --recover
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>