<?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のトピックRe: EEPROM in flash</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127691#M1449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I need to emulater EEPROM also. The previous document is nice but does not have code for load leveling. I would think if we had the source code for any of the 908s it would be easy to adapt to a specific device.&lt;BR /&gt;&lt;BR /&gt;gk&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Mar 2006 01:36:41 GMT</pubDate>
    <dc:creator>gregk</dc:creator>
    <dc:date>2006-03-24T01:36:41Z</dc:date>
    <item>
      <title>EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127687#M1445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello, I need a routine wirted in c to emulate eeprom in flash memory, someone can help me?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 07:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127687#M1445</guid>
      <dc:creator>ppcco</dc:creator>
      <dc:date>2006-03-01T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127688#M1446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;It depends on the 68HC08 familly you use...&lt;/DIV&gt;&lt;DIV&gt;Some ref. are embedded routines to do this (KX, ..).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 16:08:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127688#M1446</guid>
      <dc:creator>yb</dc:creator>
      <dc:date>2006-03-01T16:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127689#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;There is a C reference project written by Metrowerks to do this. It's for a different processor but it work.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 02:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127689#M1447</guid>
      <dc:creator>irob</dc:creator>
      <dc:date>2006-03-08T02:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127690#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I just posted over on another thread, but here it is again...&lt;BR /&gt;&lt;BR /&gt;I just got some new info from my local distributor about updated Freescale docs:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN1831.pdf?srch=1" rel="nofollow" target="_blank"&gt;AN1831&lt;/A&gt; using MC68HC908 On-Chip FLASH Programming Routines&lt;BR /&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2874.pdf?srch=1" rel="nofollow" target="_blank"&gt;AN2874&lt;/A&gt; Using M68HC908 ROM-Resident Routines&lt;BR /&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2874SW.zip?srch=1" rel="nofollow" target="_blank"&gt;AN2874SW&lt;/A&gt; CodeWarrior 5 demo software for both the HC908QY4 and HC908LJ12&lt;BR /&gt;&lt;BR /&gt;Looks promising...&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:09:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127690#M1448</guid>
      <dc:creator>irob</dc:creator>
      <dc:date>2006-03-24T01:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127691#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I need to emulater EEPROM also. The previous document is nice but does not have code for load leveling. I would think if we had the source code for any of the 908s it would be easy to adapt to a specific device.&lt;BR /&gt;&lt;BR /&gt;gk&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:36:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127691#M1449</guid>
      <dc:creator>gregk</dc:creator>
      <dc:date>2006-03-24T01:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127692#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;gregk wrote:&lt;BR /&gt;The previous document... does not have code for load leveling.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What do you mean by load leveling?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 01:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127692#M1450</guid>
      <dc:creator>irob</dc:creator>
      <dc:date>2006-03-24T01:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127693#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Load leveling is where the processor manages the number of write operations to a specific location. Actually here is an article on EDN about it.&lt;BR /&gt;&lt;A href="http://www.elecdesign.com/Articles/Index.cfm?AD=1&amp;amp;ArticleID=12120" target="test_blank"&gt;http://www.elecdesign.com/Articles/Index.cfm?AD=1&amp;amp;ArticleID=12120&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;gk&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 06:30:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127693#M1451</guid>
      <dc:creator>gregk</dc:creator>
      <dc:date>2006-03-24T06:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127694#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Ahh, yes ok. Funny, I'd never heard the term before but I'm actually doing that in my own code. It wasn't too bad to do by hand, depending on how many bytes you're storing.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2006 06:38:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127694#M1452</guid>
      <dc:creator>irob</dc:creator>
      <dc:date>2006-03-24T06:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM in flash</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127695#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I see that many places it is called wear leveling instead of code leveling.&lt;BR /&gt;&lt;BR /&gt;This Spansion document shows the functionality very well and could help anyone get started.&lt;BR /&gt;&lt;A href="http://www.spansion.com/application_notes/22274.pdf" target="test_blank"&gt;http://www.spansion.com/application_notes/22274.pdf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Mar 2006 03:25:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/EEPROM-in-flash/m-p/127695#M1453</guid>
      <dc:creator>gregk</dc:creator>
      <dc:date>2006-03-25T03:25:17Z</dc:date>
    </item>
  </channel>
</rss>

