<?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: ECC error injection to test RAM fault in MPC5746R in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671569#M7789</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;Thanks for your reply,We tried it in MPC5746R as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* asm static void Generate_system_RAM_fault(void)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt; mfdcr r22, 511&lt;BR /&gt; addis r22, 0, 0x0000&lt;BR /&gt; addi r22, 0, 0x1000&lt;BR /&gt; mtdcr 511, r22&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;And this set register&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;E2EECSR0[INVC] as 1.&lt;/SPAN&gt;But unable to see any update in MEMU registers corresponding to system RAM errors.&lt;/P&gt;&lt;P&gt;we tried&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;E2EECSR0[CHKINVT] bits with certian mask and the result is same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Whether the method we applied is correct or not...?&lt;/P&gt;&lt;P&gt;Please provide your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2017 08:55:11 GMT</pubDate>
    <dc:creator>renjithr</dc:creator>
    <dc:date>2017-07-06T08:55:11Z</dc:date>
    <item>
      <title>ECC error injection to test RAM fault in MPC5746R</title>
      <link>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671567#M7787</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 have created an exception handling in MPC5746R for monitoring RAM fault check in following situations&lt;/P&gt;&lt;P&gt;1. Peripheral RAM&lt;/P&gt;&lt;P&gt;2. System RAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing peripheral RAM I'm using EIM(error injection module) to induce error and I am able to see the exception handling is hitting for &amp;nbsp;&lt;SPAN&gt;peripheral RAM un-correctable error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I could't find any methods to test system RAM by inducing errors.So my concern is whether the exception handling function will work for system RAM errors (or) is there any method to induce system RAM errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 14:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671567#M7787</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-01T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: ECC error injection to test RAM fault in MPC5746R</title>
      <link>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671568#M7788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, by MPC5744P's EIM module you can inject ECC fault only to transfer control descriptor of eDMA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently, you could use core registers for this purpose:&lt;/P&gt;&lt;P&gt;If you enable E2EECSR0[INVC]=1 error injection and setup certain mask to E2EECSR0[CHKINVT] bits, subsequent write to SRAM creates error and following read of this area causes bus error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 11:37:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671568#M7788</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2017-06-02T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: ECC error injection to test RAM fault in MPC5746R</title>
      <link>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671569#M7789</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;Thanks for your reply,We tried it in MPC5746R as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* asm static void Generate_system_RAM_fault(void)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt; mfdcr r22, 511&lt;BR /&gt; addis r22, 0, 0x0000&lt;BR /&gt; addi r22, 0, 0x1000&lt;BR /&gt; mtdcr 511, r22&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;And this set register&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;E2EECSR0[INVC] as 1.&lt;/SPAN&gt;But unable to see any update in MEMU registers corresponding to system RAM errors.&lt;/P&gt;&lt;P&gt;we tried&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;E2EECSR0[CHKINVT] bits with certian mask and the result is same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Whether the method we applied is correct or not...?&lt;/P&gt;&lt;P&gt;Please provide your suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 08:55:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671569#M7789</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-07-06T08:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ECC error injection to test RAM fault in MPC5746R</title>
      <link>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671570#M7790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi, I have just created example code based on approach I have already described in the link mentioned by you:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="11363" data-containertype="14" data-objectid="335206" data-objecttype="102" href="https://community.nxp.com/docs/DOC-335206"&gt;Example MPC5744P 1b+2b_RAM_ECC_error_injection GHS714&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This approach could be possible to use for RAM error injection on MPC5746R. &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 12:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/ECC-error-injection-to-test-RAM-fault-in-MPC5746R/m-p/671570#M7790</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2017-08-23T12:43:06Z</dc:date>
    </item>
  </channel>
</rss>

