<?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: help using intEEPROM bean with Full Chip Simulator on HCS12X. in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206065#M7937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EEPROM simulation is not full implemented. You get only EEPROM registers defined in memory space, for which you get warning every time you access them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2011 23:15:48 GMT</pubDate>
    <dc:creator>kef</dc:creator>
    <dc:date>2011-05-13T23:15:48Z</dc:date>
    <item>
      <title>help using intEEPROM bean with Full Chip Simulator on HCS12X.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206064#M7936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am using CodeWarrior v5.1 with Processor Expert. Target is MC9S12XDT512.&lt;/P&gt;&lt;P&gt;I am having trouble getting the intEEPROM working in the simulator. Here is what I tried to start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. create tutorial project (GuessTheNumber).&lt;/P&gt;&lt;P&gt;2. add IEE1 intEEPROM component from Processor Expert.&lt;/P&gt;&lt;P&gt;3. Set IEE1 "Start Address" to 13F000, "Used Size" to 400.&lt;/P&gt;&lt;P&gt;4. Make project.&lt;/P&gt;&lt;P&gt;5. Run project using FCS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the call to PE_low_level_init() returns I see the error :&lt;/P&gt;&lt;P&gt;FCS Warning (ID 9): writing to unimplemented register at pc=0xfe822d'L, Value: 0x4A, Memory Address: 0x110. EEPROM CONTROL module not implemented.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some kind soul tell me what I am doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 21:18:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206064#M7936</guid>
      <dc:creator>holder</dc:creator>
      <dc:date>2011-05-13T21:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: help using intEEPROM bean with Full Chip Simulator on HCS12X.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206065#M7937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EEPROM simulation is not full implemented. You get only EEPROM registers defined in memory space, for which you get warning every time you access them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 23:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206065#M7937</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2011-05-13T23:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: help using intEEPROM bean with Full Chip Simulator on HCS12X.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206066#M7938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you certain about this? If I remove the EEPROM bean from the project I still get the same error message when accessing the EEPROM when running the simulator- so what is the value of adding the bean? Something is not right if I get the message with and without the bean in the FCS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically reading the file FCS_Notes_MC9S12DP512.pdf the 4Kbyte EEPROM Module is tagged with subscript 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Any memory is integral part of the core simulator&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;It is NOT tagged with subscript 3 which indicates the behavior you describe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Registers of this module are implemented to allow read and write access but no module specific functionality&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Freescale, can you comment on the functionality of the EEPROM bean in the FCS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2011 02:28:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206066#M7938</guid>
      <dc:creator>holder</dc:creator>
      <dc:date>2011-05-14T02:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: help using intEEPROM bean with Full Chip Simulator on HCS12X.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206067#M7939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beans have nothing to do with simulator. Beans generated code should work on real hardware. And I meant previously that &lt;STRONG&gt;simulator&lt;/STRONG&gt; support for&amp;nbsp;EEPROM is not complete. What you have to do on real hardware to write or erase EEPROM: write to EEPROM, write command register, write status register, wait for operation complete - this all won't work properly in current simulator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you found good point in documentation:&lt;/P&gt;&lt;P&gt;"Registers of this (EEPROM) module are implemented to allow read and write access &lt;STRONG&gt;but no module specific functionality"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2011 13:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/help-using-intEEPROM-bean-with-Full-Chip-Simulator-on-HCS12X/m-p/206067#M7939</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2011-05-14T13:19:37Z</dc:date>
    </item>
  </channel>
</rss>

