<?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>8-bit MicrocontrollersのトピックAccess Paged Memory Code for HCS08QE128</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156603#M9024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are working with the new MC9S08QE128 part that has a paged memory bank to support 128Kb of Flash Memory. We also use CW 6.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anybody provide an C-code example to access (read and write) the paged memory banks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or provide a link to an application note that describe precisely how to access the memory for this particular MCU? (There are several app notes describing a serial programmer/monitor that programs the memory, but they don't cover the paged access scheme used on the QE128).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 20:54:52 GMT</pubDate>
    <dc:creator>alex_spotw</dc:creator>
    <dc:date>2007-10-18T20:54:52Z</dc:date>
    <item>
      <title>Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156603#M9024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are working with the new MC9S08QE128 part that has a paged memory bank to support 128Kb of Flash Memory. We also use CW 6.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anybody provide an C-code example to access (read and write) the paged memory banks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or provide a link to an application note that describe precisely how to access the memory for this particular MCU? (There are several app notes describing a serial programmer/monitor that programs the memory, but they don't cover the paged access scheme used on the QE128).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 20:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156603#M9024</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2007-10-18T20:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156604#M9025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LAP registers access flash only, so I don't have a banked/linear flash programming sample for you.&lt;BR /&gt;I've attached a sample which shows how the provided library can be used to read from the flash via the LAP registers.&lt;BR /&gt;Do you plan to allocate constant/data into the paged flash, or do you intend to place code there. Placing code is much simpler, just choose the banked memory model in the wizard when creating a project. The attached project shows how to access data, in that case a bunch if strings.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/8BITCOMM/7837_demoqe128_lap_dictionary.zip" rel="nofollow" target="_self"&gt;DEMOQE128_LAP_Dictionary.zip&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-10-27&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;01:42 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 23:43:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156604#M9025</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-10-18T23:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156605#M9026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;We will use the banked memory for regular code.&lt;BR /&gt;&lt;BR /&gt;However, it seems that there is an error with the zip file you provided (The file is invalid or corrupted).&lt;BR /&gt;&lt;BR /&gt;Could you post it again? Thanks.&lt;BR /&gt;&lt;BR /&gt;In the mean time,&amp;nbsp; I will try with the LAP registers.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 00:31:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156605#M9026</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2007-10-19T00:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156606#M9027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Alex,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried the ZIP file and it is working fine.&lt;/DIV&gt;&lt;DIV&gt;May be you need to do a right click, "save link as" for it to work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I just clicked on it from IE6.0.&lt;/DIV&gt;&lt;DIV&gt;If you have further trouble, let me know and I'll email it to you from the Forum email&amp;nbsp;account&lt;/DIV&gt;&lt;DIV&gt;(allow Forums @@@ freescale DOT com in your email client and SPAM rules).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;Alban.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 00:54:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156606#M9027</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-10-19T00:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156607#M9028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hi Alban:&lt;BR /&gt;&lt;BR /&gt;I tried using the "save link as" and it did work. Thanks,&lt;BR /&gt;&lt;BR /&gt;I'll check the examples now.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex R&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 01:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156607#M9028</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2007-10-19T01:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156608#M9029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Daniel:&lt;BR /&gt;&lt;BR /&gt;Thank you for your example. Accessing the Linear Address Register allows to read from all memory locations.&lt;BR /&gt;&lt;BR /&gt;In the mean time, Freescale Support has provided the source code for complete functions to Erase, Program and Read the Flash Memory, from one of their Training Labs. That code is also working.&lt;BR /&gt;&lt;BR /&gt;I will suggest them to put it either in this forum or in the QE128 web page (maybe as an App Note)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 04:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156608#M9029</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2007-10-19T04:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Access Paged Memory Code for HCS08QE128</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156609#M9030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can I get a copy of the code from the Training Labs....is it free?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 07:21:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Access-Paged-Memory-Code-for-HCS08QE128/m-p/156609#M9030</guid>
      <dc:creator>pbouf</dc:creator>
      <dc:date>2010-02-25T07:21:28Z</dc:date>
    </item>
  </channel>
</rss>

