<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/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/"><channel><title>Problems with scatter file configuration</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/25187/problems-with-scatter-file-configuration</link><description> 
Hi: 
I&amp;#39;m using a scatter file in the project options (linker tab) in order
to have part of the code running on a different memory region. As an
example; 

 
IRAM 0x30000000
{
 ; The executable region starts at the load region
 ER_RO 0x30000000
 {
 startup_code</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Problems with scatter file configuration</title><link>https://community.arm.com/thread/56016?ContentTypeID=1</link><pubDate>Thu, 07 May 2009 18:45:06 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:840dbfec-2398-4922-a322-8ddf5d51769d</guid><dc:creator>Drew Blank</dc:creator><description>&lt;p&gt;&lt;p&gt;
Given that the name of your region is IRAM, I&amp;#39;m assuming you are
trying to debug out of RAM and not Flash? If so do you have a debug
script to load the program into ram when you start the debugger?&lt;/p&gt;

&lt;p&gt;
Something like:&lt;/p&gt;

&lt;pre&gt;
LOAD your.axf

PC =  0x30000000
&lt;/pre&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>