<?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>Not able to flash NINA-B306</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104133/not-able-to-flash-nina-b306</link><description>I am flashing my custom board with NINA-B306 (nRF52840 open CPU) trough NORDIC NRF52 Develoment Kit (nRF52932); I am using nRF Connect programmer app. My code works well in the evaluation kit and apparently I have no errors when I download the code to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Sep 2023 21:20:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104133/not-able-to-flash-nina-b306" /><item><title>RE: Not able to flash NINA-B306</title><link>https://devzone.nordicsemi.com/thread/447583?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2023 21:20:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:808d3875-8755-4e2f-9db2-9c7ed24c205f</guid><dc:creator>Jay Tyzzer</dc:creator><description>&lt;p&gt;Hi Javier,&lt;/p&gt;
&lt;p&gt;The Ublox module you are using does not include the external 32KHz crystal for the low-speed clock.&amp;nbsp; This is needed for the Softdevice (Bluetooth stack) to operate.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Most of our examples are setup to use this external crystal which is included on our Dev Kits.&amp;nbsp; &amp;nbsp;However there is a 32KHz internal RC oscillator that can be used for this function.&amp;nbsp; &amp;nbsp;If you put the following into the prj.conf file your application should run.&amp;nbsp; Put this at the end of the prj.conf file.&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;# Enable the internal 32KHz RC oscillator&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;CONFIG_BT=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;CONFIG_SYSTEM_CLOCK_NO_WAIT=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:aqua;color:black;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:#ffffff;color:black;"&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:#ffffff;color:black;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="m-5399139998694982204msonospacing"&gt;&lt;span style="background:#ffffff;color:black;"&gt;Jay Tyzzer&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>