<?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>error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9394/error-occured-when-program-appication-in-nrfgo-studio1-20-0</link><description>Dear all: 
 error occured when I was programming application hex in nRFgo Studio1.20.0,just refer to &amp;quot;program application error.png&amp;quot; ,the error shows &amp;quot;programming failed ,the flash is not erased&amp;quot;,but I do it according to the error shows,just erase every</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 May 2016 18:14:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9394/error-occured-when-program-appication-in-nrfgo-studio1-20-0" /><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34665?ContentTypeID=1</link><pubDate>Mon, 09 May 2016 18:14:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd8c04a6-1730-4548-8a1d-d0589194ab7f</guid><dc:creator>Elias</dc:creator><description>&lt;p&gt;I had the same issue and it was somehow fixed when I corrected the TEMPLATE_PATH in the makefile. Not sure why &amp;quot;make&amp;quot; didn&amp;#39;t just throw an error and it took until attempting to flash the application for the issue to show up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34661?ContentTypeID=1</link><pubDate>Wed, 30 Sep 2015 09:25:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2f53cb8-7c59-41f1-9111-5efd0e287a24</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Do you have this resolved yet Ethan?   Your procedure of programming is correct and should work if you have the start address of the application to match with the softdevice size. Can you verify that the application start address is 0x18000? What are your IROM settings?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34664?ContentTypeID=1</link><pubDate>Fri, 25 Sep 2015 03:47:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c28c27aa-e748-4b79-81d9-e0454b150682</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Anywhere in the code that reference to the softdevice area ? Some static or global vars that maps to that location ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34663?ContentTypeID=1</link><pubDate>Fri, 25 Sep 2015 03:42:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cbf1f8d-b318-4201-a16f-a1dadebb7a12</guid><dc:creator>Ethan Yu</dc:creator><description>&lt;p&gt;Hi, Hoan Hoang:&lt;/p&gt;
&lt;p&gt;Appreciate!&lt;/p&gt;
&lt;p&gt;It&amp;#39;s ok for the application start address,cause I have programmed successfully before, same start location compared to the successful situation.(only application hex file is different compared to the successful one)&lt;/p&gt;
&lt;p&gt;Sincerely
Ethan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34662?ContentTypeID=1</link><pubDate>Fri, 25 Sep 2015 02:37:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99c2b775-0a53-4e11-8ac5-8c19a91b2382</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Check your application start location.  It seems like the address was not correct.  It tried to override the softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34660?ContentTypeID=1</link><pubDate>Fri, 25 Sep 2015 00:25:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4090450-80a1-4aa8-91eb-3e64b84b20ef</guid><dc:creator>Ethan Yu</dc:creator><description>&lt;p&gt;Hi, Stefan:&lt;/p&gt;
&lt;p&gt;Thanks for your reply!&lt;/p&gt;
&lt;p&gt;Q1:  I have tried to press the &amp;quot;ERASE ALL&amp;quot;button at first , here is the program steps: step 1 --Erase ALL, step 2--Program SoftDevice--Program, step 3--Program  Application--Prgram. the step 1 and step 2 is ok, but when I press the program button in step 3, then the error&amp;quot;the flash is not erased&amp;quot; occured, just like the picture shows in first topic.&lt;/p&gt;
&lt;p&gt;Q2: yeah, it  is the necessary step for me to program the application,  in other word, before we program the application,we must program the SoftDevice at first.&lt;/p&gt;
&lt;p&gt;Note: I have search the error solutions on your F1 help(nRFgo Studio1.20.0), no solutions for this error.&lt;/p&gt;
&lt;p&gt;Is any step  I missed or wrong? Please correct me! tks!&lt;/p&gt;
&lt;p&gt;Sincerely
Ethan&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Program-Step.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: error occured when program appication in nRFgo Studio1.20.0</title><link>https://devzone.nordicsemi.com/thread/34659?ContentTypeID=1</link><pubDate>Thu, 24 Sep 2015 15:25:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f57e47b6-ed5e-4cfb-96cf-0fe4d1179bf5</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Ethan&lt;/p&gt;
&lt;p&gt;Have you tried to press the &amp;quot;ERASE ALL&amp;quot; button? That will erase the whole flash memory on the chip.&lt;/p&gt;
&lt;p&gt;Is this application you are trying to flash using softdevice or not? I see that you have flashed S110 8.0.0. Is that required by the application?&lt;/p&gt;
&lt;p&gt;What if you try to flash examples from the nRF51 SDK, does that work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>