<?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>Taiyo Yuden EYSHJNZXZ (nRF52832) not working when using softdevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20552/taiyo-yuden-eyshjnzxz-nrf52832-not-working-when-using-softdevice</link><description>I am able to run nRF5_SDK_12.2.0/examples/peripheral/blinky using the armgcc toolchain without any issues but any example with a soft device enabled (e.g. nRF5_SDK_12.2.0/examples/ble_peripheral/ble_app_beacon) does not show up using LightBlue or nRF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Mar 2017 13:41:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20552/taiyo-yuden-eyshjnzxz-nrf52832-not-working-when-using-softdevice" /><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) not working when using softdevice</title><link>https://devzone.nordicsemi.com/thread/80131?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 13:41:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78fdb4bc-4708-414d-8b4d-3454a99d1679</guid><dc:creator>NewAce</dc:creator><description>&lt;p&gt;Good point!  In that case the define would be NRF_LF_SRC_RC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) not working when using softdevice</title><link>https://devzone.nordicsemi.com/thread/80130?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 13:31:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42d7b55d-af31-486e-9305-ecd0b545370d</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Another option is to use the internal RC oscillator instead of the synthesized clock. The synthesized clock requires the 32 MHz crystal to run all the time, while the RC oscillator doesn&amp;#39;t. The RC oscillator will therefore use less current.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) not working when using softdevice</title><link>https://devzone.nordicsemi.com/thread/80129?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 13:22:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6860a750-cb75-4be6-bf56-786b11aed739</guid><dc:creator>NewAce</dc:creator><description>&lt;p&gt;Hello Kristin,&lt;/p&gt;
&lt;p&gt;Thanks for the feedback. For the benefit of others, when using MBED (OS5), I determined that the define MBED_CONF_NORDIC_LF_CLOCK_SRC needed to be changed to NRF_LF_SRC_SYNTH so that it derives a 32KHz clock from the 32MHz crystal. This seems to work for all MBED examples, including &amp;quot;blinky&amp;quot; and &amp;quot;ble-LED&amp;quot;.&lt;/p&gt;
&lt;p&gt;targets.json: (MCU_NRF52 section)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;quot;config&amp;quot;: {
            &amp;quot;lf_clock_src&amp;quot;: {
                &amp;quot;value&amp;quot;: &amp;quot;NRF_LF_SRC_SYNTH&amp;quot;,
                &amp;quot;macro_name&amp;quot;: &amp;quot;MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC&amp;quot;
            },
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Taiyo Yuden EYSHJNZXZ (nRF52832) not working when using softdevice</title><link>https://devzone.nordicsemi.com/thread/80132?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 08:15:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:672135de-1474-4930-be8a-f70e0c831746</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;All the SDK examples are set up to by default use external 32 kHz crystal. If the modules doesn&amp;#39;t have an external 32 kHz crystal, you need to change the LFCLK clock source in ble_stack_init().&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>