<?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 for Cortex M3 (AT91SAM3S4C Board)</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/27515/scatter-file-for-cortex-m3-at91sam3s4c-board</link><description> 
Hi, 

 
I am trying to run the .NET Microframework on an AT91SAM3S4C
board. And I am stuck at the very few steps. 
I am trying to execute a function which would perform a low level
init of the board and execute a few lines of code to toggle the
LED</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Scatter File for Cortex M3 (AT91SAM3S4C Board)</title><link>https://community.arm.com/thread/65743?ContentTypeID=1</link><pubDate>Fri, 16 Jul 2010 02:41:19 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:ec8220ff-a187-4d59-bb60-651df33752a0</guid><dc:creator>Martin G&amp;#195;&amp;#188;nther</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello Kartik Natarajan,&lt;/p&gt;

&lt;p&gt;
I am not very experienced in writing scatter files but did you try
to place your vectors at the beginning of the Flash?. I think the
controller remaps the start of Flash to address 0x000000. At this
address it fetches the Stack Pointer and also the Reset Vector.&lt;/p&gt;

&lt;pre&gt;
...
    ER_FLASH 0x00400000 FIXED
    {
        VectorsTrampolines.obj (+RO, +FIRST)
        * (SectionForFlashOperations)
        FirstEntry.obj
        * (SectionForBootstrapOperations)
        * (+RO-CODE)
        * (+RO-DATA)
    }
;    ER_RAM_RO 0x00000000 ABSOLUTE
;    {
;        VectorsTrampolines.obj (+RO, +FIRST)
;        * (SectionForFlashOperations)
;    }
...
&lt;/pre&gt;

&lt;p&gt;
I am not shure if this is the correct syntax.&lt;/p&gt;

&lt;p&gt;
Best Regards,&lt;br /&gt;
Martin Guenther&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scatter File for Cortex M3 (AT91SAM3S4C Board)</title><link>https://community.arm.com/thread/78497?ContentTypeID=1</link><pubDate>Thu, 15 Jul 2010 10:51:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:ee0f87d3-0b48-405f-b301-0e81a187dbf5</guid><dc:creator>Kartik Natarajan</dc:creator><description>&lt;p&gt;&lt;p&gt;
Yes. I have posted there too. I was just wondering if there were
any errors in the scatter file.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scatter File for Cortex M3 (AT91SAM3S4C Board)</title><link>https://community.arm.com/thread/65742?ContentTypeID=1</link><pubDate>Thu, 15 Jul 2010 10:23:11 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:62e4e27b-d92e-4d1e-8aa9-64d3a4c48cc4</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
Have you tried asking on the .NET Microframework forum?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>