<?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>Secure DFU sdk 12</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16880/secure-dfu-sdk-12</link><description>Hi, 
 I just upgraded to the new SDK (12.1) from SDK 11... and I&amp;#39;m completely lost about the new secure DFU... Previously I correctly implemented a buttonless DFU in my application so it will reset the chip and start de Bootloader, but now I&amp;#39;m trying</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Oct 2016 17:24:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16880/secure-dfu-sdk-12" /><item><title>RE: Secure DFU sdk 12</title><link>https://devzone.nordicsemi.com/thread/64666?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 17:24:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec5e39ee-f49f-4cad-99e4-da03a4dcca79</guid><dc:creator>WestCoastDaz</dc:creator><description>&lt;p&gt;Check this post &lt;a href="https://devzone.nordicsemi.com/question/93241/what-are-sdk-12x0-known-issues/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;  It seems like the buttonless DFU example is missing has a bug.  I&amp;#39;m not sure if it was fixed in SDK 12.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure DFU sdk 12</title><link>https://devzone.nordicsemi.com/thread/64665?ContentTypeID=1</link><pubDate>Thu, 06 Oct 2016 14:52:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47851482-9ad7-443f-a311-06192365e06b</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;To check which areas in the chip that are programmed, you can also use nrfjprog  from cmd.
If your bootloader starts at address 0x78000, and you want to read 100 bytes, you can use the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfjprog --memrd 0x78000 --n 100 -f nrf52
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Programming the application should not erase anything else than overwriting the area it is writing to.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>