<?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>nrf 52832 external board not flashing . SOC heating up. n52832 QFAA B/E0 1922Q0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60452/nrf-52832-external-board-not-flashing-soc-heating-up-n52832-qfaa-b-e0-1922q0</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Apr 2020 11:27:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60452/nrf-52832-external-board-not-flashing-soc-heating-up-n52832-qfaa-b-e0-1922q0" /><item><title>RE: nrf 52832 external board not flashing . SOC heating up. n52832 QFAA B/E0 1922Q0</title><link>https://devzone.nordicsemi.com/thread/246012?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 11:27:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40b6b28c-844e-4429-8a08-0d5a9d616040</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;No, this should not be necessary Saurabh, it seems like this module includes the external LF crystal. Please double check your connections and make sure they are as in the picture below. As for the external chip getting hot, that does not sound good. Some temperature increase should be expected when it&amp;#39;s running, but if it is scorching hot I think there&amp;#39;s some trouble with the HW. Please check that the soldering on the board is done correctly.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a8c254c23d1a45afbb3a9aa2a35189e0/pastedimage1587554852121v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf 52832 external board not flashing . SOC heating up. n52832 QFAA B/E0 1922Q0</title><link>https://devzone.nordicsemi.com/thread/245821?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 11:17:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:023efc88-8eb0-4150-8e62-6a266d2cf9e7</guid><dc:creator>Saurabh_new</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/RF_2D00_BM_2D00_ND04-Hardware-Datasheet-V1.2.pdf"&gt;devzone.nordicsemi.com/.../RF_2D00_BM_2D00_ND04-Hardware-Datasheet-V1.2.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;above is hardware datasheet . let me know if i need to do the what was suggested by you?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;SOC on external module is heating up.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Saurabh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf 52832 external board not flashing . SOC heating up. n52832 QFAA B/E0 1922Q0</title><link>https://devzone.nordicsemi.com/thread/245814?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2020 10:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:268e9fc6-8cae-489b-bac1-815b0fd1a6c4</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It seems to me that the flash procedure is completed successfully. If you go up a bit in the nRFConnect log you should see the&amp;nbsp;&lt;strong&gt;INFO Writing procedure starts for core0&lt;/strong&gt; and &lt;strong&gt;INFO Write procedure finished&amp;nbsp;&lt;/strong&gt;messages printed.&lt;/p&gt;
&lt;p&gt;Your setup seems correct to me as well, so there should be no reason for the external board to not be flashed. A common mistake is that the external board does not include the optional external LF crystal. All our example projects are configured to use this clock, and you&amp;#39;ll have to edit the following defines in the sdk_config.h file in order to make them run using the internal LFRC oscillator instead.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;h&amp;gt; Clock - SoftDevice clock configuration

//==========================================================
// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_SRC  - SoftDevice clock source.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_SRC_RC 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_SRC_XTAL 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_SRC_SYNTH 

#ifndef NRF_SDH_CLOCK_LF_SRC
#define NRF_SDH_CLOCK_LF_SRC 0
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_CTIV - SoftDevice calibration timer interval. 
#ifndef NRF_SDH_CLOCK_LF_RC_CTIV
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_TEMP_CTIV - SoftDevice calibration timer interval under constant temperature. 
// &amp;lt;i&amp;gt; How often (in number of calibration intervals) the RC oscillator shall be calibrated
// &amp;lt;i&amp;gt;  if the temperature has not changed.

#ifndef NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_ACCURACY  - External clock accuracy used in the LL to compute timing.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_ACCURACY_250_PPM 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_ACCURACY_500_PPM 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_ACCURACY_150_PPM 
// &amp;lt;3=&amp;gt; NRF_CLOCK_LF_ACCURACY_100_PPM 
// &amp;lt;4=&amp;gt; NRF_CLOCK_LF_ACCURACY_75_PPM 
// &amp;lt;5=&amp;gt; NRF_CLOCK_LF_ACCURACY_50_PPM 
// &amp;lt;6=&amp;gt; NRF_CLOCK_LF_ACCURACY_30_PPM 
// &amp;lt;7=&amp;gt; NRF_CLOCK_LF_ACCURACY_20_PPM 
// &amp;lt;8=&amp;gt; NRF_CLOCK_LF_ACCURACY_10_PPM 
// &amp;lt;9=&amp;gt; NRF_CLOCK_LF_ACCURACY_5_PPM 
// &amp;lt;10=&amp;gt; NRF_CLOCK_LF_ACCURACY_2_PPM 
// &amp;lt;11=&amp;gt; NRF_CLOCK_LF_ACCURACY_1_PPM 

#ifndef NRF_SDH_CLOCK_LF_ACCURACY
#define NRF_SDH_CLOCK_LF_ACCURACY 1
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What SoC is it that is heating up? The nRF52832 chip on the DK or the SoC on your custom board?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>