<?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>Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41762/segger-embedded-studio-not-linking-nrf51-sdk-examples</link><description>Hello, 
 I tried to build the SDK ble_app_beacon example for nRF51 using SES. SES version I used is V4.12 (for Windows 64 bit) and SDK version is 12.3.0. 
 I closely followed the instructions reported in this tutorial . Since SES and SDK versions are</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Dec 2019 04:08:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41762/segger-embedded-studio-not-linking-nrf51-sdk-examples" /><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/225781?ContentTypeID=1</link><pubDate>Tue, 17 Dec 2019 04:08:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7526f69-3593-49e5-85a1-86fa83a5b487</guid><dc:creator>paulorrfilho</dc:creator><description>&lt;p&gt;Have no idea how you got to this but it works for me as well.&amp;nbsp;&lt;span&gt;SDK 12.3.0 - 51422 board using Maurizio&amp;#39;s settings.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Edit Dec/18/2019: actually I managed to build and load the blinky example to a 51422 board. I am also able to load the ble heart rate example but the board won&amp;#39;t advertise.&lt;/p&gt;
&lt;p&gt;Has anyone ever be able to load a code with Softdevice using SES to a nRF51 board? I have tried every single macros I found and it still does not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/165926?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 11:13:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84753aa5-55ba-4e9c-811a-e525e711e345</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/mauriziob"&gt;MaurizioB&lt;/a&gt;I believe the solution could be wrong section placement macros in SES. The settings for ROM &amp;amp; RAM in Keil for the ble_app_beacon ble_peripheral example in sdk 12.3 are the following:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a9bc33c55a3e42f9bf3c789843967d28/pastedimage1547637252834v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Could you try setting the section placement macros in SES to the following values (Right click on Project -&amp;gt; Edit Options -&amp;gt; change to Common Configuration -&amp;gt; Linker tab -&amp;gt; double click on Section Placement macros):&lt;/p&gt;
&lt;p&gt;FLASH_START=0x1B000&lt;/p&gt;
&lt;p&gt;FLASH_SIZE=0x25000&lt;/p&gt;
&lt;p&gt;RAM_START=0x20001870&lt;/p&gt;
&lt;p&gt;RAM_SIZE=0x6790&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/165925?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 11:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1230537-9111-4791-9223-3cdf2a8a1efe</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;You could use Keil, IAR or gcc. Keil has a &lt;a href="http://www.keil.com/demo/limits.asp"&gt;code size limit&lt;/a&gt;, but if you are able to stay underneath that code size limit, it can be used for free.&lt;/p&gt;
&lt;p&gt;You could use &lt;a href="https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/development-with-gcc-and-eclipse"&gt;eclipse with gcc&lt;/a&gt;, but I&amp;#39;ve heard of some customers that have had quite a few issues with Eclipse too (just look at the comments section under the blog post).&lt;/p&gt;
&lt;p&gt;Another solution (although maybe not doable for you) would be to use a 52810 or 52832 device. That way, SES support is included out of the box when you use a newer SDK version &amp;gt;= v14.1.&lt;/p&gt;
&lt;p&gt;Also, I believe the solution could be wrong section placement macros in SES. The settings for ROM &amp;amp; RAM in Keil for the ble_app_beacon ble_peripheral example in sdk 12.3 are the following:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a9bc33c55a3e42f9bf3c789843967d28/pastedimage1547636795844v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Could you try setting the section placement macros in SES to the following values (Right click on Project -&amp;gt; Edit Options -&amp;gt; change to Common Configuration -&amp;gt; Linker tab -&amp;gt; double click on Section Placement macros):&lt;/p&gt;
&lt;p&gt;FLASH_START=0x1B000&lt;/p&gt;
&lt;p&gt;FLASH_SIZE=0x25000&lt;/p&gt;
&lt;p&gt;RAM_START=0x20001870&lt;/p&gt;
&lt;p&gt;RAM_SIZE=0x6790&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/165899?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 09:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:999cc7b0-984f-4170-a4d1-d8cab8b28e44</guid><dc:creator>Sergio T</dc:creator><description>&lt;p&gt;Hi: I faced exactly the same issues with SES and nRF51 DK. The question is, what is the best tool to develop with nRF51? I must develop a product using nRF51822 and I am unable to start the project because I can&amp;#39;t find any suitable tool. Any help?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/164448?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 08:46:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e86afad4-451d-4040-b329-dc675c6d3380</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/mauriziob"&gt;MaurizioB&lt;/a&gt; Thank you for your feedback. I will report this internally. Have you taken a look at the &lt;a href="https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide"&gt;comments in the blog post &lt;/a&gt;you followed? Especially these ones:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a9bc33c55a3e42f9bf3c789843967d28/pastedimage1546937105872v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a9bc33c55a3e42f9bf3c789843967d28/pastedimage1546936716182v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a9bc33c55a3e42f9bf3c789843967d28/pastedimage1546936981604v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-a9bc33c55a3e42f9bf3c789843967d28/pastedimage1546937120516v4.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Have you tried turning logging on &amp;amp; running the program using Termite or TeraTerm or a similar program to see if the SRAM_START needs to be adjusted.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/164439?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 08:34:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3f5b6b3-0a13-47cb-b96e-eaffb8b84e68</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt; The last SDK that was officially supported for the nRF51 is SDK 12.3, which &lt;a href="https://devzone.nordicsemi.com/members/mauriziob"&gt;MaurizioB&lt;/a&gt; is currently using.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/164438?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 08:33:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:154796b3-c418-4507-a2a0-2f9c827773e1</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Most likely Nordic did not have the free license option with Segger Embedded Studio with the 3.10f version. This option could have come at a later point in time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163224?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 22:51:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c41bcfd8-5f55-44db-91c2-239a2101d628</guid><dc:creator>Omnipara</dc:creator><description>&lt;p&gt;In my case I can make it work in debug mode but when run it without debugger it get stuck the same place as yours&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163218?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 19:18:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:935db876-02b8-4a3d-bb28-efa55902bd4e</guid><dc:creator>Omnipara</dc:creator><description>&lt;p&gt;In Options -&amp;gt;Debug-&amp;gt;Debugger-&amp;gt;Target Device-&amp;gt;nRF51822&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163217?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 19:17:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e6040e2-cd08-49b9-b951-c13251f38bc9</guid><dc:creator>Omnipara</dc:creator><description>&lt;p&gt;Like I said, when I changed my setting to nrf51822 in the debugger in target it went away. Or u can change it to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;#39;&lt;span&gt;__RAM_segment_end__&amp;#39; it should compile&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163216?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 19:05:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0617cb02-30c6-4973-8030-81b7c8f96220</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;So why not use a more recent SDK version ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163210?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 15:47:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:624f21f7-cbb6-41f9-87d1-9d8ed9fa3ae3</guid><dc:creator>MaurizioB</dc:creator><description>&lt;p&gt;I made some progress: now it builds and loads into the board. As the program executes, however, it gets stuck as the SoftDevice is called. The error message is: &amp;quot;&lt;strong&gt;Stopped by vector catch&lt;/strong&gt;&amp;quot;.&lt;/p&gt;
&lt;p&gt;In addition/differently than explained in my first post, the settings with which I obtained this result are the following:&lt;/p&gt;
&lt;p&gt;- Project--&amp;gt;Options--&amp;gt;LInker --&amp;gt;Linker set to GNU.&lt;/p&gt;
&lt;p&gt;- In the project folder &amp;quot;Internal files&amp;quot; I&amp;nbsp;deleted the file SEGGER_THUMB_Startup.s and replaced it with thumb_crt0.s (available in the &amp;quot;source&amp;quot; folder of the Segger installation directory and modified as indicated in the Nordic tutorial).&lt;/p&gt;
&lt;p&gt;- Project--&amp;gt;Options--&amp;gt;Build--&amp;gt;Memory Map Macros set to: FLASH_START=0x1B000;SRAM_START=0x20002000&amp;nbsp;&amp;nbsp; (NOTE: Pay attention to the S of SRAM)&lt;/p&gt;
&lt;p&gt;- Project--&amp;gt;Options--&amp;gt;Build--&amp;gt;Memory Segments set to:&amp;nbsp;FLASH RX 0x0001B000 0x00040000; SRAM RWX 0x20002000 0x00004000&amp;nbsp; (NOTE: Pay attention to the S of SRAM)&lt;/p&gt;
&lt;p&gt;NOTE: 0x1B000 is the APP_CODE_BASE address for the soft device S130 2.0.1 used by the SDK 12.3.0.&lt;/p&gt;
&lt;p&gt;With the above settings, the ble_app_beacon example compiles and loads but, as indicated above, the program execution gets stuck as soon as the SoftDevice is called. No clue why.&lt;/p&gt;
&lt;p&gt;---------&lt;/p&gt;
&lt;p&gt;Since Nordic obviously does not support nRF51 with SES, &lt;span style="text-decoration:underline;"&gt;Nordic should clearly indicate it and avoid that their customers waste hours&lt;/span&gt; of works figuring out obscure configuration issues.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163201?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 13:16:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:204df236-be1b-4991-9ecd-e1d8986d766f</guid><dc:creator>MaurizioB</dc:creator><description>&lt;p&gt;Using the specific SES version reported in the Nordic tutorial was my second attempt... unfortunately I believe that that specific SES version is so old that is not even available in the SES download page anymore. I ended up downloading the closest version (3.10f) but then I encountered&amp;nbsp;a problem with the free Segger&amp;nbsp;license, that didn&amp;#39;t allow me to use that SES version at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163193?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 11:53:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21668857-bf5e-4dbe-b9ad-d95deb031256</guid><dc:creator>haxxa</dc:creator><description>&lt;p&gt;Thanks I will give that a go, as a newbie these issues can be very frustrating. Just getting to a point where the included examples compile is an exercise in itself.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163191?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 11:43:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:278b48c4-2a09-4710-a68a-ec23e7012f34</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;I&amp;#39;ve had this kind of problem before.&lt;/p&gt;
&lt;p&gt;The lesson to learn is that you need to use the &lt;strong&gt;&lt;em&gt;specific&lt;/em&gt; SES version&lt;/strong&gt; stated by Nordic - this is a case where going for the latest is not the way to go. Especially as you are using a rather old SDK!&lt;/p&gt;
&lt;p&gt;Segger is an independent company - their SES releases are not synchronised in any way to Nordic&amp;#39;s SDK releases.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/39878/segger-embedded-studio-4-10-for-arm/154692#154692"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/39878/segger-embedded-studio-4-10-for-arm/154692#154692&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/34784/conflicting-types-for-_putchar/137159#137159"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/34784/conflicting-types-for-_putchar/137159#137159&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163125?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 07:59:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85770460-0372-49b1-8cf6-0ace23377b3e</guid><dc:creator>haxxa</dc:creator><description>&lt;p&gt;Did as you suggested (changed to GNU linker) and now I get:&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Output/experimental_ble_app_blinky_pca10028_s130 nrf51422_xxac/Obj/ses_nrf51_startup.o: In function `SystemInit&amp;#39;:&lt;br /&gt;undefined reference to `__SRAM_segment_end__&amp;#39;&lt;br /&gt;&lt;br /&gt;Didn&amp;#39;t solve my issue unfortunately. In terms of setting target, did you set it through Target - Connect Jlink?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163107?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 04:17:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cbf1721-9fb0-47a8-aa9f-404e218f1fbc</guid><dc:creator>Omnipara</dc:creator><description>&lt;p&gt;Also in SES V4.12 they have added Segger Linker. U need to also disable that and use GNU linker with flash_placement.xml file&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/163106?ContentTypeID=1</link><pubDate>Fri, 28 Dec 2018 04:14:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8910f4ff-8614-473e-b2ad-976c3e703159</guid><dc:creator>Omnipara</dc:creator><description>&lt;p&gt;I changed the target to nrf51822&amp;nbsp; and this undefined issue got resolved&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/162970?ContentTypeID=1</link><pubDate>Tue, 25 Dec 2018 04:37:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:965618de-c551-498b-b177-2bc2561b0095</guid><dc:creator>haxxa</dc:creator><description>&lt;p&gt;I just tried using SDK11, and still facing the same issue. Definitely something has changed in the latest Segger version as I can&amp;#39;t build any imported Project without &amp;quot;undefined symbol: __SRAM_segment_end__&amp;quot; and thus nothing for the NRF51 Platform.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/162913?ContentTypeID=1</link><pubDate>Sun, 23 Dec 2018 08:10:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c684fda-da9a-473b-bd75-428fe0e27040</guid><dc:creator>haxxa</dc:creator><description>&lt;p&gt;I too am facing the exact same issue, no idea how to resolve it. I have also followed the sames steps as MaurizioB .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/162697?ContentTypeID=1</link><pubDate>Thu, 20 Dec 2018 14:58:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb31b630-9968-438c-8f46-8ba5830efed1</guid><dc:creator>MaurizioB</dc:creator><description>&lt;p&gt;Hello Bjorn,&lt;/p&gt;
&lt;p&gt;In the latest version of SES there is no &amp;quot;Section Placement Macros&amp;quot; field: the closest I was able to find (hopefully it&amp;#39;s the corect field) is: Project--&amp;gt;Options--&amp;gt;Build--&amp;gt;Memory Map Macros. In that field I wrote:&lt;/p&gt;
&lt;p&gt;FLASH_START=0x1F000&lt;/p&gt;
&lt;p&gt;SRAM_START=0x20002000&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know if the above values (reported in the tutorial for nRF52) are valid also for nRF51. In any case, after building, the same linking errors appear.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Embedded Studio not linking nRF51 SDK examples</title><link>https://devzone.nordicsemi.com/thread/162676?ContentTypeID=1</link><pubDate>Thu, 20 Dec 2018 13:56:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c6b01f6-3e4f-4632-9cf8-6b6d44bf9cf0</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;What did you write under the Section Placement Macros field? Did you remember to add FLASH_START &amp;amp; SRAM_START?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>