<?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>nRf5 Taiyo Yuden configuration with Segger and j-lin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32576/nrf5-taiyo-yuden-configuration-with-segger-and-j-lin</link><description>I have a Taiyo Yuden Evaluation board , with EBSHJNZXZ completed with Segger and j - link , when load the project in board, not have any error debug, the sketch is load successfully , but when connect with iPhone device in nRF Toolbox is impossible scanner</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Mar 2018 15:06:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32576/nrf5-taiyo-yuden-configuration-with-segger-and-j-lin" /><item><title>RE: nRf5 Taiyo Yuden configuration with Segger and j-lin</title><link>https://devzone.nordicsemi.com/thread/125391?ContentTypeID=1</link><pubDate>Wed, 21 Mar 2018 15:06:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09536d7d-6ddb-452e-a003-889fc36a0eba</guid><dc:creator>FrankX2138</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/error_5F00_uart.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf5 Taiyo Yuden configuration with Segger and j-lin</title><link>https://devzone.nordicsemi.com/thread/125390?ContentTypeID=1</link><pubDate>Wed, 21 Mar 2018 15:05:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78b05cad-9eb3-41ee-80f5-d7a07d18303b</guid><dc:creator>FrankX2138</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/uart_5F00_load.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf5 Taiyo Yuden configuration with Segger and j-lin</title><link>https://devzone.nordicsemi.com/thread/125389?ContentTypeID=1</link><pubDate>Wed, 21 Mar 2018 15:04:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9edaefe-5992-4b63-9e34-43906d11189d</guid><dc:creator>FrankX2138</dc:creator><description>&lt;p&gt;I&amp;#39;m new to nrf52 and segger j-link, but of course I flashed the project on the board.&lt;br /&gt;I think the problem is in the setting at 32Khz,&lt;/p&gt;
&lt;p&gt;the solution proposed in (&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/TaiyoYudenUSA/Bluetooth-5-Throughput-Demo"&gt;https://github.com/TaiyoYudenUSA/Bluetooth-5-Throughput-Demo&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;)&amp;nbsp;not work&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;the solution proposed in manual tail yodel not work&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(&lt;/p&gt;
&lt;div class="page" title="Page 7"&gt;
&lt;div class="layoutArea"&gt;
&lt;div class="column"&gt;
&lt;p&gt;&lt;span&gt;Important notes &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;32kHz Clock &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This module does not installed 32.768kHz crystal. In case of operating without external crystal, please use following example code in order to enable internal 32.768kHz RC oscillator (32k RCOSC). &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrf_clock_lf_cfg_t clock_lf_cfg;&lt;br /&gt; clock_lf_cfg.rc_ctiv = 16;&lt;br /&gt; clock_lf_cfg.rc_temp_ctiv = 2;&lt;br /&gt; clock_lf_cfg.source = NRF_CLOCK_LF_SRC_RC;&lt;br /&gt; clock_lf_cfg.xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM; SOFTDEVICE_HANDLER_APPSH_INIT(&amp;amp;clock_lf_cfg, true); &lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;)&lt;/p&gt;
&lt;p&gt;there are errors, much probalie due to software update by softdevice&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRf5 Taiyo Yuden configuration with Segger and j-lin</title><link>https://devzone.nordicsemi.com/thread/125386?ContentTypeID=1</link><pubDate>Wed, 21 Mar 2018 14:48:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:605c1331-9fcd-4c65-8c0f-c1cbd618c999</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;Are you sure that your board is advertising?&lt;/p&gt;
&lt;p&gt;Did you remember to flash the softdevice to your board?&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>