<?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 bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65690/secure-bootloader-for-nrf51288-on-sdk12-3</link><description>I am trying to add a bootloader to my application which I have currently running on an nrf51822 with SDK12.3. 
 The first problem was that the examples from SDK12.3 do not contain the .emProject file, which I solved with the code available on Nordic case</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Sep 2020 13:23:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65690/secure-bootloader-for-nrf51288-on-sdk12-3" /><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268544?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 13:23:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d69a111a-92a9-453d-9c85-2689d1f38b80</guid><dc:creator>Ricardo Rodrigues</dc:creator><description>&lt;p&gt;Many thanks! this is exactly what I was looking for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268536?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 13:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1248a49f-8ed0-40c5-8a8b-5016646a34ce</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I recommend you go through the &amp;quot;Getting started with Nordic&amp;#39;s Secure DFU bootloader, a step by step guide&amp;quot; here: &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader&lt;/a&gt; to get a quick overview of the DFU solution.&amp;nbsp; &lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268534?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 12:59:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2737aea5-7407-4972-aa28-fa98fd9d093f</guid><dc:creator>Ricardo Rodrigues</dc:creator><description>&lt;p&gt;worked. thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268533?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 12:59:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47698478-fc50-409a-bfca-1a990c480163</guid><dc:creator>Ricardo Rodrigues</dc:creator><description>&lt;p&gt;Is there a simple explanation on how to use the bootloader together with the app? How to put all this together?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268526?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 12:33:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74ea54ea-1946-4b76-a49d-daab72bef859</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Please run the *.emPackage installer in nRF5_SDK12.3.0_SeggerSamples.zip&amp;nbsp; and try again. compiler_abstraction.h is included in this installation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268525?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 12:30:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6db027d4-3d26-450d-8e2d-8daad1b2638c</guid><dc:creator>Ricardo Rodrigues</dc:creator><description>&lt;p&gt;There is an error:&lt;/p&gt;
&lt;p&gt;sdk_common.h:59:10: fatal error: compiler_abstraction.h: No such file or directory&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure bootloader for nrf51288 on SDK12.3</title><link>https://devzone.nordicsemi.com/thread/268523?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 12:23:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:754d60f3-66c1-475e-aa88-6ecc80e1fd58</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please try the bootloader included in attachment below. It also includes the pre-built uECC libraries so you don&amp;#39;t have to build it yourself.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d0e41c5a09014d9c9f9294cfe87d1efe/nRF5_5F00_SDK12.3.0_5F00_SeggerSamples.zip"&gt;devzone.nordicsemi.com/.../nRF5_5F00_SDK12.3.0_5F00_SeggerSamples.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>