<?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>nRF Programmer does not see J-Link</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93716/nrf-programmer-does-not-see-j-link</link><description>Hello, 
 I am using nRF Connect for Desktop v3.12 and nRF Programmer V3.0.4 
 The programmer application just does not see the J-Link device, however your other apps like Bluetooth low Energy does see it (example bellow): 
 
 Also visual studio code does</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 10 Nov 2022 12:28:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93716/nrf-programmer-does-not-see-j-link" /><item><title>RE: nRF Programmer does not see J-Link</title><link>https://devzone.nordicsemi.com/thread/395095?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 12:28:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b2a9023-3fdb-4e50-a379-28662abad62d</guid><dc:creator>Marius_U</dc:creator><description>&lt;p&gt;Thank you, your answer helped a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Programmer does not see J-Link</title><link>https://devzone.nordicsemi.com/thread/395080?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 11:15:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1efa58f8-dd27-4808-8268-23e405ee7307</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is this a DK or a custom board? If it is custom, does the device have an on-board debugger? If it does not have an onboard debugger, then it will not show up in the Programmer unless you are using an external debug probe, or it is in bootloader mode.&lt;/p&gt;
&lt;p&gt;You can also try using nrfjprog --readcode to read out the code and store it in a path, see &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf_cltools/UG/cltools/nrf_nrfjprogexe_reference.html"&gt;nrfjprog commands&lt;/a&gt;. This will provide you with a hex file where empty parts will be filled with F:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1668078800575v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;While non-empty parts will look more like this:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1668078823712v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This does not work if readback protection is enabled.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Programmer does not see J-Link</title><link>https://devzone.nordicsemi.com/thread/395036?ContentTypeID=1</link><pubDate>Thu, 10 Nov 2022 07:56:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b875888-76af-4533-93fe-4e099298df54</guid><dc:creator>Marius_U</dc:creator><description>&lt;p&gt;Hmm, I did that, still cannot see J-Link in Programmer application:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1668066342119v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1668066601412v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Still no luck:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1668066663044v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Is there any other way to check whether something is flashed into nRF MCU? Basically we&amp;#39;re solving issue in production and trying to figure out whether Nordic MCU has bootloader flashed and I remember I used to be able to check memory in this app before, but now it cannot even find J-Link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF Programmer does not see J-Link</title><link>https://devzone.nordicsemi.com/thread/394896?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 11:49:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:babff5fb-a21e-42df-a557-4f37907be864</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see that the Programmer and Bluetooth Low Energy apps are using different versions of nrfjprog and JLink. Both are a bit old. Can you try uninstalling the old versions and installing the latest one from &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download"&gt;https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>