<?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>8-bit MicrocontrollersのトピックRe: Question about the S08DZ EEPROM</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708729#M22480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, then what‘s your bus clock and FCDIV setting? Are you sure bus clock is as expected while you program your settings? Isn‘t it that FCDIV is for PLL engaged, which is actually not engaged, or opposite, FCDIV for PLL off but actual fbus=fpll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you sure the problem is in EEPROM and not some unexpected variable overwrite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I‘ve no problems using S08DZ EEPROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 15:01:43 GMT</pubDate>
    <dc:creator>kef2</dc:creator>
    <dc:date>2017-08-29T15:01:43Z</dc:date>
    <item>
      <title>Question about the S08DZ EEPROM</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708726#M22477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI，our product use the s08dz eerpom to store the can id. And b&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 18px;"&gt;efore the product leaves the factory，we test the prodcut ，and the eeprom work normal.After a few months，some product CAN id is&amp;nbsp;modified ，We sure our code didn't write and&amp;nbsp;modify the id data in the eeprom.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 18px;"&gt;&amp;nbsp; &amp;nbsp; Can you help me &amp;nbsp;What causes the EEPROM to be modified?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Aug 2017 06:16:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708726#M22477</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2017-08-27T06:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the S08DZ EEPROM</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708727#M22478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like a&amp;nbsp;wrong FCDIV setting. Even if you calculate divider&amp;nbsp;properly, FCDIV is write once register. See in the docs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&amp;nbsp;"Bit 7 of this register is a read-only flag. Bits 6:0 may be read at any time but &lt;STRONG&gt;can be written only one time&lt;/STRONG&gt;."&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that FCDIV has to be written all bits&amp;nbsp;simultaneously. 2nd write is ignored. For example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FCDIV.PRDIV8 = 1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FCDIV.DIV = 7; // ignored&lt;/P&gt;&lt;P&gt;will lock FCDIV.PRDIV8 == 1, FCDIV.DIV == 0 (power on default). And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FCDIV.DIV = 5;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;FCDIV.PRDIV8 = 1; // ignored&lt;/P&gt;&lt;P&gt;will lock DIV==5, PRDIV8 = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 12:02:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708727#M22478</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2017-08-28T12:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the S08DZ EEPROM</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708728#M22479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI，&lt;STRONG class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 17.77777862548828px;"&gt; Karpicz&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;the &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FCDIV was &amp;nbsp;written all bits&amp;nbsp;simultaneously.And&lt;/SPAN&gt;&amp;nbsp;i sure&amp;nbsp;&amp;nbsp;that the data was written to the EEPROM correctly（because Most of the times the data is read correctly）,but sometimes i read the data was wrong after the power-reseet， what could cause a read failure after a power-on reset?（Undervoltage？or other reasons）&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:19:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708728#M22479</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2017-08-29T14:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the S08DZ EEPROM</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708729#M22480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, then what‘s your bus clock and FCDIV setting? Are you sure bus clock is as expected while you program your settings? Isn‘t it that FCDIV is for PLL engaged, which is actually not engaged, or opposite, FCDIV for PLL off but actual fbus=fpll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you sure the problem is in EEPROM and not some unexpected variable overwrite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I‘ve no problems using S08DZ EEPROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 15:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708729#M22480</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2017-08-29T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the S08DZ EEPROM</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708730#M22481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, then what‘s your bus clock and FCDIV setting? Are you sure bus clock is as expected while you program your settings? Isn‘t it that FCDIV is for PLL engaged, which is actually not engaged, or opposite, FCDIV for PLL off but actual fbus=fpll?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you sure the problem is in EEPROM and not some unexpected variable overwrite?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I‘ve no problems using S08DZ EEPROM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 06:07:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Question-about-the-S08DZ-EEPROM/m-p/708730#M22481</guid>
      <dc:creator>kef2</dc:creator>
      <dc:date>2017-08-30T06:07:15Z</dc:date>
    </item>
  </channel>
</rss>

