<?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>s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26322/s130-sdkv12-dfu-secure-bootloader-example-in-nrf51822-chip</link><description>when I run the secure bootloader example in nrf51422 development board, the code is working fine. I am able to load the packet through nrf toolbox app. But the same code when I run in my custom 51822 board (PTR5518A), the bootloader code is not running</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Oct 2017 15:28:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26322/s130-sdkv12-dfu-secure-bootloader-example-in-nrf51822-chip" /><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103576?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 15:28:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fda7a93f-c0c6-4f77-92d5-9c6f9c2b6c78</guid><dc:creator>Rahul Sahu</dc:creator><description>&lt;p&gt;Hi Bjorn,
It is working now. I think some settings where changed while checking the problem. I took a fresh code and checked. Now it is working. Thanks a lot Bjorn.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103575?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 14:08:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf5eaa52-d9a0-49ac-9732-76e48343dfa7</guid><dc:creator>Rahul Sahu</dc:creator><description>&lt;p&gt;I tried using nRF Connect app. Same thing, it is showing starting DFU but not uploading the packet. Also the log is empty.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103574?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 13:54:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dc7aa4f-f212-4bc0-9dfa-f92d0841a45e</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Could you try using the nRF Connect app instead and then take a look at the log?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103573?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 13:44:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba88d341-dbc5-47fb-a7f5-dbe8ec1992d9</guid><dc:creator>Rahul Sahu</dc:creator><description>&lt;p&gt;Thanks Bjorn that worked. So, now my device is advertising. I am connecting it with the nrf toolbox app. But while sending the packet it is showing uploading and initializing the DFU process and that is it. It is not moving forward. There is no error message or anything.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103572?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 12:57:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c6586ff-cf04-4832-a13b-4c80b21c5a53</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Then you need to change the &lt;code&gt;NRF_CLOCK_LFCLKSRC&lt;/code&gt;  passed to the &lt;code&gt;SOFTDEVICE_HANDLER_APPSH_INIT&lt;/code&gt; macro in &lt;code&gt;ble_stack_init()&lt;/code&gt; (in the default example its defined in pca10028.h ) to the following&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 = 0}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103570?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 12:50:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efcef4b7-b6f3-4f89-8907-bb64dabd6287</guid><dc:creator>Rahul Sahu</dc:creator><description>&lt;p&gt;Hi Bjørn,&lt;/p&gt;
&lt;p&gt;PTR5518A is having internal RC oscillator of 32.768kHz.  I am not using any external oscillator.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: s130 sdkv12 DFU secure bootloader example in nrf51822 chip</title><link>https://devzone.nordicsemi.com/thread/103571?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 11:39:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05930b92-83f1-4ad6-a49b-836bc3460a0b</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Does the PTR5518A module have the optional 32kHz crystal like the nRF51 DK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>