<?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>Scatter file configuration difficulty</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/24639/scatter-file-configuration-difficulty</link><description> 
Hello, 
When I configure uVision to use the memory layout from the target
dialog, I manage to build without problem using these settings for
internal flash: 

 
IROM1 start 0x4000, size 0x80000.
 

 
 
But I need a scatter file - which is configured</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Scatter file configuration difficulty</title><link>https://community.arm.com/thread/53274?ContentTypeID=1</link><pubDate>Tue, 13 Jan 2009 14:03:43 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:264c8e9f-c9e3-483b-8148-acf617787fee</guid><dc:creator>Kevin</dc:creator><description>&lt;p&gt;&lt;p&gt;
under project &amp;gt; options for target &amp;gt; target tab, what are
your settings?&lt;/p&gt;

&lt;p&gt;
Did you set the Startup Radial button to be next to IROM1?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scatter file configuration difficulty</title><link>https://community.arm.com/thread/53277?ContentTypeID=1</link><pubDate>Tue, 13 Jan 2009 03:51:01 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:01f21694-d407-4906-839b-41c5d35514d5</guid><dc:creator>Marius Cosa</dc:creator><description>&lt;p&gt;&lt;p&gt;
Ho, is this the solution?&lt;/p&gt;

&lt;pre&gt;
LR_IROM1 0x00004000 0x00080000  {    ; load region size_region
  ER_IROM1 0x04000 0x80000  {  ; load address = execution address
   *.o (RESET, +First)
&lt;/pre&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>