<?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>BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/34951/ble-softdevice-clock-running-slower</link><description>Hi, 
 I&amp;#39;m working on a custom board with the nrf52840 engineering version n52840QIAABB with de SDK15. I&amp;#39;ve tried the exemple usbd_ble_uart from the SDK15 and it works well. I was able to find my device with Nrf connect and as a Port COM. When i have implemented</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Jun 2018 12:02:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/34951/ble-softdevice-clock-running-slower" /><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/138098?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 12:02:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6cdd39c-026e-4497-a651-9f0c14ec8955</guid><dc:creator>siri sam</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve managed to solve my problem. It was a conflict within the differents timers used. However, I still cannot emit with the radio but it might be a subject for another ticket.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/137576?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 06:52:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:858392d1-c0dd-4a26-a0c6-31d661f66d6c</guid><dc:creator>siri sam</dc:creator><description>&lt;p&gt;It might be a good lead for me as I&amp;#39;m using interrupt for most of my peripherals (UART, I2C, SPI) and a timer.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/137573?ContentTypeID=1</link><pubDate>Tue, 26 Jun 2018 06:44:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6adf6c25-e7aa-49ef-b9b0-c41707e305ab</guid><dc:creator>siri sam</dc:creator><description>&lt;p&gt;On my board, I use the same XTAL and the same capacitors as on the DevBoard PCA10056.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try to use the RC Oscillator.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/134511?ContentTypeID=1</link><pubDate>Mon, 04 Jun 2018 10:33:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:389a3067-046b-420a-8d66-fcb3a18b3595</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Whenever all the peripheral examples work fine, but the BLE examples doesn&amp;#39;t work on a custom board, it is usually LFXTAL issues. What XTAL are you using, and what are the values of the capacitors connected to it?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to check whether this is actually, you may try to use the RC Oscillator to bypass the LFXTAL.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But I assume that you want to use the XTAL, since it is there, and it is more power efficient to use it. So what is your XTAL spec, and what are the capacitors (the ones in figure 2 on &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment%2Fnrf52840_pdk%2Fhw_32khz_crystal.html"&gt;this page&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/134413?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 21:21:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1eb2fc8-0e7c-4f91-958a-bc2d2c77c9ac</guid><dc:creator>AmbystomaLabs</dc:creator><description>&lt;p&gt;As pointed out by the nordic person, you can&amp;#39;t break the chip with bad code.&lt;/p&gt;
&lt;p&gt;Generally with the SD most people fail to realize that they can&amp;#39;t service ISR&amp;#39;s immediately and that anything they do is done after the SD is finished with the processor.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So millisecond interrupts are a bad idea as is more than 100 or so intterrupts a second. Your code should make maximum use of the hardware at your disposal (eg, DMA) and not a lot of software to handle data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/134400?ContentTypeID=1</link><pubDate>Fri, 01 Jun 2018 15:09:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab6d13a3-feb8-4ccd-94e7-ee5621b5ba11</guid><dc:creator>siri sam</dc:creator><description>&lt;p&gt;Hello Edvin,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried other&amp;nbsp; ble exemple from the SDK and they don&amp;#39;t work either.&lt;/p&gt;
&lt;p&gt;In my software, I have peripherals such as USB, TWI,SPI UART and timer and they work great when the softdevice isn&amp;#39;t added. I do have an LFXTAL on my board.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sirisack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE softdevice clock running slower</title><link>https://devzone.nordicsemi.com/thread/134216?ContentTypeID=1</link><pubDate>Thu, 31 May 2018 14:12:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4e55394-7215-4ff9-9533-1e27f6157b74</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think adding the softdevice to the firmware can damage the clocks on the chip.&lt;/p&gt;
&lt;p&gt;Is it only the examples that are using the softdevice that aren&amp;#39;t working?&lt;/p&gt;
&lt;p&gt;Are the other examples, such as the ones found in SDK\examples\peripheral working properly?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have a LFXTAL on your custom board? Or do you use the RC Oscillator?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>