<?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>Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51030/since-nordic-sdk-release-v1-0-0-our-nrf9160-start-having-issues-flashing-and-erasing-coincidence</link><description>Hi, 
 I&amp;#39;m using the latest release of software V1.0.0 with the nRF9160 DK and today started flashing the examples. 
 at_client worked fine (just tried flashing it once, but remember there was something going on there as well). the sample application asset_tracker</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Dec 2019 07:53:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51030/since-nordic-sdk-release-v1-0-0-our-nrf9160-start-having-issues-flashing-and-erasing-coincidence" /><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/223218?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2019 07:53:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:927857eb-cd98-4060-bfec-0c56ed039f2a</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;I see the ticket is closed, but it is not solved, or?&lt;/p&gt;
&lt;p&gt;How is that JLINK-bugfix going for the SES?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;My collegue still experience the SES-problem, having to turn on and off the DK to be able to flash it repeatedly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214339?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 11:10:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b6ae042-68b5-49ef-9e28-552058dd09c9</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Good!&lt;/p&gt;
&lt;p&gt;JLINK to be fixed then.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214326?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 10:09:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c16cd46-f412-4363-afcd-187fd5db9b66</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Sorry, my bad. I was under the impression nrfjprog was being used on SES, but it seems the bug has not yet been fixed in the newest version of JLINK, which is used directly by SES. I will report this internally. I noticed the same undocumented error issue if I erased via nrfjprog -e first, then programmed asset tracker via SES &amp;amp; then programmed at client via SES.&lt;/p&gt;
&lt;p&gt;However, it does seem to work fine via command line now, so it&amp;#39;s one step forward in the right direction:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
$ nrfjprog --program at.hex -f nrf91 --verify --sectorerase
Parsing hex file.
Erasing page at address 0x0.
Erasing page at address 0x1000.
Erasing page at address 0x2000.
Erasing page at address 0x3000.
Erasing page at address 0x4000.
Erasing page at address 0x5000.
Erasing page at address 0x6000.
Erasing page at address 0x7000.
Erasing page at address 0xC000.
Erasing page at address 0xD000.
Erasing page at address 0xE000.
Erasing page at address 0xF000.
Erasing page at address 0x10000.
Erasing page at address 0x11000.
Erasing page at address 0x12000.
Erasing page at address 0x13000.
Erasing page at address 0x14000.
Erasing page at address 0x15000.
Erasing page at address 0x16000.
Erasing page at address 0x17000.
Erasing page at address 0x18000.
Erasing page at address 0x19000.
Erasing page at address 0x1A000.
Erasing page at address 0x1B000.
Erasing page at address 0x1C000.
Erasing page at address 0x1D000.
Erasing page at address 0x1E000.
Erasing page at address 0x1F000.
Erasing page at address 0x20000.
Erasing page at address 0x21000.
Erasing page at address 0x22000.
Erasing page at address 0x23000.
Erasing page at address 0x24000.
Erasing page at address 0x25000.
Erasing page at address 0x26000.
Erasing page at address 0x27000.
Applying system reset.
Checking that the area to write is not protected.
Programming device.
Verifying programming.
Verified OK.

$ nrfjprog --program asset.hex -f nrf91 --verify --sectorerase
Parsing hex file.
Erasing page at address 0x0.
Erasing page at address 0x1000.
Erasing page at address 0x2000.
Erasing page at address 0x3000.
Erasing page at address 0x4000.
Erasing page at address 0x5000.
Erasing page at address 0x6000.
Erasing page at address 0x7000.
Erasing page at address 0xC000.
Erasing page at address 0xD000.
Erasing page at address 0xE000.
Erasing page at address 0xF000.
Erasing page at address 0x10000.
Erasing page at address 0x11000.
Erasing page at address 0x12000.
Erasing page at address 0x13000.
Erasing page at address 0x14000.
Erasing page at address 0x15000.
Erasing page at address 0x16000.
Erasing page at address 0x17000.
Erasing page at address 0x18000.
Erasing page at address 0x19000.
Erasing page at address 0x1A000.
Erasing page at address 0x1B000.
Erasing page at address 0x1C000.
Erasing page at address 0x1D000.
Erasing page at address 0x1E000.
Erasing page at address 0x1F000.
Erasing page at address 0x20000.
Erasing page at address 0x21000.
Erasing page at address 0x22000.
Erasing page at address 0x23000.
Erasing page at address 0x24000.
Erasing page at address 0x25000.
Erasing page at address 0x26000.
Erasing page at address 0x27000.
Erasing page at address 0x28000.
Erasing page at address 0x29000.
Erasing page at address 0x2A000.
Erasing page at address 0x2B000.
Erasing page at address 0x2C000.
Erasing page at address 0x2D000.
Erasing page at address 0x2E000.
Erasing page at address 0x2F000.
Erasing page at address 0x30000.
Erasing page at address 0x31000.
Erasing page at address 0x32000.
Erasing page at address 0x33000.
Erasing page at address 0x34000.
Erasing page at address 0x35000.
Erasing page at address 0x36000.
Erasing page at address 0x37000.
Erasing page at address 0x38000.
Applying system reset.
Checking that the area to write is not protected.
Programming device.
Verifying programming.
Verified OK.

