<?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>Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23761/custom-board-vs-dk-and-sd110-vs-sd130</link><description>Hi, 
 I made a custom board with nrf51822 and custom antenna which works fine for examples which use SDK10 + SD110.
For my application it was recommended to use SDK12.3 + SD130. I started develop FW on NRF51DK with SDK12.3 and SD130. My app code works</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Jul 2017 15:09:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23761/custom-board-vs-dk-and-sd110-vs-sd130" /><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93467?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 15:09:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db28256c-7933-47aa-b81e-04092ebb6274</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;No problem at all. Happy to hear that you found the cause of the issue :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93466?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 13:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8f10298-5534-42e4-8e50-7deee028f9b6</guid><dc:creator>Benjamin Schlegel</dc:creator><description>&lt;p&gt;So okay I forgot that I have the 16kb RAM Version on my custom board. I adjusted my RAM to 16kB and now its all good. Sorry for the trouble :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93463?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 12:05:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab6e2242-8b46-41ae-8c05-7252b109c937</guid><dc:creator>Benjamin Schlegel</dc:creator><description>&lt;p&gt;Im using Keil. Core Register R15 PC is 0xFFFFFFFE&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93462?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 11:58:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8f5042e-a1a5-4644-8422-1c65a628d6a4</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Which environment are you using? Keil, GCC or Segger Embedded Studio? Do you get any disassembly information, e.g. Program counter(PC) when you&amp;#39;re debugging?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93461?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 11:31:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:871b58af-c062-4a6f-b774-28157f954741</guid><dc:creator>Benjamin Schlegel</dc:creator><description>&lt;p&gt;Yes i dont enter applications main() when debugging on custom hardware. I use exactly the same clock source you posted. Like stated in my last comment with experimental_ble_app_blinky I cant atleast debug my main&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93460?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 11:28:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c29d481a-fbb3-4b90-b290-ad91f528ad96</guid><dc:creator>Benjamin Schlegel</dc:creator><description>&lt;p&gt;I tried experimental_ble_app_blinky from SDK12.3.0 with SD130V2 and this example I can debug. But in this example I run into error at line 456 which is SOFTDEVICE_HANDLER_INIT() with error code 7. I use here again NRF_CLOCK_LF_SRC_RC as clock source. Error Code is invalid param which again I dont understand&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93458?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 11:27:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:146553a9-c3c0-40cd-9902-d80ea445e731</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;So you do not enter application&amp;#39;s main() at all when you&amp;#39;re debugging on the custom hardware? You have defined &lt;code&gt;NRF_CLOCK_LFCLKSRC&lt;/code&gt; as shown below in pca10028.h (or custom_board.h if you&amp;#39;ve created your own board file)?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_CLOCK_LFCLKSRC      {.source        = NRF_CLOCK_LF_SRC_RC,            \
                                 .rc_ctiv       = 16,                                \
                                 .rc_temp_ctiv  = 2,                                \
                                 .xtal_accuracy = NRF_CLOCK_LF_XTAL_ACCURACY_250_PPM}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93465?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 09:38:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd96f2b7-ea66-4b92-818f-5cca2d5dfa6c</guid><dc:creator>Benjamin Schlegel</dc:creator><description>&lt;p&gt;And I tested SDK V10 example with S130v1.0.0 and this also works on my custom hardware.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93464?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 09:25:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dbe71c6-60c6-41a3-8fe4-d286563cd295</guid><dc:creator>Benjamin Schlegel</dc:creator><description>&lt;p&gt;Flashed App with SDK v12.3.0 and S130v2.0.1 on the custom hardware cannot be debugged. In Debug mode program isnt running.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Custom Board vs DK and SD110 vs SD130</title><link>https://devzone.nordicsemi.com/thread/93459?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 09:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f53ae19-d8e6-4a2a-a340-5e3b4fe69ed2</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;An application built with SDK v10.0.0 against the S110 v8.0.0 or the S130 v1.0.0 header files will &lt;strong&gt;not&lt;/strong&gt; run if you flash it to a nRF51822 together with the S130 v2.0.1 from SDK v12.3.0. You must ensure that the SoftDevice on the nRF51822 is compatible with the SoftDevice header files used in the application. Are you able to debug your application built with SDK v12.3.0 if you flash it to the nRF51822 along with the S130 v2.0.1?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>