<?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>Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13323/does-using-pca10028-bsp-for-a-diffrent-custom-board-cause-application-not-work</link><description>I am runing the example on custom board 16k ram, i have configured the linker file correctly as shown below. but all the ble_peripheral application doesnt run (not advertising) after flash. But this examples work find on my other board pca10028 , ram</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 03 Sep 2016 03:22:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13323/does-using-pca10028-bsp-for-a-diffrent-custom-board-cause-application-not-work" /><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50795?ContentTypeID=1</link><pubDate>Sat, 03 Sep 2016 03:22:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6cda02d-c78a-428b-9d3f-acaa7fd7b689</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;Was this ever resolved ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50794?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 20:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43eea05c-e68a-49f6-92b3-97600db7af2d</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;If you have a LED connected to a GPIO or a spare GPIO (for example 21) to check on a scope or a multimeter, right after main() do the following:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;main(){
  nrf_gpio_cfg_output(21);
  nrf_delay_ms(1000);
  nrf_gpio_pin_toggle(21);
  nrf_delay_ms(1000);
  nrf_gpio_pin_toggle(21);
  nrf_delay_ms(1000);
  nrf_gpio_pin_toggle(21);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This way you&amp;#39;ll know if the processor boots properly. Otherwise also its good to have some sort of BSP for getting at least the serial output for debugging.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50793?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 20:05:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf8e4104-428f-4042-8e5c-3389b342f3fe</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;Just remove bsp all together&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50792?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 10:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eca30e15-dad4-4e71-9eb5-f999d45f56d4</guid><dc:creator>Brook Gebremedhin</dc:creator><description>&lt;p&gt;@EarthLord,&lt;/p&gt;
&lt;p&gt;well my custom board with 16k , its bsp is not based on pca10028. it&amp;#39;s  pca10024 , i am running the example application that is under pca10028 , but this don&amp;#39;t matter since am focusing in the advertising of the application not the bsp part , even though they are different boards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50791?ContentTypeID=1</link><pubDate>Wed, 20 Apr 2016 09:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8095801e-c308-40eb-b07c-1d20ae591ad0</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Can you give some other details of your setup?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50790?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 17:37:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff5717d8-193e-419c-8c87-67ccc5287f52</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Its based on this module &lt;a href="https://www.tindie.com/products/hnhoan/soc-nrf51822-bluetooth-40-low-energy-module-ble-ibeacon-arm-cortex-m0/"&gt;www.tindie.com/.../&lt;/a&gt;  It has a 16 MHz crystal and no lfclk crystal. The RAM is 16 kB and flash is 256 kB.
Irrespective of the crystals, blinks a LED or send a serial message the first thing in main() to see if its working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50789?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 16:17:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6664b9f9-10cf-444e-9eb0-c1a19476a765</guid><dc:creator>Brook Gebremedhin</dc:creator><description>&lt;p&gt;@EarthLord ,&lt;/p&gt;
&lt;p&gt;just to confirm you are using also a customboard 16k and 256 flash ?
and are you using any external crystal or internal .. ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50788?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 14:07:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9d44c25-cb5e-4548-9ae5-04db002cfe8d</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Strange, it works here. Not sure where the problem is then. Here&amp;#39;s the linker file that I use.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* Linker script to configure memory regions. */

SEARCH_DIR(.)
GROUP(-lgcc -lc -lnosys)

MEMORY
{
  FLASH (rx) : ORIGIN = 0x1b000, LENGTH = 0x25000
  RAM (rwx) :  ORIGIN = 0x20002080, LENGTH = 0x1f80
}

SECTIONS
{
  .fs_data :
  {
    PROVIDE(__start_fs_data = .);
    KEEP(*(.fs_data))
    PROVIDE(__stop_fs_data = .);
  } &amp;gt; RAM
} INSERT AFTER .data;

INCLUDE &amp;quot;gcc_nrf51_common.ld&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50787?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 14:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a092382-561d-4999-bc4f-49e360b32e8f</guid><dc:creator>Brook Gebremedhin</dc:creator><description>&lt;p&gt;@EarthLord  ,
I tried you setting it still doesn&amp;#39;t work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50785?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 13:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94ba077f-ab71-4461-8fb3-4efeb50aa15d</guid><dc:creator>Brook Gebremedhin</dc:creator><description>&lt;p&gt;@EarthLord  ,
I tried you setting it still doesn&amp;#39;t work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does  using pca10028 BSP for a diffrent custom board  cause application not work?</title><link>https://devzone.nordicsemi.com/thread/50786?ContentTypeID=1</link><pubDate>Tue, 19 Apr 2016 13:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f84228f8-2533-4aac-9451-9bf540111c03</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;From the datasheet you can see that RAM starts from 0x20000000. The linker file says that the RAM for the application starts from 0x20002080. Since the total size of RAM is 32 kB for xxAC, 0x2080 + 0x5f80 is 0x8000, which is 32 kB. So just change the RAM length to 0x1f80 to show that the total length is 16 kB (0x4000).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>