<?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>MPC5xxx中的主题 Re: machine check exception after generating multi bit error  (MPC5777C) while testing SRAM</title>
    <link>https://community.nxp.com/t5/MPC5xxx/machine-check-exception-after-generating-multi-bit-error/m-p/911636#M13616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After injecting the multibit ECC fault to RAM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/86858i2D85EBD99B664A84/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, once you inject ECC multibit error you have to care about IVOR1 or 0. Depends on your micro settings.&lt;/P&gt;&lt;P&gt;If you do not serve it the device will be reset.&lt;/P&gt;&lt;P&gt;For correct servicing please refer to chapter 5 -&amp;gt; &amp;nbsp; Non-correctable ECC error servicing&lt;/P&gt;&lt;P&gt;of application note:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103300"&gt;https://community.nxp.com/docs/DOC-103300&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2019 10:55:52 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2019-08-12T10:55:52Z</dc:date>
    <item>
      <title>machine check exception after generating multi bit error  (MPC5777C) while testing SRAM</title>
      <link>https://community.nxp.com/t5/MPC5xxx/machine-check-exception-after-generating-multi-bit-error/m-p/911635#M13615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've been working on EIM_ERM module lately. I could see that a machine check exception occurs after generating a multi bit error. Although I've tried to handle the exception by writing a logic which instructs to move to next instrcution. Surprisingly,the next instruction also goes into handler and then the process repeats.I tried disabling the global enable and bit in&amp;nbsp;EIMCR also. Below is the handler:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;void machine_exception(VectorId vector,const void *stack_ptr)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; MPC::ErrorInjectionModule eim(0xFFF64000UL);&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;STRONG&gt; Uint32 new_xsrr0 = 0UL;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; eim.disable_injection();&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; new_xsrr0 = get_xsrr0((Uint32 *)stack_ptr, std_context_size) + 4UL;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; set_xsrr0((Uint32 *)stack_ptr, std_context_size, new_xsrr0);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; return;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PFA of the registers after exception has occured&lt;/P&gt;&lt;P&gt;Kindly let me know if I am going wrong somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2019 13:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/machine-check-exception-after-generating-multi-bit-error/m-p/911635#M13615</guid>
      <dc:creator>manaswini1317</dc:creator>
      <dc:date>2019-08-10T13:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: machine check exception after generating multi bit error  (MPC5777C) while testing SRAM</title>
      <link>https://community.nxp.com/t5/MPC5xxx/machine-check-exception-after-generating-multi-bit-error/m-p/911636#M13616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After injecting the multibit ECC fault to RAM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/86858i2D85EBD99B664A84/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, once you inject ECC multibit error you have to care about IVOR1 or 0. Depends on your micro settings.&lt;/P&gt;&lt;P&gt;If you do not serve it the device will be reset.&lt;/P&gt;&lt;P&gt;For correct servicing please refer to chapter 5 -&amp;gt; &amp;nbsp; Non-correctable ECC error servicing&lt;/P&gt;&lt;P&gt;of application note:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103300"&gt;https://community.nxp.com/docs/DOC-103300&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 10:55:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/machine-check-exception-after-generating-multi-bit-error/m-p/911636#M13616</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2019-08-12T10:55:52Z</dc:date>
    </item>
  </channel>
</rss>

