<?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>[nRFgo] How &amp;amp; when to verify the hex file?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11516/nrfgo-how-when-to-verify-the-hex-file</link><description>Hi, 
 I&amp;#39;m using v1.21 nRFgo. As programming 51series , 
 (1)I want to know if the program check the hex file before the log dialog shows &amp;quot;programmed successful&amp;quot;? 
 (2)And what kind of method nRFgo apply to check the Integrity of flashing? 
 (3)I&amp;#39;ve</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Jan 2016 08:24:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11516/nrfgo-how-when-to-verify-the-hex-file" /><item><title>RE: [nRFgo] How &amp; when to verify the hex file?</title><link>https://devzone.nordicsemi.com/thread/43542?ContentTypeID=1</link><pubDate>Mon, 25 Jan 2016 08:24:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a068c15-6769-46c4-9fc1-6f939f93a300</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;1.nRFGo Studio is just a GUI on top of the commandline tool nRFjprog, which has a verify option&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --program &amp;lt;name-of-hex-file&amp;gt;.hex --verify
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;which is used when you press program in nRFGO Studio&lt;/p&gt;
&lt;p&gt;2.With the verify option set, nrfjprog will flash the hex file to your device, then read-back the same flash area and compare it with the original hex-file.&lt;/p&gt;
&lt;p&gt;3.No, with read-back protection enabled it is no longer possible to read-back the firmware and verify that it has been flashed correctly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>