<?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>nRF52832 Breakout Board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56972/nrf52832-breakout-board</link><description>I have a nRF52832 Breakout Board, in which i programmed using arm cortex debug connector, using Segger Emmbedde Studio. I uploaded one example from nRF5_SDK_15.3.0, the propramm is uploaded successfully, however the board doesn’t seem to implement it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jan 2020 15:06:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56972/nrf52832-breakout-board" /><item><title>RE: nRF52832 Breakout Board</title><link>https://devzone.nordicsemi.com/thread/231218?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 15:06:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c855462-1824-4b12-8f3a-9ab80d66ba16</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes, if the application is using a SoftDevice, then that must be flashed first.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Breakout Board</title><link>https://devzone.nordicsemi.com/thread/231216?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 15:01:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eb2a34a-f6bd-45c4-95eb-fc69551869e9</guid><dc:creator>Marshed</dc:creator><description>&lt;p&gt;the clock was connected so that wasn&amp;#39;t the problem.&lt;/p&gt;
&lt;p&gt;I figured if you want to program these devices which come with their own software you should first erase all before loading your new program. I did that and it worked fine.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Breakout Board</title><link>https://devzone.nordicsemi.com/thread/231039?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2020 08:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4654cd26-0eb2-4b0e-b9cd-71f1e7deb14c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Marshed,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;does the nRF52832 breakout board have a external 32kHz crystal? The SDK examples are configured to use an&amp;nbsp;&lt;span&gt;&amp;nbsp;external 32kHz crystal as the low frequency clock source. If this external crystal is not present, then you need to change the configuration so that the internal RC oscillator is used instead. This is done by setting the following configuration in the sdk_config.h file of the example&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;/h&amp;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 &lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Bjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>