<?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>Can&amp;#39;t change the address of ram start</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52144/can-t-change-the-address-of-ram-start</link><description>Hi, 
 
 I tried to merge ble_app_multilink_central and ble_app_uart_c. 
 But, when I run the project It errors like below 
 
 I thougt the problem is the address of RAM_START and SIZE. So I changed it like below. 
 
 But, It doesn&amp;#39;t work and RAM_START</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Sep 2019 12:44:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52144/can-t-change-the-address-of-ram-start" /><item><title>RE: Can't change the address of ram start</title><link>https://devzone.nordicsemi.com/thread/209832?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:44:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6aaf1ea2-c7c7-4202-82c9-480f786ef9a2</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;Hi Einar!&lt;br /&gt;&lt;br /&gt;Thank you for helping me, and not It works very well by following your advisement.&lt;/p&gt;
&lt;p&gt;Thank you again!&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't change the address of ram start</title><link>https://devzone.nordicsemi.com/thread/209818?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:05:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57df3a52-d7a5-43e0-b37a-d988c26bb05d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]&amp;nbsp;How can I change those address?[/quote]
&lt;p&gt;Assuming you have based your project on an example SES project from a recent SDK, the correct place to change the RAM start address and size is under section placement macros for the common target, which it looks like you do. However, I notice something strange with your section placement macros, and that is that the flash placement macros are missing. Why is that? Then the linker will not know how to place your application in flash. That does not seem directly related to the question, but it indicates that there is something fishy with your linker configuration.&amp;nbsp; Normally you should have a list looking something like this (where at least&amp;nbsp;FLASH_START,&amp;nbsp;FLASH_SIZE,&amp;nbsp;RAM_START, and&amp;nbsp;RAM_SIZE) are needed:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;FLASH_PH_START=0x0
FLASH_PH_SIZE=0x100000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x40000
FLASH_START=0x26000
FLASH_SIZE=0xda000
RAM_START=0x20002210
RAM_SIZE=0x3ddf0&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>