<?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 Studio Backward Migration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42662/segger-studio-backward-migration</link><description>Hello All, 
 As we all know Segger Studio is not supported by SDK12.3 by default. Porting to Ses is easy and help is available but it is for basic programs. if we want to use bootloader and FDS/fstorage modules then it is a lot confusing. Can we take</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Apr 2019 16:36:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42662/segger-studio-backward-migration" /><item><title>RE: Segger Studio Backward Migration</title><link>https://devzone.nordicsemi.com/thread/181898?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2019 16:36:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37f5a6b9-90b9-4e8d-a6f4-c4b8c2d6dd5d</guid><dc:creator>submargin</dc:creator><description>&lt;p&gt;Thanks! That solved the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio Backward Migration</title><link>https://devzone.nordicsemi.com/thread/181636?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2019 13:39:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d3ddb64-2641-4e2a-bbc1-9ab886dd59be</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It&amp;#39;s most likely your RAM settings. xxAA has 16K of RAM instead of 32K that the xxAC variant on the Devkit has. Try to use the following configuration in your *emProject file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="xml"&gt;      linker_section_placement_macros=&amp;quot;FLASH_PH_START=0x0;FLASH_PH_SIZE=0x80000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x4000;FLASH_START=0x1b000;FLASH_SIZE=0x25000;RAM_START=0x20001fe8;RAM_SIZE=0x2018&amp;quot;
      linker_section_placements_segments=&amp;quot;FLASH RX 0x0 0x40000;RAM RWX 0x20000000 0x4000&amp;quot;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio Backward Migration</title><link>https://devzone.nordicsemi.com/thread/181423?ContentTypeID=1</link><pubDate>Wed, 10 Apr 2019 22:27:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51de137c-8590-46b7-8541-a8bb2ac00570</guid><dc:creator>submargin</dc:creator><description>&lt;p&gt;Thanks! Your example was very helpful for me also. It can be opened in SES v4.12 and works properly with nrf51 devkit.&lt;/p&gt;
&lt;p&gt;But now I need to port it to the custom board (based on nrf51822 QFAAH1). I tried to do expected adjustments (changing target, setting BOARD_CUSTOM macro and providing custom_board.h), but without any luck - in all cases it fails with &amp;quot;Stopped by vector catch&amp;quot; even before entering main(). Any ideas what I could be missing/how can I debug the problem further? I have tried to set up breakpoints in error handlers - non of them is getting hit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Segger Studio Backward Migration</title><link>https://devzone.nordicsemi.com/thread/166888?ContentTypeID=1</link><pubDate>Mon, 21 Jan 2019 14:45:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2411ff55-eab2-401f-a4e4-66c2ea814544</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;margin-top:0px;text-align:start;text-indent:0px;text-transform:none;white-space:normal;"&gt;Hello,&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;"&gt;I&amp;#39;ve backported the ble_app_hrs ses project from SDK 15.2.0 to SDK 12.3.0 which you may&amp;nbsp;serve as&amp;nbsp;starting point, see attached. Please note that it has not been thoroughly, it&amp;nbsp;&lt;span&gt; &lt;/span&gt;can be&lt;span&gt;&amp;nbsp;&lt;/span&gt;errors in the configuration that I&amp;#39;ve overlooked.&amp;nbsp;&lt;/p&gt;
&lt;p style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;"&gt;A short summary of what I did:&lt;/p&gt;
&lt;ul style="color:#000000;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;"&gt;
&lt;li&gt;First I copied the example from SDK 15 to SDK 12, then opened the SES project file in a text editor and updated the include paths, source list, preprocessor defines and linker settings according to the project makefile and linker file found in the hrs example in sdk 12&lt;/li&gt;
&lt;li&gt;Imported the new MDK directory, sdk_config tool, and the RTT files from sdk 15, see readme.txt in zip file.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Attachment:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-8760be73ad4b4bcba97cef77af3f70c5/nRF5_5F00_SDK_5F00_12.3.0_5F00_SES_5F00_51_5F00_example.zip"&gt;devzone.nordicsemi.com/.../nRF5_5F00_SDK_5F00_12.3.0_5F00_SES_5F00_51_5F00_example.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note:&amp;nbsp;&lt;span style="background-color:transparent;color:#000000;float:none;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-decoration:none;text-indent:0px;text-transform:none;white-space:normal;"&gt;SDK has been stripped of dependencies that weren&amp;#39;t&lt;/span&gt;&amp;nbsp;needed to build this particular example Thus, the SES project directory and SDK 15 imports should be copied into a fresh SDK 12.3.0 copy so that you have a&amp;nbsp;complete SDK to develop with.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>