<?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>Question about gcc+eclipse+s130+osx</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3492/question-about-gcc-eclipse-s130-osx</link><description>Hi, 
 i want to build an applicaiton with gcc and eclipse setup and S130. I use OSX.
if i don&amp;#39;t use the softdevice and run it with the blank linkerscript my blinky code works fine. i Use &amp;quot;make all, make erase-all, make upload&amp;quot;, Programm is working.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Sep 2014 14:43:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3492/question-about-gcc-eclipse-s130-osx" /><item><title>RE: Question about gcc+eclipse+s130+osx</title><link>https://devzone.nordicsemi.com/thread/12646?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 14:43:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55d0dbd6-3965-4ed9-99df-b8bae4f5d7d3</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry for the late response. I tried to recreate this problem with gcc when I found that there was a typo in the SD document. The flash origin should be 0x1C000 and not 0x2000 as stated in the documentation. This will be fixed in the next release.&lt;/p&gt;
&lt;p&gt;linker script:&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 = 0x0001C000, LENGTH = 0x24000 
  RAM (rwx) :  ORIGIN = 0x20002800, LENGTH = 0x1800 
}


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: Question about gcc+eclipse+s130+osx</title><link>https://devzone.nordicsemi.com/thread/12645?ContentTypeID=1</link><pubDate>Sat, 16 Aug 2014 15:56:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27fd7667-f963-4208-a556-5871e06d4838</guid><dc:creator>Nils Minor</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;does really no one have any idea.&lt;/p&gt;
&lt;p&gt;Maybe it is because of this setting ind makefile where i flash the soft device.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;echo &amp;quot;device nrf51822\nspeed 1000\nw4 4001e504 1\nw4 0x10001000    
$(FLASH_START_ADDRESS)\nw4 0x10001010 0xFFFF0053\nloadbin 
 $(PWD)/$(OUTPUT_DIR)/sd_s120.bin 0\nr\ng\nexit\n&amp;quot; &amp;gt; $(OUTPUT_DIR)/upload-softdevice.jlink
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;for what is &lt;code&gt;nw4 0x10001000 $(FLASH_START_ADDRESS)\nw4 0x10001010 0xFFFF0053&lt;/code&gt; good for?
maybe this require a boot loader, but first i do not need any boot loader.&lt;/p&gt;
&lt;p&gt;Best regards,
Nils&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>