<?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>nRF51422 Segger ES 4.30b example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58520/nrf51422-segger-es-4-30b-example</link><description>Hi, 
 I converted ble_app_beacon example to Segger Embedded Studio (using version 4.30b), as per the instructions in the link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fimport_ses.html and the project file is given blow</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Mar 2020 11:32:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58520/nrf51422-segger-es-4-30b-example" /><item><title>RE: nRF51422 Segger ES 4.30b example</title><link>https://devzone.nordicsemi.com/thread/239081?ContentTypeID=1</link><pubDate>Tue, 10 Mar 2020 11:32:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4de0931e-9829-4064-8293-c3ade4562e2e</guid><dc:creator>Ros</dc:creator><description>&lt;p&gt;I have solved the issue, the main reason was the linker placement segments are named differently in project file (created by converting Keil project) and flash_placement.xml file. &lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;linker_section_placements_segments=&amp;quot;FLASH RX 0x00000000 0x00040000;RAM RWX 0x20000000 0x00008000&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;and also changed the start up files.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;lt;folder Name=&amp;quot;Segger Startup Files&amp;quot;&amp;gt;
      &amp;lt;file file_name=&amp;quot;$(StudioDir)/source/thumb_crt0.s&amp;quot; /&amp;gt;
&amp;lt;/folder&amp;gt;
&amp;lt;folder Name=&amp;quot;None&amp;quot;&amp;gt;
  &amp;lt;file file_name=&amp;quot;../../../../../../components/toolchain/ses/ses_startup_nrf_common.s&amp;quot; /&amp;gt;
  &amp;lt;file file_name=&amp;quot;../../../../../../components/toolchain/system_nrf51.c&amp;quot; /&amp;gt;
  &amp;lt;file file_name=&amp;quot;../../../../../../components/toolchain/ses/ses_startup_nrf51.s&amp;quot; /&amp;gt;
&amp;lt;/folder&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And finally&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; debug_additional_load_file=&amp;quot;../../../../../../components/softdevice/s130/hex/s130_nrf51_2.0.1_softdevice.hex&amp;quot;
 debug_register_definition_file=&amp;quot;../../../../../../svd/nrf51.svd&amp;quot;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Segger ES 4.30b example</title><link>https://devzone.nordicsemi.com/thread/237650?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 09:20:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b565cf5-87a7-4f43-9202-bcda8e863003</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I forgot to touch upon this in my initial reply, but the nRF51422 is definitely still in production, we just don&amp;#39;t have support for it beyond SDK v.12.3. I think the example in Vidar&amp;#39;s reply should work as long as you follow the instructions he added and use SES v.4.12 or similar. Is there a particular reason you need to use v.4.30b?&lt;/p&gt;
&lt;p&gt;I have requested for the blog post to be updated, but I can&amp;#39;t guarantee that this will be prioritized any time soon.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Segger ES 4.30b example</title><link>https://devzone.nordicsemi.com/thread/237578?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 23:51:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:397dc1fa-3f39-4cf9-9bf9-3cdfd1a444e9</guid><dc:creator>Ros</dc:creator><description>&lt;p&gt;I came across this post before, the problem is that uses several files which are not part of a SDK5 v 12.3.2 library, like the files in modules folder and segger_rtt_imported. I tried with the latest version of these files from nRF5_SDK_16.0.0_98a08e2 but didn&amp;#39;t worked. I will try again. &lt;/p&gt;
&lt;p&gt;The blog post need to be updated, seems not work with latest SES.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Segger ES 4.30b example</title><link>https://devzone.nordicsemi.com/thread/237488?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 14:34:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98dda70c-8020-46ba-a7b4-ff738df39c4e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Please check out&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/42662/segger-studio-backward-migration"&gt; this case&lt;/a&gt;, where my colleague Vidar has uploaded a SEGGER Embedded Studios project compatible with nRF51. Alternatively, you can check out &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/segger-embedded-studio-a-cross-platform-ide"&gt;this blog post&lt;/a&gt;, showing step by step how to import a Keil µVision project to SES. Note that the tutorial may not be updated to work with recent SES versions.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>