<?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 EEPROM on 9s12x512 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138917#M2231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I can read and write 2045 locations in the EEPROM addressing space starting at&lt;/DIV&gt;&lt;DIV&gt;EEPROMStart and going 2045 locations.&amp;nbsp;&amp;nbsp; When I try to access the rest of the 4k&lt;/DIV&gt;&lt;DIV&gt;the processor hangs and resets itself? Any clues?&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 02:26:59 GMT</pubDate>
    <dc:creator>Keep_Smiling_2</dc:creator>
    <dc:date>2006-12-05T02:26:59Z</dc:date>
    <item>
      <title>EEPROM on 9s12x512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138917#M2231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I can read and write 2045 locations in the EEPROM addressing space starting at&lt;/DIV&gt;&lt;DIV&gt;EEPROMStart and going 2045 locations.&amp;nbsp;&amp;nbsp; When I try to access the rest of the 4k&lt;/DIV&gt;&lt;DIV&gt;the processor hangs and resets itself? Any clues?&lt;/DIV&gt;&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 02:26:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138917#M2231</guid>
      <dc:creator>Keep_Smiling_2</dc:creator>
      <dc:date>2006-12-05T02:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM on 9s12x512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138918#M2232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I'm looking at the MC9S12XDP512 family data sheet (MC9S12XDP512V2.pdf) and it appears that the most this part could have is 4K of EEPROM. I don't know what size you access your "location" as, but if it's a word or larger you might be running off the end of EEPROM memory and triggering an illegal address reset exception.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 23:13:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138918#M2232</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2006-12-05T23:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM on 9s12x512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138919#M2233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Tom,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Yes, It is suppoased to be 4K, but as soon as I try to read or write the 2046th location the reset takes me into the weeds..... I know I read that there is about 4 locations of unusable&amp;nbsp;space for overhead. I'm using the Processor expert&amp;nbsp; to access each byte of EEPROM: &amp;nbsp;EEPROMStart + OFFSET is valid until the 2046th location is addressed. Any clues now?&lt;/DIV&gt;&lt;DIV&gt;Terry&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 02:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138919#M2233</guid>
      <dc:creator>Keep_Smiling_2</dc:creator>
      <dc:date>2006-12-06T02:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: EEPROM on 9s12x512</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138920#M2234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Terry,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm not sure you'll keep smiling, but I'll try anyway.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is it &lt;STRONG&gt;data store/read&lt;/STRONG&gt; you do from these locations, or &lt;STRONG&gt;code execution&lt;/STRONG&gt; ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Code Execution has a prefetch pipeline as documented in the CPU reference manual. If you fetch outside implemented memory, you get a Illegal Address Reset....&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>Wed, 06 Dec 2006 21:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/EEPROM-on-9s12x512/m-p/138920#M2234</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-12-06T21:11:12Z</dc:date>
    </item>
  </channel>
</rss>

