<?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>Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58886/can-t-flash-softdevice-with-nrf-connect-for-desktop</link><description>Hi, 
 
 im trying to flash a 3rd party demo board (MDBT50Q-512K Module Demo Board) with nrf connect for desktop. As programmer I use original Segger j-link edu mini. 
 
 As you can see on the following image, I can&amp;#180;t &amp;quot;Erase&amp;quot; and/or &amp;quot;write&amp;quot; the softdevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 Mar 2020 12:56:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58886/can-t-flash-softdevice-with-nrf-connect-for-desktop" /><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/242703?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 12:56:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a52ea7b5-8748-4aa6-8ceb-d6083385f5bd</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;That may mean that the target board runs on a lower voltage than what the J-Link programmer can program. For instance, the programmer on our development kits only program boards running on 3V. I see that the &lt;a href="https://www.segger.com/products/debug-probes/j-link/models/j-link-edu-mini/#specifications"&gt;J-Link EDU Mini specification&lt;/a&gt; states 3.3V for target interface voltage.&lt;/p&gt;
&lt;p&gt;What VDD is the module using, and is it powered?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/242674?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 11:41:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ab2fd49-1b96-4dea-83f6-0559d6293729</guid><dc:creator>simon1516</dc:creator><description>&lt;p&gt;okay, I tried it, but an error occurred. I attached this error by screenshot. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3240.1.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/242624?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 08:47:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13e00247-bbf5-47da-bcf6-9bae050d2d8d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;nrfjprog is a command line tool, which means it is run from a terminal. That means you should open a cmd window, and from the terminal prompt you issue the commands. E.g. write &amp;quot;nrfjprog --eraseall&amp;quot; (without the quotation marks) then press enter. The command &amp;quot;nrfjprog&amp;quot; (with no options afterwards) will list the available options.&lt;/p&gt;
&lt;p&gt;You will get messages back on the command line, and if anything goes wrong then the error messages are of great help for figuring out what might be the issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/242521?ContentTypeID=1</link><pubDate>Mon, 30 Mar 2020 17:10:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8756568-4cc3-45f6-8df6-43e7fe783e51</guid><dc:creator>simon1516</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;unfortunaly I can&amp;acute;t work with &amp;quot;nrfjprog&amp;quot;. It seems, that this tool doesn&amp;acute;t work for me. When I start the program per doubleclick I can see a short time a cmd window, but it closed after a few milliseconds automatically...Do you have any idea, fixing this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/239528?ContentTypeID=1</link><pubDate>Thu, 12 Mar 2020 12:43:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb1f8737-23c2-4690-9b38-4a92bf162c0b</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you try with &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_nrfjprogexe.html"&gt;nrfjprog&lt;/a&gt; instead? E.g. &amp;quot;nrfjprog --eraseall&amp;quot; for erasing.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/238922?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 16:43:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5f10cc2-cf9a-4ba1-8259-9a227d4de390</guid><dc:creator>simon1516</dc:creator><description>&lt;p&gt;when I switch to the demo board, the LED in nRFConnect lights green. When I switch to J-Link, the LED is&amp;nbsp;grey.. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8272.2.PNG" alt=" " /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4555.1.PNG" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/238919?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 16:29:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93295f23-d4a6-4d87-b64f-5e064b9695a3</guid><dc:creator>simon1516</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;acute;ve updated the J-Link. Now, the Firmwarte is actual, as seen below.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5635.Unbenannt.PNG" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Unfortunaly, in nRF connect, the error still exists. Does the LED on the top, next to the programmer name has to light green? This is not the case.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can´t flash softdevice with nrf connect for desktop</title><link>https://devzone.nordicsemi.com/thread/238874?ContentTypeID=1</link><pubDate>Mon, 09 Mar 2020 14:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a41bd250-30bc-4fb8-b490-5ea9f877b552</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you check the firmware version for the firmware of the J-Link Edu, through use of &amp;quot;J-Link Configurator&amp;quot; (distributed with J-Link Software and Documentation Pack) and if old upgrade to the newest version?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>