<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>S32 Design Studio中的主题 Re: How to make function run in RAM</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610488#M699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif;"&gt;Same to me when I try to open the link:&lt;/SPAN&gt;&lt;/H1&gt;&lt;H1 style="color: #5e5e5e; background: transparent; border: 0px; font-weight: 400; font-size: 24px; margin: 20px 0px 10px;"&gt;Unauthorized&lt;/H1&gt;&lt;P style="color: #b5b5b5; background: transparent; border: 0px; font-size: 14px; margin: 10px 0px 0px;"&gt;This place or content does not exist or access to it is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2017 00:47:35 GMT</pubDate>
    <dc:creator>yuehedeng</dc:creator>
    <dc:date>2017-03-24T00:47:35Z</dc:date>
    <item>
      <title>How to make function run in RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610485#M696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My platform is MPC574x + S32DS.&lt;/P&gt;&lt;P&gt;My question is that how to copy a function into RAM and run after ECU start up. I search NXP community and found an example which may work in code warrior. But the S32 DS seems didn't support it.&lt;/P&gt;&lt;P&gt;Below is the function I want to run in RAM, but gets warnings during compiling.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="RAM.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/15899iFCF37030053F9687/image-size/large?v=v2&amp;amp;px=999" role="button" title="RAM.PNG" alt="RAM.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is part of my ld file:&lt;/P&gt;&lt;P&gt;/**************** RAM function Section *******************/&lt;BR /&gt; .runInRam :&lt;BR /&gt; {&lt;BR /&gt; __RAMFUNC_START = .;&lt;BR /&gt; *(.runInRam)&lt;BR /&gt; *(.runInRam.*)&lt;BR /&gt; __RAMFUNC_END = .;&lt;BR /&gt; } &amp;gt; ramfunc_ram AT&amp;gt;Z4_APP_RAMFunc_text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 06:24:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610485#M696</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-03-23T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to make function run in RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610486#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The #pragma section you are using in the source code is available in CodeWarrior MPC5xxx compiler only.&lt;/P&gt;&lt;P&gt;S32 Design Studio for Power compiler is based on gcc and therefore these pragmas are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest you to read this document:&lt;A href="https://community.nxp.com/docs/DOC-334030"&gt;HOWTO: Run a routine from RAM in S32 Design Studio &lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:36:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610486#M697</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-03-23T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to make function run in RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610487#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stan,&lt;/P&gt;&lt;P&gt;I would be interested in that document, however I'm unauthorized. Is that so or limited user circle?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 21:55:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610487#M698</guid>
      <dc:creator>nxppower912935</dc:creator>
      <dc:date>2017-03-23T21:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make function run in RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610488#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;&lt;SPAN style="font-size: 15px; font-family: arial, helvetica, sans-serif;"&gt;Same to me when I try to open the link:&lt;/SPAN&gt;&lt;/H1&gt;&lt;H1 style="color: #5e5e5e; background: transparent; border: 0px; font-weight: 400; font-size: 24px; margin: 20px 0px 10px;"&gt;Unauthorized&lt;/H1&gt;&lt;P style="color: #b5b5b5; background: transparent; border: 0px; font-size: 14px; margin: 10px 0px 0px;"&gt;This place or content does not exist or access to it is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 00:47:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610488#M699</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-03-24T00:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to make function run in RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610489#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I approved the article in internal community system. Could you please try to look once again and let me know, if you see the content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 06:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610489#M700</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-03-24T06:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make function run in RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610490#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes， I can open the link and see the content now. Thanks very much.&lt;/P&gt;&lt;P&gt;I will try the solution shown in the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 06:53:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-to-make-function-run-in-RAM/m-p/610490#M701</guid>
      <dc:creator>yuehedeng</dc:creator>
      <dc:date>2017-03-24T06:53:39Z</dc:date>
    </item>
  </channel>
</rss>

