<?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>Cannot program 52840-DK with nrfConnect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53270/cannot-program-52840-dk-with-nrfconnect</link><description>I have a 52840-DK (PCA10056) connected over USB on Windows 10. I am using IAR and can build and run demos from EW in this configuration but am having no success with nrfConnect. 
 nrfConnect v3.2.0 sees the board but does not load any info about the connected</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Oct 2019 15:57:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53270/cannot-program-52840-dk-with-nrfconnect" /><item><title>RE: Cannot program 52840-DK with nrfConnect</title><link>https://devzone.nordicsemi.com/thread/215365?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 15:57:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b65a084-b790-4c52-895c-d9cb2956b696</guid><dc:creator>Niramas</dc:creator><description>&lt;p&gt;I am now working with an FAE and he has determined that the board is bricked.&amp;nbsp; So no need to reply any further.&amp;nbsp; I am working on reflashing from the Segger bootloader now to see if that unbricks it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot program 52840-DK with nrfConnect</title><link>https://devzone.nordicsemi.com/thread/215364?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 15:55:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22285752-b22c-4431-b631-89d8ea9d81dd</guid><dc:creator>Niramas</dc:creator><description>&lt;p&gt;The issue isn&amp;#39;t which SD I use, it&amp;#39;s that I cannot get it to program into the board at all. &lt;/p&gt;
&lt;p&gt;No sure why you would think one SD is any &amp;quot;harder&amp;quot;.&amp;nbsp; It&amp;#39;s BLE with an API, right?&amp;nbsp;&amp;nbsp; I have BLE experience and 30 years of embedded experience so I am just a newbie to Nordics tools.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot program 52840-DK with nrfConnect</title><link>https://devzone.nordicsemi.com/thread/215175?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 00:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b452108d-4e75-4c9b-aaf8-94b63b9924f1</guid><dc:creator>Keith Brafford</dc:creator><description>&lt;p&gt;Also, I just noticed in your screenshot that you are using SoftDevice v7.0.1.&amp;nbsp; This thread makes me think this is not a SoftDevice that a newbie would want to start with:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53245/nrf5-sdk-support-for-softdevice-7-0-x"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/53245/nrf5-sdk-support-for-softdevice-7-0-x&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Perhaps you could switch to some demo programs that use SoftDevice 6.1.1 (complements SDK v15.3.0) and make sure all your tools work correctly with that code?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot program 52840-DK with nrfConnect</title><link>https://devzone.nordicsemi.com/thread/215174?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 00:07:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06a8d8a6-61f4-49fa-8fec-fb38e81fb2ba</guid><dc:creator>Keith Brafford</dc:creator><description>&lt;p&gt;&amp;gt;&lt;span&gt;&amp;nbsp;I have just started with the Nordic tools&amp;nbsp;...&lt;/span&gt;How else would I get S140 onto the board?&lt;br /&gt;&lt;br /&gt;I would install nrfjprog (the command line tools) and make sure its &lt;em&gt;bin&lt;/em&gt; directory on your path, so you can run nrfjprog from the command prompt:&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools"&gt;https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;once you have that, then you can erase the chip install the SoftDevice one time:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;nrfjprog --program sdk\components\softdevice\s140\hex\s140_nrf52_6.1.1_softdevice.hex --verify --chiperase&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;then you can flash your application code:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;nrfjprog --program myfile.hex --sectorerase&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If you do it this way you don&amp;#39;t need to program the softdevice over and over again.&amp;nbsp; But do keep in mind if you go back and forth trying out different nordic demos, if you load a demonstration program that doesn&amp;#39;t use the BLE, you will be erasing the SoftDevice to load that, therefore you WILL need to re-program the softdevice before you run another BLE program.&lt;/p&gt;
&lt;p&gt;FYI, if you look at the end part of any of the Makefiles for the &amp;quot;armgcc&amp;quot; builds of the example programs, it shows you how Nordic recommends using nrfjprog to flash the boards.&lt;/p&gt;
&lt;p&gt;Also, if you build a development process that uses nrfjprog to program your boards, this part of your process will also be portable to Linux and the Mac.&lt;/p&gt;
&lt;div class="actions footer"&gt;
&lt;div class="navigation-list" id="fragment-361_postActions-c7b40792-d772-4b6c-b420-e209eadc2b64"&gt;
&lt;div class="container"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot program 52840-DK with nrfConnect</title><link>https://devzone.nordicsemi.com/thread/215170?ContentTypeID=1</link><pubDate>Tue, 15 Oct 2019 22:38:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca2401ca-653d-4bb8-85e3-5a44b6b65fa0</guid><dc:creator>Niramas</dc:creator><description>&lt;p&gt;Follow-up:&amp;nbsp; I changed the COM port from 20 to 4, in case the high number was causing difficulty.&amp;nbsp; This had no effect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>