<?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: MPC5675K: Machine check exception from EBI</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301615#M348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Looking back at my SVN log, I think I have this issue occurring&amp;nbsp; consistently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;There is 96KB of ramtest SRAM at 0x40021A00, and this error only occurs after a march12 memory test on ramtest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;The error is reading from the EBI, which results in an IVOR1trap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCSR is 0x0008800C&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;BUS_WRERR is also set&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCSSR0 is&amp;nbsp; the last of the following:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_lis&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r8,0x30000&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_add16i&amp;nbsp;&amp;nbsp; r3,r8,0x1408&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; se_lwz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r3,0x0(r3)&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; se_lhz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r31,0x4(r3)&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCSRR1 is 0x00008000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Here are the rest of my EBI settings:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCR: 0x06000004&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;BMCR: 0x00001980&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;BR0: 0x20000827&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;OR0: 0xFFB00000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Why does this IVOR1trap only happen after the test on ramtest SRAM?&amp;nbsp; I don't understand how reading and writing to SRAM is changing the behavior of the EBI bus read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2016 22:59:15 GMT</pubDate>
    <dc:creator>laurayindra</dc:creator>
    <dc:date>2016-07-07T22:59:15Z</dc:date>
    <item>
      <title>MPC5675K: Machine check exception from EBI</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301613#M346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to determine the cause of an intermittent machine check exception from the EBI controller when performing a read. The EBI is used to communicated with an external SRAM device. I can single step through my code all day and never see a machine check exception when I do reads. If I run at full speed, I will get a machine check after reading the same address 15-100 times; it varies. The exception will also occur when reading any random address within the address space of my 256KB SRAM device. The exception occurs on an se_lhz instruction (specifically: se_lhz r31, 0 (r3), where r3 is 0x20540000). MCSR is 0x0008800C, indicating the exception occurs on a load instruction, but strangely the BUS_WRERR is also set. MCSRR1 is 0x00008000 which is different than the run-time value of MSR, 0x0200A000. I do have the bus monitor enabled and configured for ~1us timeout; the longest a transaction can take from the SRAM device is 800ns. So even if the exception is caused by a bus timeout, should I just get an EBI timeout flag and not an exception?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the rest of my EBI settings:&lt;/P&gt;&lt;P&gt;MCR: 0x06000005&lt;/P&gt;&lt;P&gt;BMCR: 0x00000580&lt;/P&gt;&lt;P&gt;BR0: 0x200008a7&lt;/P&gt;&lt;P&gt;OR0: 0xE0000000&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 20:40:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301613#M346</guid>
      <dc:creator>seandonohue</dc:creator>
      <dc:date>2014-04-22T20:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5675K: Machine check exception from EBI</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301614#M347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you specify used SRAM device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 14:27:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301614#M347</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2014-04-28T14:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5675K: Machine check exception from EBI</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301615#M348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Looking back at my SVN log, I think I have this issue occurring&amp;nbsp; consistently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;There is 96KB of ramtest SRAM at 0x40021A00, and this error only occurs after a march12 memory test on ramtest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;The error is reading from the EBI, which results in an IVOR1trap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCSR is 0x0008800C&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;BUS_WRERR is also set&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCSSR0 is&amp;nbsp; the last of the following:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_lis&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r8,0x30000&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; e_add16i&amp;nbsp;&amp;nbsp; r3,r8,0x1408&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; se_lwz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r3,0x0(r3)&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; se_lhz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; r31,0x4(r3)&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCSRR1 is 0x00008000 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Here are the rest of my EBI settings:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;MCR: 0x06000004&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;BMCR: 0x00001980&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;BR0: 0x20000827&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;OR0: 0xFFB00000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Why does this IVOR1trap only happen after the test on ramtest SRAM?&amp;nbsp; I don't understand how reading and writing to SRAM is changing the behavior of the EBI bus read.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 22:59:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5675K-Machine-check-exception-from-EBI/m-p/301615#M348</guid>
      <dc:creator>laurayindra</dc:creator>
      <dc:date>2016-07-07T22:59:15Z</dc:date>
    </item>
  </channel>
</rss>

