<?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: MPC5644A ECC error injection</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1955032#M26679</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hmm, to me it looks like you SW is reset, as your MSR is cleared.&lt;/P&gt;
&lt;P&gt;And you are not in interrupt handler IVOR4 (where the EE is cleared)&lt;/P&gt;
&lt;P&gt;Check the RGM DES and FES registers after the step where you see the MSR cleared.&lt;/P&gt;
&lt;P&gt;If there is any sign of reset.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 07:51:47 GMT</pubDate>
    <dc:creator>petervlna</dc:creator>
    <dc:date>2024-09-16T07:51:47Z</dc:date>
    <item>
      <title>MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1950069#M26653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a problem with testing SRAM ECC in the MPC5644A. I'm using ECSM.EEGR.FR1NCI to generate a single 2-bit data inversion. This seems to work so far, as ECSM.ESR.RNCE is being set. Also, I have set ECM.ECR.ERNCR to enable non-correctable error handling.&lt;/P&gt;&lt;P&gt;What does not work is that an interrupt for vector number 9 (page 355 in the reference manual) is triggered. I have an ISR assigned in my interrupt vector table and assigned&amp;nbsp;&lt;SPAN&gt;INTC&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;PSR&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;].&lt;/SPAN&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;PRI&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0x&lt;/SPAN&gt;&lt;SPAN&gt;06&lt;/SPAN&gt;&lt;SPAN&gt;U&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What am I missing? Any hints are highly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much&lt;BR /&gt;Kai&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 12:12:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1950069#M26653</guid>
      <dc:creator>kaifalkenberg</dc:creator>
      <dc:date>2024-09-09T12:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1950764#M26657</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;There are only few things to check.&lt;/P&gt;
&lt;P&gt;1. once your ECSM_ESR[FNCE] or ECSM_ESR[RNCE] is set,&lt;/P&gt;
&lt;P&gt;2. and IRQ is enabled&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_2-1725952538349.png" style="width: 787px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298151iAE6921437CE1BBF0/image-dimensions/787x374?v=v2" width="787" height="374" role="button" title="petervlna_2-1725952538349.png" alt="petervlna_2-1725952538349.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1725952480107.png" style="width: 798px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298148iB82DC090BEB639AF/image-dimensions/798x166?v=v2" width="798" height="166" role="button" title="petervlna_1-1725952480107.png" alt="petervlna_1-1725952480107.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have correctly set ECSM you will trigger interrupt on INTC.&lt;/P&gt;
&lt;P&gt;you can use simple read of INTC [IACKR] register via debugger which will show you the interrupt vector number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can see correct vector (no.9) you know the ECSM reporting is set correctly.&lt;/P&gt;
&lt;P&gt;Next you need to set priority for vector 9 and also ISR for it.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 07:19:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1950764#M26657</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-09-10T07:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1950969#M26658</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;thank you for your reply. I think I'm already doing what you mentioned. I'm also taking into account that most ECSM registers can only be written with a 32bit write operation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_0-1725960416520.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298227iD39A21DE7FDA90AA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_0-1725960416520.png" alt="kaifalkenberg_0-1725960416520.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are two screenshots right before executing the read operation that should cause the error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_1-1725960501265.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298228iAD9A376AC2514C6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_1-1725960501265.png" alt="kaifalkenberg_1-1725960501265.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_2-1725960517916.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298229i7DA52462BCD3F5B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_2-1725960517916.png" alt="kaifalkenberg_2-1725960517916.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see, ECR has ERNCR set and FR1NCI has been set. The instruction pointer is at 0x466D0. Once I single step again I get:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_3-1725960721694.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298235i0F12B4320EE65896/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_3-1725960721694.png" alt="kaifalkenberg_3-1725960721694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but the IP is now completely off, eventually crashing the software:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_5-1725960802686.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298238i33CA7281A8439A26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_5-1725960802686.png" alt="kaifalkenberg_5-1725960802686.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I do not see vector number 9 in IACKR after this operation.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 09:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1950969#M26658</guid>
      <dc:creator>kaifalkenberg</dc:creator>
      <dc:date>2024-09-10T09:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1951758#M26660</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hmm, and do you have EE (external interrupts) enabled in the MSR core register?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_0-1726036486527.png" style="width: 761px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298460i5EEE8FC324CFC75E/image-dimensions/761x156?v=v2" width="761" height="156" role="button" title="petervlna_0-1726036486527.png" alt="petervlna_0-1726036486527.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;because I see your REAR holds address of ram 40000030 which is probably the address where you inject the ECC fault. This seems to me correct.&lt;/P&gt;