$ nrfjprog --program at.hex -f nrf91 --verify --sectorerase
Parsing hex file.
Erasing page at address 0x0.
Erasing page at address 0x1000.
Erasing page at address 0x2000.
Erasing page at address 0x3000.
Erasing page at address 0x4000.
Erasing page at address 0x5000.
Erasing page at address 0x6000.
Erasing page at address 0x7000.
Erasing page at address 0xC000.
Erasing page at address 0xD000.
Erasing page at address 0xE000.
Erasing page at address 0xF000.
Erasing page at address 0x10000.
Erasing page at address 0x11000.
Erasing page at address 0x12000.
Erasing page at address 0x13000.
Erasing page at address 0x14000.
Erasing page at address 0x15000.
Erasing page at address 0x16000.
Erasing page at address 0x17000.
Erasing page at address 0x18000.
Erasing page at address 0x19000.
Erasing page at address 0x1A000.
Erasing page at address 0x1B000.
Erasing page at address 0x1C000.
Erasing page at address 0x1D000.
Erasing page at address 0x1E000.
Erasing page at address 0x1F000.
Erasing page at address 0x20000.
Erasing page at address 0x21000.
Erasing page at address 0x22000.
Erasing page at address 0x23000.
Erasing page at address 0x24000.
Erasing page at address 0x25000.
Erasing page at address 0x26000.
Erasing page at address 0x27000.
Applying system reset.
Checking that the area to write is not protected.
Programming device.
Verifying programming.
Verified OK.
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214317?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 09:31:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43ccde92-0be6-4cf0-a3ff-4828abb9b42c</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;I&amp;#39;m trying your suggestions.&lt;br /&gt;&lt;br /&gt;Newer Segger version:&lt;br /&gt;To download a version newer than 4.20a isn&amp;#39;t possible. From using your nRF Connect V3.2.0-tool to download the nordic-version of segger, it only gives me 4.20a. On the segger homepage there is a version 4.22, but using that one, just forces me to request a valid license through email from nordic, and putting that licence in, doesnt open up segger to nordic projects. The &amp;quot;Open nRF connect...SDK&amp;quot;-menu option under &amp;quot;File&amp;quot; isn&amp;#39;t there. And every time I restart the segger 4.22 it asks for a valid licence over and over again. It doesn&amp;#39;t work.&lt;br /&gt;&lt;br /&gt;And your solution above, worked 1 time.&lt;br /&gt;I erased all via commandline.&lt;br /&gt;I flashed another hex via commandline.&lt;br /&gt;I built my SES application vid RUN and it flashed.&lt;br /&gt;Looked good and it starts and the change in printk message is different.&lt;br /&gt;I try it again in SES, modify the printk message and press run.&lt;br /&gt;Now it hangs on the Erase operation like before.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;The bug isn&amp;#39;t fixed. Sorry Nordic. More debugging to do.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214302?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 09:02:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d336379c-7dfa-4c2b-b2b2-a49a1b079c0a</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;This happened the first time. Try to do an eraseall via command line first (nrfjprog -e), then program a separate hex file via command line &amp;amp; then program your application via SES again. You can then program the first hex file via command line:&lt;/p&gt;
&lt;p&gt;nrfjprog --program merged.hex -f nrf91 --sectorerase --verify&lt;/p&gt;
&lt;p&gt;&amp;amp; then program via SES again. You can continue this loop a few times. After the first error, I never saw this error again.&lt;/p&gt;
&lt;p&gt;If you still see the error, you may want to try to use the latest version of SES.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214294?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 08:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:873a8a9d-bd2d-4fb5-8b04-d89aae009c9f</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;My feedback:&lt;/p&gt;
&lt;p&gt;1) cmdline flashing works 1st try every time. Good, it has improved from twice to single flashing.&lt;br /&gt;&lt;br /&gt;2) Running from Segger Embedded Studio (V4.20a) still fails and locks up like before. I was expecting this to be solved in this fix. Why wasn&amp;#39;t it? It&amp;#39;s verifiable. It hangs after compare, then fails after 15-20 secs - &amp;quot;undocumented error&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1570697054902v1.png" /&gt;&lt;br /&gt;&lt;br /&gt;Choosing to manually &amp;quot;erase all&amp;quot; in the menu, allows pressing the &amp;quot;run&amp;quot;-button and that makes it flash and start the application, correctly.&lt;br /&gt;&lt;br /&gt;So there are still bugs to fix. Will you feedback these to the team?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214270?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 06:59:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a371a04-09f5-4319-8f14-c022b56c7f8a</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Great! I will download it and test it!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214115?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2019 10:18:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f6bcce8-2229-4544-9dd2-ddee50644337</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Johan, the new release of &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools/Download#infotabs"&gt;nrfjprog v10.4.0&lt;/a&gt; just came out today. I have tested myself &amp;amp; have not been able to reproduce the error anymore. Seems everything is fixed!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; This fixes the &amp;quot;could not verify programming&amp;quot; issue when using command line to program, but does not fix the issue in SES yet unfortunately. This is because SES uses JLINK directly &amp;amp; the bug is still present there it seems. I will report this internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/214076?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2019 08:48:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4946576-8cd2-458a-8046-9bd5540140f7</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Johan, I will update this thread as soon as the new nrfjprog is out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/213892?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 11:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e39ee9f-8537-4d7c-a37e-a2083b356ddf</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Thanks Bjorn!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/213825?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 09:09:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93943035-0ac7-4186-9a47-96c4a7405df1</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I have sent an email to your local RSM, who should be able to give you a timeline regarding this fix. The newest nrfjprog will fix this issue.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; The newest release of &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools/Download#infotabs"&gt;nrfjprog &lt;/a&gt;just came out today.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/213672?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 13:18:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:024ce47e-e957-47a0-bcc1-66aa804a656f</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Is Nordic actively pursuing to complete this fix soon if I don&amp;#39;t keep asking about progress?&lt;br /&gt;I feel like I&amp;#39;m babysitting the progress on this task currently, and I would not like that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/213659?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 12:46:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e19c2e2-4d12-4f87-9c59-468eac4d9f93</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The fix is unfortunately not done yet. I will update this post as soon as I have heard of a fix. I fully agree that it is not a very elegant solution. You could erase the flash first via nrfjprog -e &amp;amp; then flash. Then, you will only need to flash one time. Please ask your local Regional Sales Manager for more info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/211270?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 12:58:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b143547-5746-43af-a5a9-110d42c144e1</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Ok it&amp;#39;s been a weekend, I forgot that ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/211269?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 12:54:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09cb9996-10fe-4ca2-85c1-1d279b3b8971</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Ping! The 24h promise in Nordic&amp;#39;s PDF (from meeting with them) doesn&amp;#39;t seem to apply in reality...&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1569243443224v1.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/210934?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 12:39:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf6590bb-2eb9-4dab-9b6c-e9e89c352ae6</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;How is the fix going?&lt;/p&gt;
&lt;p&gt;I still have to flash twice before it works (through shell).&lt;/p&gt;
&lt;p&gt;But I WANT to get rid of this dual flashing, time wasting procedure.&lt;/p&gt;
&lt;p&gt;When is the fix done?&lt;/p&gt;
&lt;p&gt;What is stopping you from finishing it?&lt;/p&gt;
&lt;p&gt;Do you need help?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/bjorn-kvaale"&gt;Bjørn Kvaale&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206402?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 13:15:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66c37dd5-d300-4a36-a4a8-6cab88d6e32c</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Done&lt;/p&gt;
&lt;p&gt;Funny how the upvote becomes red...as in warning...it should be green haha&lt;/p&gt;
&lt;p&gt;Red for downvotes arrow.. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61b.svg" title="Stuck out tongue"&gt;&amp;#x1f61b;&lt;/span&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f926_2D00_1f3fc.svg" title="Face palm tone2"&gt;&amp;#x1f926;&amp;#x1f3fc;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206399?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 13:11:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a81f2f20-ed76-4d60-b26f-4b7ad4b87ddf</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Sorry, I should have been more specific in the comment before that. I had mentioned it quickly in passing, but was not specific enough. Would you mind upvoting any of the comments you thought were useful? &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206393?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 12:51:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7927dbae-d7fc-4690-8262-c109a4868ee7</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Works like a magic spell, perfect every time! THANKS &lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/bjorn-kvaale"&gt;Bj&amp;oslash;rn&lt;/a&gt;!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206387?ContentTypeID=1</link><pubDate>Tue, 27 Aug 2019 12:45:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ab132e2-e5f8-4e17-a60a-e9197b28eb79</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;I agree with you completely. SES does take quite a while to build &amp;amp; program right now, etc, but we are making progress luckily! We have figured out a few potential issues today &amp;amp; are looking at potential fixes. I cannot go into any details unfortunately. We are also in direct communication with Segger &amp;amp; like I mentioned before, we want to get a fix out ASAP. Sorry for any inconvenience caused.&lt;/p&gt;
&lt;p&gt;What about just going to the&amp;nbsp;build folder (i.e.&amp;nbsp;ncs_1_0_0\nrf\samples\nrf9160\at_client\build11\zephyr), opening a command prompt &amp;amp; programming via nrfjprog?&lt;/p&gt;
&lt;p&gt;Just run:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --program merged.hex --sectorerase --verify -f nrf91&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The first time will most likely show an Error: Write verify failed. Try it one more time &amp;amp; then the verification should be successful. A lot quicker than SES atm.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Remember to use the latest command line tools!&amp;nbsp;Right now, nrfjprog --version should return 10.3.0.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206151?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 14:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63679faa-43c5-4d51-8e25-5a22cee92675</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;How is the resolution of this problem going at Nordic? Or who is on it, segger people?&lt;/p&gt;
&lt;p&gt;It&amp;#39;s wasting precious time in my project every time I have to:&amp;nbsp;&lt;br /&gt;1) connect&lt;br /&gt;2) erase ALL - see it fail&lt;br /&gt;3) power off DK&lt;br /&gt;4) connect&lt;br /&gt;5) erase - now it works&lt;br /&gt;6) download the file.&lt;br /&gt;&lt;br /&gt;Instead of&lt;br /&gt;1) connect and erase what is needed (not all) and download in one step automatically by segger studio.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206144?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 13:59:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82463bab-efe1-46ed-867d-a159011a796e</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Thanks for the update! The issue is not related to the 52840, but to nrfjprog &amp;amp; Segger on the 9160.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/206080?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2019 11:11:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba905e9a-e7cb-491d-abde-1c1e1633a311</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;I dont see the problem when using the DK and switch is set to the nrf52840 cpu instead.&lt;/p&gt;
&lt;p&gt;Only with the nrf9160.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/205501?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2019 09:20:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0633a409-562a-420c-b980-ec3b6c2eff7a</guid><dc:creator>Johan</dc:creator><description>&lt;p&gt;Good that you are working on a solution.&lt;/p&gt;
&lt;p&gt;Now it&amp;#39;s a waste of time to disconnect several times to be able to erase from Segger Em Studio.&lt;/p&gt;
&lt;p&gt;Then program it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Since Nordic SDK release v1.0.0 our nRF9160 start having issues flashing and erasing. Coincidence?</title><link>https://devzone.nordicsemi.com/thread/205487?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2019 08:58:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21e71e86-6919-413b-bbfc-6e54124425a7</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;There is still no fix for this unfortunately. It is slightly more difficult to fix, but Segger &amp;amp; Nordic are working on a fix to be released sometime soon&amp;nbsp;(hopefully). Have you tried via command line with nrfjprog &amp;amp; --sectorerase?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>