<?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>Problem with __ram</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/18465/problem-with-__ram</link><description> Hi everybody 
 
I wrote some function for fft and i want to copy it to RAM 
while i use function like this 
 
void fpfft(int *X_real, int *X_imag, int *x)__ram 
 
it is giving error called 
 
fpfft.c(13): error: parse error before &amp;quot;__ram&amp;quot; 
 
thanks </description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Problem with __ram</title><link>https://community.arm.com/thread/43706?ContentTypeID=1</link><pubDate>Tue, 15 Mar 2005 17:37:08 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:da7ceef7-7bb5-4731-b971-96faf105d7a3</guid><dc:creator>Jon Titus</dc:creator><description>&lt;p&gt;Make sure you have the Keil compiler selected in the Components, Environments, Books dialog (this is available from the Project Menu).&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Jon&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>