<?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: Looking for example code for using IntEEPROM in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264468#M1673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also having problems using the IntEEPROM functions with my MC9S08PT60 MPU.&lt;/P&gt;&lt;P&gt;I've tried contacting Freescale support a week ago regarding it(Service Request "SR 1-2057880684"), but I havent got any response yet...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I think I've found two errors in the PE generated code:&lt;/P&gt;&lt;P&gt;1. "typedef byte * IEE1_TAddress; /* Type of address to the EEPROM */ "&lt;/P&gt;&lt;P&gt;in the file IEE1.h needs to be a pointer to a &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;word not a byte (since the eeprom address starts at 0x3100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. This row in both the functions IEE1_GetByte and IEE1_SetByte seams to be wrong &lt;/P&gt;&lt;P&gt;" if(((word)Addr &amp;lt;...." It should start with "if(((word)*Addr &amp;lt;..... " otherwise it compares the adress of the pointer and not the adress itself.&lt;/P&gt;&lt;P&gt;(It's a little annoying to change this back every time I've regenerated the PE-code, any ideas on how to avoid that?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But even after fixing these, I still can't write to the eeprom area.&lt;/P&gt;&lt;P&gt;I get the error code "9" (ERR_NOTAVAIL), and when I debug it I can see that it is the function EraseSectorInternal() that is called from the IEE1_SetByte()-function that generates the error code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then started to look at the registers, and it gives the errorcode because the bit ACCERR in the status register NVM_FSTAT is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a test project to debug it and to highlight the problem:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/0h2tks5ybo2mtpu/eeprom_test.zip"&gt;https://www.dropbox.com/s/0h2tks5ybo2mtpu/eeprom_test.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's written for a TWR-SO8PT60 kit, and requires a serial cable to the computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It reads a character that you send from a hyperterminal window (9600,8,N,1,N) &lt;/P&gt;&lt;P&gt;Then the program tries to store it to the eeprom-area&lt;/P&gt;&lt;P&gt;and then retreive it and echo it back to the terminal window together with some debug info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also displays the error codes and the status of the NVM_FSTAT register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The read functions seems to work (it returns "1" all the time, but no error codes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this result in the terminalwindow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error code(after eeprom write):09&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NVM_FSTAT(after eeprom write): 10100000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error code(after eeprom read): 00&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;stored character echoed back: 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using codewarrior 10.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to both enable and disable Memory area 5 in build options for the cpu.&lt;/P&gt;&lt;P&gt;And both exclusive eeprom usage and not for the intEEPROM-component&lt;/P&gt;&lt;P&gt;And both safe and destructive writes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCU:s both in my tower-kit and in the actual prototype I'm working on are of the 4N40C batch btw.&lt;/P&gt;&lt;P&gt;In case this is another bug in the hardware...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 13:28:36 GMT</pubDate>
    <dc:creator>fredrikb</dc:creator>
    <dc:date>2014-07-25T13:28:36Z</dc:date>
    <item>
      <title>Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264463#M1668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for example code for using the IntEEPROM. I realize it is processor dependent but it looked straight forward in use. Using an S08PA16, figured we would keep one MCU vendor in house instead of 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for setup/use for GetWord and SetWord. We generate nothing but errors in our short experiment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2013 15:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264463#M1668</guid>
      <dc:creator>Blackdragon</dc:creator>
      <dc:date>2013-07-10T15:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264464#M1669</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;you can find some code snipset in "Typical usage" page in the help of the component, the help is available via "Help" comnand when you right click ont he component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching the file.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 08:31:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264464#M1669</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2013-07-11T08:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264465#M1670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vojtech. I have become so used to ferreting information I forgot the obvious place.&lt;/P&gt;&lt;P&gt;Did notice all the examples are in byte format, Just adjusted it for word and got error that it was looking for a byte, odd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 20:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264465#M1670</guid>
      <dc:creator>Blackdragon</dc:creator>
      <dc:date>2013-07-11T20:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264466#M1671</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;in case the problem persist, could you please post here some project demonstarting the behaviour?&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;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 09:29:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264466#M1671</guid>
      <dc:creator>vfilip</dc:creator>
      <dc:date>2013-07-12T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264467#M1672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Did you got success in your application using EEPROM of S08PA16?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to solve the same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If it's possible, could you send me the example you did?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264467#M1672</guid>
      <dc:creator>edsonabreu</dc:creator>
      <dc:date>2014-06-12T14:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264468#M1673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also having problems using the IntEEPROM functions with my MC9S08PT60 MPU.&lt;/P&gt;&lt;P&gt;I've tried contacting Freescale support a week ago regarding it(Service Request "SR 1-2057880684"), but I havent got any response yet...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First I think I've found two errors in the PE generated code:&lt;/P&gt;&lt;P&gt;1. "typedef byte * IEE1_TAddress; /* Type of address to the EEPROM */ "&lt;/P&gt;&lt;P&gt;in the file IEE1.h needs to be a pointer to a &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;word not a byte (since the eeprom address starts at 0x3100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. This row in both the functions IEE1_GetByte and IEE1_SetByte seams to be wrong &lt;/P&gt;&lt;P&gt;" if(((word)Addr &amp;lt;...." It should start with "if(((word)*Addr &amp;lt;..... " otherwise it compares the adress of the pointer and not the adress itself.&lt;/P&gt;&lt;P&gt;(It's a little annoying to change this back every time I've regenerated the PE-code, any ideas on how to avoid that?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But even after fixing these, I still can't write to the eeprom area.&lt;/P&gt;&lt;P&gt;I get the error code "9" (ERR_NOTAVAIL), and when I debug it I can see that it is the function EraseSectorInternal() that is called from the IEE1_SetByte()-function that generates the error code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then started to look at the registers, and it gives the errorcode because the bit ACCERR in the status register NVM_FSTAT is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a test project to debug it and to highlight the problem:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/0h2tks5ybo2mtpu/eeprom_test.zip"&gt;https://www.dropbox.com/s/0h2tks5ybo2mtpu/eeprom_test.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's written for a TWR-SO8PT60 kit, and requires a serial cable to the computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It reads a character that you send from a hyperterminal window (9600,8,N,1,N) &lt;/P&gt;&lt;P&gt;Then the program tries to store it to the eeprom-area&lt;/P&gt;&lt;P&gt;and then retreive it and echo it back to the terminal window together with some debug info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also displays the error codes and the status of the NVM_FSTAT register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The read functions seems to work (it returns "1" all the time, but no error codes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get this result in the terminalwindow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error code(after eeprom write):09&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NVM_FSTAT(after eeprom write): 10100000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error code(after eeprom read): 00&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;stored character echoed back: 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using codewarrior 10.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to both enable and disable Memory area 5 in build options for the cpu.&lt;/P&gt;&lt;P&gt;And both exclusive eeprom usage and not for the intEEPROM-component&lt;/P&gt;&lt;P&gt;And both safe and destructive writes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCU:s both in my tower-kit and in the actual prototype I'm working on are of the 4N40C batch btw.&lt;/P&gt;&lt;P&gt;In case this is another bug in the hardware...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 13:28:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264468#M1673</guid>
      <dc:creator>fredrikb</dc:creator>
      <dc:date>2014-07-25T13:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Looking for example code for using IntEEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264469#M1674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With the help of Willian and people from our representative and distribuitor for Freescale, ITECH, I got success using INTEEPROM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; See below my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="color: #7f0055; font-family: Consolas; font-size: 10pt;"&gt;#include&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="color: #2a00ff; font-family: Consolas; font-size: 10pt;"&gt;"IEE1.h"&amp;nbsp; // this must be in the beginning of the program&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;Main()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt; Sinal&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt; = 10;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;Vmin1Sinal = 11;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;Vmax1Sinal = 12;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IEE1_SetWord(IEE1_AREA_START, &lt;SPAN style="text-decoration: underline;"&gt;Sinal&lt;/SPAN&gt;);&amp;nbsp; //&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;save first 16 bits variable &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IEE1_SetWord(IEE1_AREA_START+2,Vmin1Sinal);&amp;nbsp; //&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;save second 16 bits variable&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IEE1_SetWord(IEE1_AREA_START+4, Vmax1Sinal);&amp;nbsp; //&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;save third bit variable&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IEE1_GetWord(IEE1_AREA_START, &amp;amp;POT1min);&amp;nbsp; //&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;read first position and save in variable POT1min&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IEE1_GetWord(IEE1_AREA_START+2,&amp;amp;POT1max);&amp;nbsp; //&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt; read second position and save in variable POT2max&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN lang="EN-US" style="background: white; color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IEE1_GetWord(IEE1_AREA_START+4,&amp;amp;POT2min);&amp;nbsp; //&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt; read third position and save in variable POT2min&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #3f7f5f; font-family: Consolas; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 14:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Looking-for-example-code-for-using-IntEEPROM/m-p/264469#M1674</guid>
      <dc:creator>edsonabreu</dc:creator>
      <dc:date>2014-07-28T14:55:30Z</dc:date>
    </item>
  </channel>
</rss>

