<?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>S12 / MagniV MicrocontrollersのトピックRe: Run in ram</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960026#M16748</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;again, I suggested you to &lt;STRONG&gt;restore&lt;/STRONG&gt; PLACEMENT block to it virgin state. You broke it again. RAM can't be at the same time SEGMENT and PLACEMENT. a,b,c INTO &lt;STRONG&gt;RAM&lt;/STRONG&gt; &lt;EM&gt;INTO RAM&lt;/EM&gt;, ROM; . If you don't know how to restore PLACEMENT block, create new project and copy PLACEMENT from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Aug 2019 05:56:26 GMT</pubDate>
    <dc:creator>kef2</dc:creator>
    <dc:date>2019-08-06T05:56:26Z</dc:date>
    <item>
      <title>Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960015#M16737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Our customer has a request on our bootloader, that is, the flash diver must not stored into the flash, it should download from CAN&amp;nbsp;cummunication and then excute it to do flash download operation,when reset ,the data have no. I had noted that our community have some question about how to excute a function on ram, but they were all store into the flash, and when needed or program start, copy to ram, they are still store in flash.&amp;nbsp; what I need is when: excute compile, I can get a section of target file in ram. not place in flash.&amp;nbsp; and i have tried to do this, so I modified the prm file: use the ram as read-only type and place function in ram ,but the IDE prompt error&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2019 07:18:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960015#M16737</guid>
      <dc:creator>oceansea</dc:creator>
      <dc:date>2019-07-24T07:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960016#M16738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very simple. You need separate executable (s19, elf, etc) for flash driver, which is targeted to RAM instead of flash. You will somehow download it to RAM and execute.&amp;nbsp;What you need is just change flash ROM segment address to point to RAM. Needless to say that you need to reduce RAM segment size to make it not&amp;nbsp;overlapping with your new flash segment location. Of course this small flash driver executable project should be nonbanked. Since Codewarrior linker optimizes unused functions and variables out, you need to specify your driver functions in ENTRIES section of PRM file. That's it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 04:46:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960016#M16738</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-07-25T04:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960017#M16739</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;In the past, when CodeWarrior 2.0 was used for debugging, there was a RAM target interface possible to be used to debug the code. The CodeWarrior directly loaded code into RAM ane executed it out of it. Unfortunately, this feature&lt;/P&gt;&lt;P&gt;has dissapeared with newer versions of the CodeWarrior and newer be used again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 07:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960017#M16739</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2019-07-25T07:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960018#M16740</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;It doesn't make a lot of sense to add RAM target for each project, usually only small ones will fit the RAM, perhaps it was a right decision to not add them by default.&amp;nbsp;And multiple targets in the same project still are present in CW 5.x. Project-&amp;gt;Create Target, Project-&amp;gt;Set Default Target menus&amp;nbsp;and Targets tab still are enough for multiple targets in one project. Multiple PRM's can be readded to the project, ticking only targets which should use specified PRM. Thinking about this thread subject, hmm, it could be still the same project for loadable driver and bootloader, just an extra layer of complication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:25:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960018#M16740</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-07-25T08:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960019#M16741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &amp;nbsp;reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;well , i try to do follow your idea ,but it show this problem :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1564104915(1).jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/84741iAB51394E44CEEA23/image-size/large?v=v2&amp;amp;px=999" role="button" title="1564104915(1).jpg" alt="1564104915(1).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2019 01:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960019#M16741</guid>
      <dc:creator>oceansea</dc:creator>
      <dc:date>2019-07-26T01:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960020#M16742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You didn't complete ...,COPY INTO destination, that's the source of your error. You shouldn't touch PLACEMENT section at all, only change SEGMENTS section to make ROM pointing to addresses in RAM, trim RAM segment to make room for ROM. Yes, it could be as you do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; RAM = READ_WRITE 0x002E00 TO 0x003FFF;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ROM = READ_ONLY&amp;nbsp; 0x002200 TO 0x002FFF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please restore PLACEMENT section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2019 08:29:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960020#M16742</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-07-26T08:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960021#M16743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick response, but i'm sorry that i dont't quite understand your thought.&amp;nbsp;&lt;/P&gt;&lt;P&gt;maby is try to modify prm file follow below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAMES&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEGMENTS&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp; RAM = READ_WRITE 0x002E00 TO 0x003FFF;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ROM = READ_ONLY&amp;nbsp; 0x002200 TO 0x002FFF;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;END&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;PLACEMENT&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;_PRESTART, &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;STARTUP,&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;ROM_VAR,&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;STRINGS,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;NON_BANKED, &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;DEFAULT_ROM,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;COPY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;DEFAULT_RAM &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO RAM;RM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;END&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;INIT _EntryPoint&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;STACKSIZE 0x200&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;really?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jul 2019 02:50:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960021#M16743</guid>
      <dc:creator>oceansea</dc:creator>
      <dc:date>2019-07-28T02:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960022#M16744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;PLACEMENT&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;_PRESTART, &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;STARTUP,&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;ROM_VAR,&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;STRINGS,&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;NON_BANKED, &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;DEFAULT_ROM,&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;COPY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt; &amp;nbsp;INTO&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;DEFAULT_RAM &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO RAM;RM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;END&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;a,b,c INTO x;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;d,e,f INTO y;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;SPAN&gt;x and y are entries form SEGMENTS..END. You have only RAM and ROM segments, so INTO can be only into RAM or into ROM, but&amp;nbsp;you made INTO pointing to DEFAULT_RAM, which is incorrect and this is why&amp;nbsp;Codewarrior complained.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2019 12:12:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960022#M16744</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-07-29T12:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960023#M16745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks for your quick response，and i understand your &lt;SPAN&gt;thought&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;but i still have a problem ,that :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;//////////////////////////////////////&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentcolor;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;COPY &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG style="border: 0px; font-weight: bold;"&gt; &amp;nbsp;INTO&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentcolor;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&amp;nbsp; &amp;nbsp;DEFAULT_RAM &amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="border: 0px currentcolor;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;INTO RAM;RM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentcolor;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;/////////////////////////////////////////////////////////////////////&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentcolor;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;is copy the&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentcolor;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;//////////////////////////////////&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&amp;nbsp;STARTUP,&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&amp;nbsp; &amp;nbsp;ROM_VAR,&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&amp;nbsp; &amp;nbsp;STRINGS,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&amp;nbsp; &amp;nbsp;NON_BANKED, &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&amp;nbsp; &amp;nbsp;DEFAULT_ROM,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;/////////////////////////////////////////&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;into&amp;nbsp;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;DEFAULT_RAM ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;and what's the meaning about: &amp;nbsp;&amp;nbsp;&lt;SPAN style="color: #3d3d3d; font-weight: normal;"&gt;INTO RAM;RM &amp;nbsp;???&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px currentcolor;"&gt;&lt;STRONG style="border: 0px; color: #3d3d3d; font-weight: normal; "&gt;thank you very much&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 02:03:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960023#M16745</guid>
      <dc:creator>oceansea</dc:creator>
      <dc:date>2019-07-30T02:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960024#M16746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arghh. You broke PLACEMENT section of your PRM, I explained why it is broken.&amp;nbsp;You need to restore it, just that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2019 09:34:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960024#M16746</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-07-30T09:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960025#M16747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i do change follow your idea , it show :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1565055967(1).jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/86280i776F298F247C87AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1565055967(1).jpg" alt="1565055967(1).jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i &amp;nbsp;replace &lt;STRONG style="color: #51626f; border: 0px; font-weight: bold;"&gt;DEFAULT_RAM to RAM ,but it still &amp;nbsp;show some wrong&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 01:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960025#M16747</guid>
      <dc:creator>oceansea</dc:creator>
      <dc:date>2019-08-06T01:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960026#M16748</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;again, I suggested you to &lt;STRONG&gt;restore&lt;/STRONG&gt; PLACEMENT block to it virgin state. You broke it again. RAM can't be at the same time SEGMENT and PLACEMENT. a,b,c INTO &lt;STRONG&gt;RAM&lt;/STRONG&gt; &lt;EM&gt;INTO RAM&lt;/EM&gt;, ROM; . If you don't know how to restore PLACEMENT block, create new project and copy PLACEMENT from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2019 05:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960026#M16748</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2019-08-06T05:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Run in ram</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960027#M16749</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;SPAN style="color: #51626f; background-color: #ffffff;"&gt;i&amp;nbsp;don't know how to restore PLACEMENT block,&amp;nbsp;&lt;/SPAN&gt;this is my prj ,the prm file is generate by the PE,&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you help me modify it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2019 07:15:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Run-in-ram/m-p/960027#M16749</guid>
      <dc:creator>oceansea</dc:creator>
      <dc:date>2019-08-08T07:15:20Z</dc:date>
    </item>
  </channel>
</rss>

