<?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>topic Re: [S12NE64] How to create array in external RAM in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125446#M320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;hi Alban Rampon,i want to read from extern RAM,and&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;i set up my extern RAM address is 0x4000-0x5fff(hardware set up).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;what i must to write in&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;PRM file is MY_RAM = READ_WRITE 0x4000 TO 0x5fff,and DATA_PAGE INTO MY_RAM;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;main.c：&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;#include &amp;lt;hidef.h&amp;gt; /* common defines and macros */&lt;BR /&gt;#include &amp;lt;MC9S12NE64.h&amp;gt; /* derivative information */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;#pragma DATA_SEG __PPAGE_SEG DATA_PAGE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;unsigned char&lt;/FONT&gt;&lt;/STRONG&gt; &lt;A href="mailto:MR1@0X4010" rel="nofollow" target="_blank"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;MR1@0X4010&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;#pragma DATA_SEG DEFAULT&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;void main(void) {&lt;BR /&gt;unsigned char *__far ptr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;CLKSEL=0;&lt;BR /&gt;CLKSEL_PLLSEL = 0; /* Select clock source from XTAL */&lt;BR /&gt;PLLCTL_PLLON = 0; /* Disable the PLL */&lt;BR /&gt;SYNR = 11; /* Set the multiplier register 2 2 */&lt;BR /&gt;REFDV = 7; /* Set the divider register 7 8 */&lt;BR /&gt;PLLCTL = 192;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;PLLCTL_PLLON = 1; /* Enable the PLL */&lt;BR /&gt;while(!CRGFLG_LOCK); /* Wait */&lt;BR /&gt;CLKSEL_PLLSEL = 1;&lt;/STRONG&gt; /* Select clock source from PLL */&lt;BR /&gt;///expended ram init///////////////////////////////////////&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;RDRIV=0x00;&lt;BR /&gt;PEAR=0X0C;&lt;BR /&gt;EBICTL=0X01;//0:free run&lt;BR /&gt;MISC=0X01;&lt;BR /&gt;MODE=0XAB;//normal expended wide&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;ptr=(unsigned char *__far)&amp;amp;MR1;&lt;BR /&gt;*ptr=0x80;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;have something wrong ? thanks a lot&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by arde on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-05-10&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:54 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 May 2009 20:52:55 GMT</pubDate>
    <dc:creator>arde</dc:creator>
    <dc:date>2009-05-10T20:52:55Z</dc:date>
    <item>
      <title>EVB9S12NE64 EXTERNAL RAM</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125441#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;Does anybody tried to work with the external ram&lt;/DIV&gt;&lt;DIV&gt;on the evb9s12ne64?&lt;/DIV&gt;&lt;DIV&gt;if so do you know how to config the linker file and have&lt;/DIV&gt;&lt;DIV&gt;any example of testing it?&lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif"&gt;&lt;IMG alt=":smileysurprised:" class="emoticon emoticon-smileysurprised" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-surprised.gif" title="Smiley Surprised" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 19:03:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125441#M315</guid>
      <dc:creator>Win</dc:creator>
      <dc:date>2006-01-30T19:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: EVB9S12NE64 EXTERNAL RAM</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125442#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi Winner,&lt;BR /&gt;&lt;BR /&gt;I would advise you the Application Note &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2287.pdf" rel="nofollow" target="_blank"&gt;AN2287&lt;/A&gt; linked to the other &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2408.pdf" rel="nofollow" target="_blank"&gt;AN2408&lt;/A&gt;.&lt;BR /&gt;The latest one gives you examples on the External Bus Interface for S122 generally speaking.&lt;BR /&gt;&lt;BR /&gt;Is that all right ?&lt;BR /&gt;Cheers,&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;BR /&gt;Message Edited by bongosai on &lt;SPAN class="date_text"&gt;2007-07-23&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:41 PM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 19:50:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125442#M316</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-01-30T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: EVB9S12NE64 EXTERNAL RAM</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125443#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Frenchman from Scotland,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'v seen this appliction notes but could not understand&lt;/DIV&gt;&lt;DIV&gt;how to set up the prm file, what is the address range for the ram?&lt;/DIV&gt;&lt;DIV&gt;thanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2006 20:30:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125443#M317</guid>
      <dc:creator>Win</dc:creator>
      <dc:date>2006-01-30T20:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: EVB9S12NE64 EXTERNAL RAM</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125444#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Would something like the following be more suitable ? &lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; /* paged RAM */&lt;BR /&gt;&lt;BR /&gt;RAM_FB = READ_WRITE 0xFB1000 TO 0xFB1FFF;&lt;BR /&gt;&lt;BR /&gt;RAM_FC = READ_WRITE 0xFC1000 TO 0xFC1FFF;&lt;BR /&gt;&lt;BR /&gt;RAM_FD = READ_WRITE 0xFD1000 TO 0xFD1FFF;&lt;BR /&gt;&lt;BR /&gt;/* RAM_FE = READ_WRITE 0xFE1000 TO 0xFE1FFF; intentionally not defined: equivalent to RAM */&lt;BR /&gt;&lt;BR /&gt;/* RAM_FF = READ_WRITE 0xFF1000 TO 0xFF1FFF; intentionally not defined: equivalent to RAM */&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Alban.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 00:32:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125444#M318</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-01-31T00:32:32Z</dc:date>
    </item>
    <item>
      <title>[S12NE64] How to create array in external RAM</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125445#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Guys,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I wanted to share a &lt;U&gt;very&lt;/U&gt; interesting and descriptive reply I receveid from FSL Support. I added my comments in between.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;This answer explains &lt;STRONG&gt;how to create array in external RAM&lt;/STRONG&gt;. If you want to do it on specific address inside internal RAM please contact me again.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;MC9S12.. MCUs have paged and non-paged memory space&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;NE64&lt;BR /&gt;Address Addressed memory space&lt;BR /&gt;- 0000~4000 Internal&lt;BR /&gt;- 4000~7FFF Internal&lt;BR /&gt;- 8000~BFFF paged memory window &lt;FONT face="Courier New" size="2"&gt;–&lt;/FONT&gt; &lt;FONT size="2"&gt;pages 3C,3D,3E,3F are assigned to internal flash memory so if the internal flash is enabled then addresses (3C0000,3D0000,3E0000,3F000) + (8000~BFFF) address internal flash.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Moreover, addresses 3E8000~3EBFFF address the same space as addresses 4000~7FFF and addresses 3F8000~3FBFFF address the same space as addresses C000~FFFF.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Note: If ROMHM bit in the register MISC is 1 then memory 4000~7FFF is disabled for direct access and it is accessible only by address 3E0000 + (8000~BFFF). Now, because addresses 4000~7FFF can not address internal space these addresses will appear on the external bus in expanded modes.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Unused pages 00~3B do not address internal space and together with memory window 8000~BFFF creates logical address for external bus.&lt;BR /&gt;- C000~FFFF Internal&lt;BR /&gt;-------------&lt;BR /&gt;Let’s say that logical paged address is internal MCU address created as (PPAGE&amp;lt;&amp;lt;16)+(8000~BFFF) and physical address is logical address transformed by internal HW and visible on the external bus. The transformation mechanism can be seen in the attached excel sheet ADDRESS ON BUS.xls.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;So, if you need to create 8kB array (char or int) it is not any problem because it fits into one memory page which has 16kB size. Let’s consider memory connection as in the schematic for evaluation board 9S12NE64. Then we will use page 00 =&amp;gt; logical address space 0x008000~0x00BFFF =&amp;gt; physical address 0x000000~0x003FFF. We have to create section and placement for variable inside the PRM file and then we initiate variable inside defined placement.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Ladislav&amp;nbsp;has prepared an example project NE64 - 8kB EX_SRAM which shows you how to ….&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;&lt;U&gt;NOTE:&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;Compiler command line have to contain: &lt;STRONG&gt;-CpPPAGE=RUNTIME -D_HCS12 -Mb&lt;BR /&gt;&lt;/STRONG&gt;The S12 has only one Page register and we want to access both Paged RAM and äged Flash so we need a small routine for the compiler to&amp;nbsp;automatically deal with&amp;nbsp;this... Neat !&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;Thank You very much Ladislav &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Cheers,&lt;BR /&gt;Alvin.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2006 18:18:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125445#M319</guid>
      <dc:creator>Nabla69</dc:creator>
      <dc:date>2006-02-10T18:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: [S12NE64] How to create array in external RAM</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125446#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;hi Alban Rampon,i want to read from extern RAM,and&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;i set up my extern RAM address is 0x4000-0x5fff(hardware set up).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;what i must to write in&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;PRM file is MY_RAM = READ_WRITE 0x4000 TO 0x5fff,and DATA_PAGE INTO MY_RAM;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;main.c：&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;#include &amp;lt;hidef.h&amp;gt; /* common defines and macros */&lt;BR /&gt;#include &amp;lt;MC9S12NE64.h&amp;gt; /* derivative information */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;#pragma DATA_SEG __PPAGE_SEG DATA_PAGE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;unsigned char&lt;/FONT&gt;&lt;/STRONG&gt; &lt;A href="mailto:MR1@0X4010" rel="nofollow" target="_blank"&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;MR1@0X4010&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;#pragma DATA_SEG DEFAULT&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;void main(void) {&lt;BR /&gt;unsigned char *__far ptr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;CLKSEL=0;&lt;BR /&gt;CLKSEL_PLLSEL = 0; /* Select clock source from XTAL */&lt;BR /&gt;PLLCTL_PLLON = 0; /* Disable the PLL */&lt;BR /&gt;SYNR = 11; /* Set the multiplier register 2 2 */&lt;BR /&gt;REFDV = 7; /* Set the divider register 7 8 */&lt;BR /&gt;PLLCTL = 192;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;PLLCTL_PLLON = 1; /* Enable the PLL */&lt;BR /&gt;while(!CRGFLG_LOCK); /* Wait */&lt;BR /&gt;CLKSEL_PLLSEL = 1;&lt;/STRONG&gt; /* Select clock source from PLL */&lt;BR /&gt;///expended ram init///////////////////////////////////////&lt;BR /&gt;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000000"&gt;RDRIV=0x00;&lt;BR /&gt;PEAR=0X0C;&lt;BR /&gt;EBICTL=0X01;//0:free run&lt;BR /&gt;MISC=0X01;&lt;BR /&gt;MODE=0XAB;//normal expended wide&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;ptr=(unsigned char *__far)&amp;amp;MR1;&lt;BR /&gt;*ptr=0x80;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;have something wrong ? thanks a lot&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by arde on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-05-10&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;02:54 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2009 20:52:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/EVB9S12NE64-EXTERNAL-RAM/m-p/125446#M320</guid>
      <dc:creator>arde</dc:creator>
      <dc:date>2009-05-10T20:52:55Z</dc:date>
    </item>
  </channel>
</rss>

