<?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>51822 power on time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49278/51822-power-on-time</link><description>everyone, i have a problem whit 51822. nRF5_SDK_12.3.0_d7731ad 
 i measure time from 51822 poweron to main . 
 if i only softdevice and app code, time is only 4-5ms only. but if i burn softdevice and app and boot. time is 500ms from poweron to app main</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Jul 2019 16:29:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49278/51822-power-on-time" /><item><title>RE: 51822 power on time</title><link>https://devzone.nordicsemi.com/thread/196651?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 16:29:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b541fee9-04a7-44a2-a7c8-288bc317e85a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;As long as you use that for both the bootloader and application yes.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 power on time</title><link>https://devzone.nordicsemi.com/thread/196374?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 05:19:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa8679f3-223b-4f30-9558-0b8ae3480e3d</guid><dc:creator>aatt05</dc:creator><description>&lt;p&gt;i am sorry. i do not know your mean. my boot code and app code use &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;#define NRF_CLOCK_LFCLKSRC &amp;nbsp; &amp;nbsp; &amp;nbsp;{.source &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= NRF_CLOCK_LF_SRC_SYNTH, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\&lt;/p&gt;
&lt;p&gt;if use&amp;nbsp;NRF_CLOCK_LF_SRC_RC , &amp;nbsp;will time is less?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 power on time</title><link>https://devzone.nordicsemi.com/thread/196275?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 13:05:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cd22951-8df8-4c2c-b458-1cd235a292d9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The startup time of the external 32kHz crystal is typically several hundred ms, so I expect your measurements to be correct.&lt;/p&gt;
&lt;p&gt;You may use the internal 32KHz RC oscillator instead by changing NRF_CLOCK_LFCLKSRC to:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            \
                                 .rc_ctiv       = 32,                                \
                                 .rc_temp_ctiv  = 1,                                \
                                 .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>