<?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 OTA in custom Board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23739/secure-ota-in-custom-board</link><description>Hi, 
 I had done secure OTA in nRF51 DK board using SDK 12.2.0 and s130 2.0.1 softdevice. Now, i am trying to same thing with my custom Board RL-51822-A1. 
 For that first i am uploading softdevice s130_nrf51_2.0.1_softdevice. hex file using nrfgo studio</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Jul 2017 11:15:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23739/secure-ota-in-custom-board" /><item><title>RE: Secure OTA in custom Board</title><link>https://devzone.nordicsemi.com/thread/93379?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 11:15:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01bafacf-ed0c-4ebc-81f4-003f195628f4</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Happy to help :) I would appreciate if you could mark the answer as correct/accepted by clicking the check mark in the grey circle to the left of the answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure OTA in custom Board</title><link>https://devzone.nordicsemi.com/thread/93381?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 10:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77aca719-beb9-4ee7-a2e9-1f8cc1c7f35f</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Thank you for quick response. It&amp;#39;s working now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure OTA in custom Board</title><link>https://devzone.nordicsemi.com/thread/93382?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 09:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3cce3f78-0c5d-466c-867f-f12166844c65</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, the RL-51822-A1 uses the QFAA variant(i.e. 16kB RAM) so you will have to adjust the memory settings according to &lt;a href="https://devzone.nordicsemi.com/question/107787/secure-dfu-bootloader-rom-ram-configurations-for-nrf51822_xxaa/?answer=107910#post-id-107910"&gt;this&lt;/a&gt; answer, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;IRAM1 Start: 0x200025E0 Size: 0x1A20
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or if you&amp;#39;re using gcc and linker scripts&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;RAM (rwx) :  ORIGIN = 0x200025E0, LENGTH = 0x1A20
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure OTA in custom Board</title><link>https://devzone.nordicsemi.com/thread/93380?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 07:40:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df2dfaf1-f2e9-42be-ba43-34dfa42b5763</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;I have done this setting but my custom board not emitted &amp;quot;DFUtarg&amp;quot;.&lt;/p&gt;
&lt;p&gt;Any IROM/IRAM setting require in keil for uploading bootloader in this custom board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Secure OTA in custom Board</title><link>https://devzone.nordicsemi.com/thread/93378?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 12:45:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:838b5fde-b282-4fc3-9dfd-3866cb5b5514</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The RL-51822-A1 does not have the optional 32kHz crystal, so you have to set the low frequency clock source to the internal RC oscillator. This is done by defining&lt;code&gt;NRF_CLOCK_LFCLKSRC&lt;/code&gt; as shown below in pca10028.h (or custom_board.h if you&amp;#39;ve created your own board file)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            \
                                 .rc_ctiv       = 16,                                \
                                 .rc_temp_ctiv  = 2,                                \
                                 .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>