<?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 Using Flash as EEPROM in QE8 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162672#M9967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Last year sometime, Peg posted a program in assembly for using Flash as EEPROM with the 9S08QG8.&amp;nbsp; It worked fine and I also used it without change for the 9S08SH8.&amp;nbsp; Now I am trying to port a program over to the newer 9S08QE8 and have not, as yet been able to get&amp;nbsp;the program&amp;nbsp;to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has Peg or anyone else tried this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2009 21:41:30 GMT</pubDate>
    <dc:creator>RogerSchaefer</dc:creator>
    <dc:date>2009-03-16T21:41:30Z</dc:date>
    <item>
      <title>Using Flash as EEPROM in QE8</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162672#M9967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Last year sometime, Peg posted a program in assembly for using Flash as EEPROM with the 9S08QG8.&amp;nbsp; It worked fine and I also used it without change for the 9S08SH8.&amp;nbsp; Now I am trying to port a program over to the newer 9S08QE8 and have not, as yet been able to get&amp;nbsp;the program&amp;nbsp;to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has Peg or anyone else tried this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2009 21:41:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162672#M9967</guid>
      <dc:creator>RogerSchaefer</dc:creator>
      <dc:date>2009-03-16T21:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Flash as EEPROM in QE8</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162673#M9968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No he hasn't.&lt;/P&gt;&lt;P&gt;He also does not know why it would not work.&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;Are you using the version that turns on a led on failure?&lt;/P&gt;&lt;P&gt;What is the filename of my code you are basing this on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 05:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162673#M9968</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-03-17T05:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Flash as EEPROM in QE8</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162674#M9969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The message subject was "Complete assembly programme for demonstrating EEPROM emulation in a QG8" back on 2007-11-17.&amp;nbsp; The filename was "qg4flash.asm"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure if my problem is with this code or with setting up the ICS to get the correct bus clock speed on the 9S08QE8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 09:09:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162674#M9969</guid>
      <dc:creator>RogerSchaefer</dc:creator>
      <dc:date>2009-03-17T09:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using Flash as EEPROM in QE8</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162675#M9970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code was adapted from a GB60 original version.&lt;/P&gt;&lt;P&gt;AFAIK all S08 flash is essentially the same. The only bit that varies should be the clock setup. Once you have that correct the rest should be the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 10:07:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Using-Flash-as-EEPROM-in-QE8/m-p/162675#M9970</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2009-03-17T10:07:24Z</dc:date>
    </item>
  </channel>
</rss>

