<?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>i.MX Processorsのトピックi.MX28evk spurious interrupt</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207376#M12073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with the i.MX28evk board and once in a while I get a spurious interrupt (0x7F) from GPIO bank 0 (0x7F). All GPIO IRQs in Bank 0 are turned off but I am using the CAN interface on GPIO0_22/23, has anyone seen this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2012 08:28:20 GMT</pubDate>
    <dc:creator>rnd</dc:creator>
    <dc:date>2012-01-31T08:28:20Z</dc:date>
    <item>
      <title>i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207376#M12073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with the i.MX28evk board and once in a while I get a spurious interrupt (0x7F) from GPIO bank 0 (0x7F). All GPIO IRQs in Bank 0 are turned off but I am using the CAN interface on GPIO0_22/23, has anyone seen this before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 08:28:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207376#M12073</guid>
      <dc:creator>rnd</dc:creator>
      <dc:date>2012-01-31T08:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207377#M12074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! I have same issue!&lt;/P&gt;&lt;P&gt;i use WEC7&lt;/P&gt;&lt;P&gt;i try write to freescale support but they not answer to me.&lt;/P&gt;&lt;P&gt;i try debug it but i don't understand why make this interrupt. Looks like this is software interrupt by kernel by writing in SOFTIRQ bit in HW_ICOLL_INTERRUPTx. But i not found any lines in BSP code where this happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look on my code and look on log(see attached files).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see my last reply to freescale support: "Then i begin this service request, in intr.c was this code: line 630. OALMSGS(OAL_ERROR,(TEXT("OEMInterruptHandler: undefined IRQ (%d)!\r\n"),((HW_ICOLL_VECTOR_RD() / 4) &amp;amp; 0x3F))); and this operation &amp;amp;x3F mask most bit, and we have 0x3F in hex = 63 in dec, of this, I thought that the value of undef irq is 63. But then i am begin adding more and more debug prints in code, and now i can see that Undefined interrupt = 0x7F. I am post my all debug prints for you in attachment files, we can can see from this debug prints that value of Interrupt Vector Address Register (HW_ICOLL_VECTOR) = 0x1FC. And we can see that (HW_ICOLL_INTERRUPT127) register = 0x0. So my question how this interrupt coming to ARM core if it not enabled in Interrupt Collector Interrupt Register 127. Please look on code, look on debug prints and and you can see everything. I do not understand how to pass an interrupt if it is not enabled in the register HW_ICOLL_INTERRUPT127&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 08:34:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207377#M12074</guid>
      <dc:creator>fear_nada</dc:creator>
      <dc:date>2012-02-01T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207378#M12075</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 the same problem "OEMInterruptHandler:&amp;nbsp; undefined IRQ (63)!"&lt;/P&gt;&lt;P&gt;We can simulate this by connecting the ethernet and or having a lot of Ethernet coming in. We simulate this by connecting to a HUB so all data is coming trough. If we use&amp;nbsp;a Ethernet switch, we don't see that problem.&lt;/P&gt;&lt;P&gt;connecting the IMX 28 to the Ethernet using a HUB simulates also other problems&lt;/P&gt;&lt;P&gt;+OEMSetAlarmTime (.........)&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;OALRTCAlarmIntrHandler alarm interrupt&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Exception 'Data Abort' ..................'udevice.exe' ............(enet.dll+0x00003798) .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;P&gt;Marc&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 13:44:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207378#M12075</guid>
      <dc:creator>MarcCoussement</dc:creator>
      <dc:date>2012-05-14T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207379#M12076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;they have some bug in interrupt.cpp for enet driver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;in wince700\platform\common\src\soc\COMMON_FSL_V2\ENET\interrupt.cpp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lines 448&lt;/P&gt;&lt;P&gt;use this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(PacketSize&amp;gt;0xd)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&lt;BR /&gt;if(pReceiveBuffer!=NULL)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(((pReceiveBuffer[0xc]&amp;lt;&amp;lt;8)+pReceiveBuffer[0xd])==PTP_TYPE)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sequenceId=((pReceiveBuffer[0x2c]&amp;lt;&amp;lt;8)+pReceiveBuffer[0x2d]);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; messageType=pReceiveBuffer[0xe];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetPTPRxTimer(&amp;amp;RxTimer,BufferDescPointer-&amp;gt;Timestamp,sequenceId,messageType);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;RETAILMSG(1, (TEXT("\r\npReceiveBuffer==NULL index =%d\r\n"),index));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;npReceiveBuffer&amp;nbsp;some times are coming as null and enet.dll are hang by data abort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this is not heal "OEMInterruptHandler:&amp;nbsp; undefined IRQ (63)!"&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 05:32:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207379#M12076</guid>
      <dc:creator>fear_nada</dc:creator>
      <dc:date>2012-05-16T05:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207380#M12077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;Hi Andrew,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;Thanks for the input ..... indeed a very strange bug in the software. This problem is solved for now by testing the null pointer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;To the other forum users, this problem will only come up if you receive a lot of collisions on a (faulty?) hub we have&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;Now the system is stable but i get still the "OEMInterruptHandler: undefined IRQ (63)!" error. If 2 PCs connected to the same hub are busy by copying files over the HUB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;But until now I can´t see a problem in stability with the IRQ(63) problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;I can see that the WINCE is not using any filtering by the FEC based on the MAC address. Using a HUB, the software is processing all packets on the line, also the data for other MAC addresses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;This will give un-needed load on the CPU (receive IRQ) and still need tobe solved, at a first glance on the datasheet the chips supports MAC address filtering.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Arial','sans-serif'; font-size: 10pt; mso-ansi-language: EN-US;" lang="EN-US"&gt;Trough this is not a problem if you use an Ethernet SWITCH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marc,&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 20:34:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207380#M12077</guid>
      <dc:creator>MarcCoussement</dc:creator>
      <dc:date>2012-05-22T20:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207381#M12078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Looks like the problem relates to so called “phantom interrupts”, mentioned in NOTE &lt;/P&gt;&lt;P&gt;of section 5.2.1 (Nesting of Multi-Level IRQ Interrupts) of the i.MX28 Reference Manual.&lt;/P&gt;&lt;P&gt;Interrupt source number 0x7F (Table 5-1. i.MX28 Interrupt Sources) is just default &lt;/P&gt;&lt;P&gt;value of HW_ICOLL_STAT register, even when no (real) interrupts are pending.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Users should provide interrupt service (in ISR), even if it is only return-from-interrupt &lt;/P&gt;&lt;P&gt;instruction.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 06:45:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207381#M12078</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-02-05T06:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28evk spurious interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207382#M12079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached is the Linux patch to enable the iMX28 GPIO group 0 interrupt. You can try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 07:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28evk-spurious-interrupt/m-p/207382#M12079</guid>
      <dc:creator>qiang_li-mpu_se</dc:creator>
      <dc:date>2013-02-05T07:16:14Z</dc:date>
    </item>
  </channel>
</rss>

