<?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中的主题 Re: How do I enable SetPage and GetPage in InitEEPROM component?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190233#M618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, the opinion stands. If you don't want people to ask stupid questions because they had to make un-necessary assumptions about how the program works, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A little feedback is all that is needed. If the code is already generated, then there should be some indication of that fact where all of the functions are listed so that the user can tell with a glance that the job was done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take five minutes and write a more specific set of instructions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 01:19:22 GMT</pubDate>
    <dc:creator>checkers</dc:creator>
    <dc:date>2012-11-29T01:19:22Z</dc:date>
    <item>
      <title>How do I enable SetPage and GetPage in InitEEPROM component?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190229#M614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the MC9S12P32CFT with Processor Expert. I added the InitEEPROM component and configured it the best I could, but I don't know how to enable and generate the SetPage and GetPage code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the secret? Can't find anything useful in the docs or online.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 00:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190229#M614</guid>
      <dc:creator>checkers</dc:creator>
      <dc:date>2012-11-28T00:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable SetPage and GetPage in InitEEPROM component?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190230#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please check the "Typical Usage" page in the help of the component (Right click on the component followed "Help on Component" command). Some description should be also in the hint of the methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you need to set the Page Size property to non-zero value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 08:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190230#M615</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2012-11-28T08:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable SetPage and GetPage in InitEEPROM component?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190231#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that. I set the page size to 1024 bytes. The two functions SetPage() and GetPage() are still greyed out with no button to 'generate code' next to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I investigated a little deeper and decided to look at the generated code iin IEE1.c. Guess what? The code was generated and is in the file. So, the instructions are not clear, or this is a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting the page size to non-zero automatically generates the code for SetPage and GetPage functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the Processor Expert team should fix this discrepency.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 15:07:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190231#M616</guid>
      <dc:creator>checkers</dc:creator>
      <dc:date>2012-11-28T15:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable SetPage and GetPage in InitEEPROM component?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190232#M617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is misunderstanding from UI. If you see "generate code" text by a method it means method is available and its code is generated. However, I think that the behavior of the IntFlash component is correct and corresponds to the documentation. SetPage/GetPage methods are enabled in case the "Virtual page" item is set to "Enabled".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that get the answer for your original question: &lt;/P&gt;&lt;P&gt;Q: How do I enable SetPage and GetPage in InitEEPROM component?&lt;/P&gt;&lt;P&gt;A: These method are enabled only if &lt;A&gt;Virtual page&lt;/A&gt; property is enabled&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Vojtech Filip&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 15:25:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190232#M617</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2012-11-28T15:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do I enable SetPage and GetPage in InitEEPROM component?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190233#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, the opinion stands. If you don't want people to ask stupid questions because they had to make un-necessary assumptions about how the program works, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A little feedback is all that is needed. If the code is already generated, then there should be some indication of that fact where all of the functions are listed so that the user can tell with a glance that the job was done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take five minutes and write a more specific set of instructions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 01:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/How-do-I-enable-SetPage-and-GetPage-in-InitEEPROM-component/m-p/190233#M618</guid>
      <dc:creator>checkers</dc:creator>
      <dc:date>2012-11-29T01:19:22Z</dc:date>
    </item>
  </channel>
</rss>

