<?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>Processor Expert SoftwareのトピックIs it possible to use two IntEEPROM beans, simultaneously?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Is-it-possible-to-use-two-IntEEPROM-beans-simultaneously/m-p/160446#M183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HCS12XEP100, IntEEPROM bean and PE V2.99.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use 4096 bytes of emulated EEPROM.&lt;/P&gt;&lt;P&gt;In addition to that I want to use more of the EEPROM&lt;/P&gt;&lt;P&gt;and access it with the SetByte and Get Byte functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added two beans and set up the Start adresses and used sizes accordingly,&lt;/P&gt;&lt;P&gt;but PE complains about using the bean twice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it not possible to set up more than one IntEEPROM bean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, how do I use emulated and NOT emulated EEPROM simultaneously?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anders J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 01:12:08 GMT</pubDate>
    <dc:creator>AndersJ</dc:creator>
    <dc:date>2011-08-19T01:12:08Z</dc:date>
    <item>
      <title>Is it possible to use two IntEEPROM beans, simultaneously?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Is-it-possible-to-use-two-IntEEPROM-beans-simultaneously/m-p/160446#M183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HCS12XEP100, IntEEPROM bean and PE V2.99.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use 4096 bytes of emulated EEPROM.&lt;/P&gt;&lt;P&gt;In addition to that I want to use more of the EEPROM&lt;/P&gt;&lt;P&gt;and access it with the SetByte and Get Byte functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added two beans and set up the Start adresses and used sizes accordingly,&lt;/P&gt;&lt;P&gt;but PE complains about using the bean twice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it not possible to set up more than one IntEEPROM bean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, how do I use emulated and NOT emulated EEPROM simultaneously?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anders J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 01:12:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Is-it-possible-to-use-two-IntEEPROM-beans-simultaneously/m-p/160446#M183</guid>
      <dc:creator>AndersJ</dc:creator>
      <dc:date>2011-08-19T01:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to use two IntEEPROM beans, simultaneously?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Is-it-possible-to-use-two-IntEEPROM-beans-simultaneously/m-p/160447#M184</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;IntEEPROM component must have only one instance in the project. To use D-Flash and emulated eeprom simultaneously, you have to partition the memory first, see properties „D-Flash sector count“ and&amp;nbsp; „Buffer RAM sector count for Emulated EEPROM“ Ratio between D-Flash and Emulated eeprom size is selected by these two properties. In the third column of these properties, you can see the range of addresses that are acceptable for SetByte, GetByte methods in corresponding area. You will have to adjust also „Used size“ property according to selected D-Flash size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The partitioning itself is performed either in init code (property „Partition D-Flash in init“ must be set to yes), or by calling „Partition“ method anywhere in the user code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After that you can use GetByte, SetByte and other methods with addresses displayed in „D-Flash sector count“ and&amp;nbsp; „Buffer RAM sector count for Emulated EEPROM“ properties. The methods will automatically write the value to correct place according to the address passed as the parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 14:26:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Is-it-possible-to-use-two-IntEEPROM-beans-simultaneously/m-p/160447#M184</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2011-08-19T14:26:45Z</dc:date>
    </item>
  </channel>
</rss>

