<?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: can external interrupt be shared? in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/can-external-interrupt-be-shared/m-p/185830#M3205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello precisionman,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you be more specific with your ISR problem? What's your ISR routine now, at least highlight the step your code does in the ISR. How do you set the callback, using lwevent? direct function call inside the ISR?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2012 16:01:33 GMT</pubDate>
    <dc:creator>c0170</dc:creator>
    <dc:date>2012-08-06T16:01:33Z</dc:date>
    <item>
      <title>can external interrupt be shared?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/can-external-interrupt-be-shared/m-p/185829#M3204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used all external interrupt sources:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; MCF5282_INT_EPORT1&lt;SPAN style="font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;//&amp;nbsp;&amp;nbsp;1&amp;nbsp;Edge&amp;nbsp;port&amp;nbsp;flag&amp;nbsp;1&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;MCF5282_INT_EPORT2&lt;SPAN style="font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;//&amp;nbsp;&amp;nbsp;2&amp;nbsp;Edge&amp;nbsp;port&amp;nbsp;flag&amp;nbsp;2&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;MCF5282_INT_EPORT3&lt;SPAN style="font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;//&amp;nbsp;&amp;nbsp;3&amp;nbsp;Edge&amp;nbsp;port&amp;nbsp;flag&amp;nbsp;3&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;MCF5282_INT_EPORT4&lt;SPAN style="font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;//&amp;nbsp;&amp;nbsp;4&amp;nbsp;Edge&amp;nbsp;port&amp;nbsp;flag&amp;nbsp;4&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;MCF5282_INT_EPORT5&lt;SPAN style="font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;//&amp;nbsp;&amp;nbsp;5&amp;nbsp;Edge&amp;nbsp;port&amp;nbsp;flag&amp;nbsp;5&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;MCF5282_INT_EPORT6&lt;SPAN style="font-weight: bold;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;//&amp;nbsp;&amp;nbsp;6&amp;nbsp;Edge&amp;nbsp;port&amp;nbsp;flag&amp;nbsp;6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;I need one more.&amp;nbsp;I mux with one of the current source(port 2). I know which one is triggered, and in my ISR, I check and set the callback function to serve the proper interrupt. However, the trick is how to re-enable interrupt vector, so i wont miss ohter interrupt nor get hung up. My system hangs up after few minutes (no more interrupt from this port)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: italic; color: #0000ff;"&gt;thx.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2012 23:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/can-external-interrupt-be-shared/m-p/185829#M3204</guid>
      <dc:creator>precisionman</dc:creator>
      <dc:date>2012-08-03T23:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: can external interrupt be shared?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/can-external-interrupt-be-shared/m-p/185830#M3205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello precisionman,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you be more specific with your ISR problem? What's your ISR routine now, at least highlight the step your code does in the ISR. How do you set the callback, using lwevent? direct function call inside the ISR?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 16:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/can-external-interrupt-be-shared/m-p/185830#M3205</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-08-06T16:01:33Z</dc:date>
    </item>
  </channel>
</rss>

