<?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>Dedicated function placing in a dedicatet storage area</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/39207/dedicated-function-placing-in-a-dedicatet-storage-area</link><description> 
I have external an internal Flash in my LM3S9B96. Because the use
of the internal flash is much faster I want to specify for each
function if it should be placed in the internal or external flash. I
can specify for each file with the scatter file where</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Dedicated function placing in a dedicatet storage area</title><link>https://community.arm.com/thread/59302?ContentTypeID=1</link><pubDate>Tue, 29 Mar 2011 03:08:14 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:0b39c3bd-ee76-4653-9f91-f728ce831487</guid><dc:creator>Tamiryan Michael</dc:creator><description>&lt;p&gt;&lt;p&gt;
Read your linker manual:&lt;/p&gt;

&lt;pre&gt;
extern int32s power_failure_handler(void) __attribute__((section (&amp;quot;power_failure_section&amp;quot;))) ;
&lt;/pre&gt;

&lt;p&gt;
and in the scatter file:&lt;/p&gt;

&lt;pre&gt;
POWER_FAILURE_HANDLER POWER_FALURE_HANDLER_LOCATION FIXED {
        POWER_FAILURE_IMPL.o (power_failure_section)
  }
&lt;/pre&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>