<?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のトピックI could not write/read any data Internal EEPROM</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/I-could-not-write-read-any-data-Internal-EEPROM/m-p/1346742#M4841</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am programming NXP (S12ZVC) and I have EEPROM(Internal) problem.&lt;SPAN&gt;I could not write any data to EEPROM&amp;nbsp;(I checked on CW memory monitoring).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I used IEE component and I used these methods SetByte() GetByte() method.&amp;nbsp;Do I need to change the MCU settings?I tried a very simple code snippet but could not save it to EEPROM. This code represent below. I could not read on CW memory monitoring. Whats the problem? Could you help me..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CODE:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;byte Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;void main (void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Data = 28;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; IEE1_SetByte(EEPROMAddress,Data);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; IEE1_GetByte(EEPROMAddress,&amp;amp;Data);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 11:03:01 GMT</pubDate>
    <dc:creator>maximillion</dc:creator>
    <dc:date>2021-09-27T11:03:01Z</dc:date>
    <item>
      <title>I could not write/read any data Internal EEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/I-could-not-write-read-any-data-Internal-EEPROM/m-p/1346742#M4841</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am programming NXP (S12ZVC) and I have EEPROM(Internal) problem.&lt;SPAN&gt;I could not write any data to EEPROM&amp;nbsp;(I checked on CW memory monitoring).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;I used IEE component and I used these methods SetByte() GetByte() method.&amp;nbsp;Do I need to change the MCU settings?I tried a very simple code snippet but could not save it to EEPROM. This code represent below. I could not read on CW memory monitoring. Whats the problem? Could you help me..&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CODE:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;byte Data;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;void main (void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Data = 28;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; IEE1_SetByte(EEPROMAddress,Data);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; IEE1_GetByte(EEPROMAddress,&amp;amp;Data);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 11:03:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/I-could-not-write-read-any-data-Internal-EEPROM/m-p/1346742#M4841</guid>
      <dc:creator>maximillion</dc:creator>
      <dc:date>2021-09-27T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: I could not write/read any data Internal EEPROM</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/I-could-not-write-read-any-data-Internal-EEPROM/m-p/1347416#M4843</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to suggest you the deep learn of the EEPROM read/write mechanism. There is implemented the MMC module (Chapter 4 and Chapter 22 of RM) which controls all memory actions. It’s good to know their function for right usage of internal memory.&lt;/P&gt;
&lt;P&gt;Attached is the SW example detail description inside which could help you in your task.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Stano.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 08:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/I-could-not-write-read-any-data-Internal-EEPROM/m-p/1347416#M4843</guid>
      <dc:creator>StanoA</dc:creator>
      <dc:date>2021-09-28T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

