<?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>S12 / MagniV MicrocontrollersのトピックRe: Debugger EEPROM-Read S12ZVML128</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007938#M16941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue as mentioned in&amp;nbsp;&lt;A href="https://community.nxp.com/message/1273427"&gt;Debugger EEPROM-Read S12ZVML128&lt;/A&gt; since I use:&lt;/P&gt;&lt;P&gt;CodeWarrior for MCU&lt;BR /&gt; Version: 11.1&lt;BR /&gt; Build Id:181224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never experienced the problem in previous versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2020 05:28:51 GMT</pubDate>
    <dc:creator>pbouten</dc:creator>
    <dc:date>2020-04-22T05:28:51Z</dc:date>
    <item>
      <title>Debugger EEPROM-Read S12ZVML128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007936#M16939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;Hi,&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;we are using PE-Micro Multilink Universal for Debugging in our development.&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;When we read the EEPROM in the memory-view in Codewarrior the first 72 bytes of the EERPOM will be returned as zero even when data is written into the memory area.&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;When we use the Onboard-Debugger of the S12ZVML12EVBLIN Eval-Board the EEPROM is returned correctly. For tests we use the BDM interface of the EVAL-Board and connect with a Multilink Universal Debugger&amp;nbsp;and wrong data is read (0x00).&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;The&amp;nbsp;Bus-clock is configured to 50 Mhz, the&amp;nbsp;FCLKDIV to 0x31.&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;Are there any known bugs or special debugger settings necessary to read the EEPROM?&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Eeprom_After_Erase_and_Program_Then_Connect.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103885i7B0F08B68725B7D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Eeprom_After_Erase_and_Program_Then_Connect.PNG" alt="Eeprom_After_Erase_and_Program_Then_Connect.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Axel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2020 14:41:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007936#M16939</guid>
      <dc:creator>axel_hubner</dc:creator>
      <dc:date>2020-02-24T14:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger EEPROM-Read S12ZVML128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007937#M16940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Dear Axel Hubner,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Yes, there is a rule which has to be met.&lt;BR /&gt;The flash or EEPROM block is not allowed to be read while the part of it is being erased or written. So, you are no allowed to have memory block in the window of the debugger when you step the code which performs E/W. (It causes flash process error)&lt;BR /&gt;There could be different timing of memory read action between OSBDM and Pemicro USB BDM which makes difference in processing and data visualization.I believe this is the reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial;"&gt;Ladislav&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2020 10:33:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007937#M16940</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2020-02-26T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger EEPROM-Read S12ZVML128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007938#M16941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue as mentioned in&amp;nbsp;&lt;A href="https://community.nxp.com/message/1273427"&gt;Debugger EEPROM-Read S12ZVML128&lt;/A&gt; since I use:&lt;/P&gt;&lt;P&gt;CodeWarrior for MCU&lt;BR /&gt; Version: 11.1&lt;BR /&gt; Build Id:181224&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never experienced the problem in previous versions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 05:28:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007938#M16941</guid>
      <dc:creator>pbouten</dc:creator>
      <dc:date>2020-04-22T05:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger EEPROM-Read S12ZVML128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007939#M16942</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;ups, I see I ansewered something different previously.&lt;/P&gt;&lt;P&gt;I do not know, what could be wrong..I'll report it but you can use another option to view memory....&lt;/P&gt;&lt;P&gt;go to option:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Window-&amp;gt;Show View -&amp;gt; Memory Browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference address 0xFE0000:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107186iCF96EF634089CAD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The difference address 0x100000:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107313iC2BFAB18C3BFB08E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ladislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 08:29:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Debugger-EEPROM-Read-S12ZVML128/m-p/1007939#M16942</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2020-05-21T08:29:36Z</dc:date>
    </item>
  </channel>
</rss>