&lt;P&gt;I do not see any other reason why the interrupts are not taken as clearly the ECSM is sending the signal to the INTC on RNCE=1 event.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="petervlna_1-1726036584324.png" style="width: 655px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298464iB0290765F99D2324/image-dimensions/655x403?v=v2" width="655" height="403" role="button" title="petervlna_1-1726036584324.png" alt="petervlna_1-1726036584324.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 06:37:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1951758#M26660</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-09-11T06:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1951805#M26661</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;EE is set, so is ME and I have an IVOR1 handler registered. This is the situation at the breakpoint:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_0-1726037972922.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298476i7D3CBE942FF55788/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_0-1726037972922.png" alt="kaifalkenberg_0-1726037972922.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_1-1726037986518.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298477iF828E2B466EDFBBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_1-1726037986518.png" alt="kaifalkenberg_1-1726037986518.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A single step further:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_2-1726038037357.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298478iC9104450108D3F83/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_2-1726038037357.png" alt="kaifalkenberg_2-1726038037357.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_3-1726038063411.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298480i0D730CB7D5A7295B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_3-1726038063411.png" alt="kaifalkenberg_3-1726038063411.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think you are right and this issue is something outside of the ECSM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 07:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1951805#M26661</guid>
      <dc:creator>kaifalkenberg</dc:creator>
      <dc:date>2024-09-11T07:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1953090#M26665</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What bothers me is that you do not have interrupt registered in IACKR.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;I do not see vector number 9 in IACKR after this operation.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;one you inject the fault, does your device end up at least in IVOR4 handler?&lt;/P&gt;
&lt;P&gt;Is any other interrupt successfully called in your code?&lt;/P&gt;
&lt;P&gt;Could you try one of our example code to see how the interrupt is processed?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445#MPC5644A" target="_blank"&gt;https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445#MPC5644A&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&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;</description>
      <pubDate>Thu, 12 Sep 2024 06:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1953090#M26665</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-09-12T06:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1953360#M26669</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;first of all, thank you for your assistance!&lt;/P&gt;&lt;P&gt;Interrupt handling worked well so far. I have numerous interrupt handlers and they all work as expected.&lt;/P&gt;&lt;P&gt;No, after the single step right after the breakpoint (see above) I do not end up in my IVOR4 external interrupt handler!&lt;/P&gt;&lt;P&gt;What's bothering me is, that MSR is completely cleared once I do the single step:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_0-1726133896577.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298826i2DC59A1553159456/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_0-1726133896577.png" alt="kaifalkenberg_0-1726133896577.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is that to be expected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the MSR right before the single step:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_1-1726133981866.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298827iA9E3652B9B1560B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_1-1726133981866.png" alt="kaifalkenberg_1-1726133981866.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 09:40:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1953360#M26669</guid>
      <dc:creator>kaifalkenberg</dc:creator>
      <dc:date>2024-09-12T09:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1955032#M26679</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Hmm, to me it looks like you SW is reset, as your MSR is cleared.&lt;/P&gt;
&lt;P&gt;And you are not in interrupt handler IVOR4 (where the EE is cleared)&lt;/P&gt;
&lt;P&gt;Check the RGM DES and FES registers after the step where you see the MSR cleared.&lt;/P&gt;
&lt;P&gt;If there is any sign of reset.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 07:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1955032#M26679</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-09-16T07:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1960876#M26702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by those registers. They don't seem to exist in the 5644A and neither in the core.&lt;/P&gt;&lt;P&gt;Here is a screenshot from SIU.RSR. It doesn't change over the critical single step:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaifalkenberg_0-1727188829821.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/300963i2FE54B61B115B9AC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaifalkenberg_0-1727188829821.png" alt="kaifalkenberg_0-1727188829821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ERS always reads 1.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 14:42:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1960876#M26702</guid>
      <dc:creator>kaifalkenberg</dc:creator>
      <dc:date>2024-09-24T14:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1961433#M26706</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Ok, so I was talking with colleague more experienced with this old device ECCs.&lt;/P&gt;
&lt;P&gt;First is called IVOR1 on the error injection. As it have higher priority.&lt;/P&gt;
&lt;P&gt;Only after it is called IVOR4 if enabled.&lt;/P&gt;
&lt;P&gt;Please have a look at AN5200, you can use example for MPC5643L as they have identical ECSM and error handling.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN5200.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN5200.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.nxp.com/files/microcontrollers/doc/app_note/AN5200SW.zip" target="_blank"&gt;http://www.nxp.com/files/microcontrollers/doc/app_note/AN5200SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 07:15:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1961433#M26706</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2024-09-25T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5644A ECC error injection</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1961875#M26709</link>
      <description>&lt;P&gt;Hey Peter,&lt;/P&gt;&lt;P&gt;thank you so much! AN5200 chapter 3.2 was the missing link for me. In the end my IVOR1 handler wasn't correctly implemented.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 14:49:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5644A-ECC-error-injection/m-p/1961875#M26709</guid>
      <dc:creator>kaifalkenberg</dc:creator>
      <dc:date>2024-09-25T14:49:07Z</dc:date>
    </item>
  </channel>
</rss>

