<?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 Problem with/without 32.768kHz X&amp;#39;tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39333/nrf52832-problem-with-without-32-768khz-x-tal-or-other-problem</link><description>Hello, 
 
 I&amp;#39;am working with a Taiyo Yuden Bluetooth Module &amp;quot;EYSHCNZWZ&amp;quot; 
 This Module include the LC Network for DCDC use and the 32.768kHz X&amp;#39;tal. 
 I&amp;#39;am using Arduino and the Redbear Library with the Redbear Softdevice S132. 
 Everything works fine.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Oct 2018 10:58:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39333/nrf52832-problem-with-without-32-768khz-x-tal-or-other-problem" /><item><title>RE: NRF52832 Problem with/without 32.768kHz X'tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/thread/153617?ContentTypeID=1</link><pubDate>Fri, 19 Oct 2018 10:58:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f01b88a9-c32e-49fa-98a3-e1e63cac62b7</guid><dc:creator>elangel</dc:creator><description>&lt;p&gt;So, finaly i got it working.&lt;/p&gt;
&lt;p&gt;there were some more Problems to solve.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. Problem: I had to set the Clock source to SYNTH in &amp;quot;device.h&amp;quot; file&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;&amp;nbsp;* @brief NRF_LF_SRC_XTAL&amp;nbsp; 2&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_LF_SRC_SYNTH 3 &lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_LF_SRC_RC&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC 3&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The Option NRF_LF_SRC_RC didn&amp;#39;t work. The Program starts...i get some Serial output....and then it stop working.&lt;/p&gt;
&lt;p&gt;I&amp;#39;am not sure why, but the Eval Board has the same issue.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. Problem: Redbear has a own &amp;quot;Softdevice with bootloader.hex&amp;quot;&lt;/p&gt;
&lt;p&gt;This Bootloader wants to have XTAL (i guess). So i had to flash the Softdevice 2.0.0 from Nordic.(Redbear Lib just support SD 2.0.0)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3. Problem: RX and TX were swapped.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Problem with/without 32.768kHz X'tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/thread/152352?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 11:46:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2bc41fb-0f9c-43ab-a206-dc3280f8d054</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;The examples in Nordic&amp;#39;s SDK don&amp;#39;t use DCDC by default. I have no experience with Redbear libraries and examples though, so I don&amp;#39;t know what to expect there. It might very well be that DCDC is enabled.&lt;/p&gt;
&lt;p&gt;Anyway, maybe it could be an idea to try a basic example without BLE, just to check that the HW works at all.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Problem with/without 32.768kHz X'tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/thread/152344?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 11:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bc5fb0e-211d-4fc0-8277-ae4eb78a47ce</guid><dc:creator>elangel</dc:creator><description>&lt;p&gt;Thank you Martin.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now i have to check all 1000 header files to search the right file for the Clock setting and the DCDC setting.&lt;/p&gt;
&lt;p&gt;i found a &amp;quot;device.h&amp;quot; file.&lt;/p&gt;
&lt;p&gt;/**&lt;br /&gt;&amp;nbsp;* @brief NRF_LF_SRC_XTAL&amp;nbsp; 2&lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_LF_SRC_SYNTH 3 &lt;br /&gt;&amp;nbsp;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NRF_LF_SRC_RC&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;#define MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC 4&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There i set the clock source to 4, but it didnt help. i think i have to change the dcdc settings.....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Problem with/without 32.768kHz X'tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/thread/152342?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 11:19:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3554528-7673-4bd7-9904-3b1a7ad18b5e</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/search?q=module%2032%20khz%20crystal"&gt;This is a very common problem&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;strong&gt;How can i change the source code of the Softdevice?&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;You cannot change the Softdevice. You can only change how you choose configure&amp;nbsp;it. How you configure the clock source depends on what SDK version you are using.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;strong&gt;Is there no precompiled version for syntethised 32kHz clock and internal LDO?&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;Not that I am aware.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;PS: The nRF52 supports &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/clock.html?cp=2_1_0_18_1#concept_xkj_np1_2r"&gt;three different 32 kHz clock sources&lt;/a&gt;: Crystal, internal RC oscillator, and synthesized. You probably want to use the RC oscillator. A&amp;nbsp;synthesized&amp;nbsp;clock is rarely used since it requires the 32 MHz crystal to run at all times which draws more current than the RC Oscillator.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Problem with/without 32.768kHz X'tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/thread/152325?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 09:55:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14abd6ac-47b7-4482-b771-4be25342aa63</guid><dc:creator>elangel</dc:creator><description>&lt;p&gt;How can i change the source code of the Softdevice?&lt;/p&gt;
&lt;p&gt;Is there no precompiled version for syntethised 32kHz clock and internal LDO?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Problem with/without 32.768kHz X'tal? Or other Problem?</title><link>https://devzone.nordicsemi.com/thread/152322?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 09:44:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:373d9177-22f6-44a2-b779-cbbb0b8c1b3e</guid><dc:creator>Turbo J</dc:creator><description>[quote userid="74471" url="~/f/nordic-q-a/39333/nrf52832-problem-with-without-32-768khz-x-tal-or-other-problem"]Is there a problem with the Softdevice without the 32.768kHz X&amp;#39;tal?[/quote]
&lt;p&gt;Yes, because it will be used in the default configuration. Similar story for the DC/DC. You will need to &amp;quot;recover&amp;quot; the module - that erases the flash.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You will have to change the source code in order to use the syntethised 32kHz clock, and to disable the DC/DC usage.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>