<?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>Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19217/use-pca10028-to-flash-nrf52832</link><description>Hello,
I have a pca10028 and I am wondering if I can use it also to flash nrf52 boards. 
 I quickly tried with rknrfgo on mac to wipe a custom board based on nRF52832 and it doesn&amp;#39;t work, what might be the problem? 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Jan 2017 16:06:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19217/use-pca10028-to-flash-nrf52832" /><item><title>RE: Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/thread/74443?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 16:06:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28d835ad-7acd-4a3a-8b2b-891ae0e85b44</guid><dc:creator>Alessandro</dc:creator><description>&lt;p&gt;Hi Jørgen,&lt;/p&gt;
&lt;p&gt;it seems the commands changed a bit, for example now to flash a file I have to type:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; nrfjprog program --device nrf52 -c nrf52832_xxaa.hex
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;However, this works fine too with the pca10028.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/thread/74441?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 16:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:beb6b601-c2e8-4477-8cb3-b824f3207507</guid><dc:creator>Alessandro</dc:creator><description>&lt;p&gt;It turned out I had an old version of the SEGGER software. Installing the latest version fixed the problem. I can now erase and flash the board fine using the pca10028, also with rknrfgo.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/thread/74442?ContentTypeID=1</link><pubDate>Wed, 25 Jan 2017 07:47:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b5e78ae-f6fb-43de-a2ba-2989a4734dd6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if &lt;em&gt;rknrfgo&lt;/em&gt; support nRF52832, but you should be able to erase/flash it using the pca10028 board and &lt;em&gt;nrfjprog&lt;/em&gt;, which can be found in the &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF52840/nRF5x-Command-Line-Tools-OSX/58855"&gt;OSX version of nRF5x Command line tools&lt;/a&gt;. Here is documentation about &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_installation.html?cp=5_0_1"&gt;how to install it&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_nrfjprogexe.html?cp=5_0_3"&gt;Commands&lt;/a&gt; to erase:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --family nrf52 --eraseall
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and flash the file &lt;code&gt;hex_file.hex&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --family nrf52 --program hex_file.hex –-chiperase
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/thread/74440?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 23:43:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16cba5ce-bb8f-4c7e-83ef-c061760bd6bb</guid><dc:creator>Alessandro</dc:creator><description>&lt;p&gt;I only tried to erase the chip for now and unfortunately rknrfgo does not give any error, it just doesn&amp;#39;t work. In particular I am using the devices Meta Motion R (&lt;a href="https://store.mbientlab.com/product/meta-motion-r/)."&gt;store.mbientlab.com/.../).&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Just for clarity, I don&amp;#39;t want to flash nrf51 compiled code (I edited the question) and for now I only tried to erase the chip because I have no compiled code for nrf52, I will try in the following days.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/thread/74439?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 22:32:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9c926fc-7898-40c1-9e9a-e914318b1085</guid><dc:creator>Michael Antwih</dc:creator><description>&lt;p&gt;Did you change the flash start and ram address accordingly? Did you change the softdevice accordingly? Not sure why you would want to use the nrf51 compiled code on the nrf52. You would be better taking that source code and compiling towards the nrf52 sdk and predefine options. That way the code to optimized and compiled to run on the nrf52.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use pca10028 to flash nRF52832?</title><link>https://devzone.nordicsemi.com/thread/74438?ContentTypeID=1</link><pubDate>Tue, 24 Jan 2017 20:45:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5ce1236-679b-4383-abf3-7147c00649d7</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Yes it works. Can you post more details about the error? Any screenshots, error codes?
Cheers Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>