<?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>S32KのトピックRe: Multiple Interrupt S32k148 configuration</title>
    <link>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1525223#M17844</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203156"&gt;@dhirajtarole&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interruption is just defined per port that’s why when you are trying to implement multiple interrupts on the same port, it does not work but when using different port it does.To work with multiple interruptions in the same port, you must check which pin of the port has its interrupt flag enabled in handler function.&lt;/P&gt;
&lt;P&gt;You can see the pins that have received an interrupt on register PORT_ISFR, section&amp;nbsp;12.5.6 of the RM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 18:22:53 GMT</pubDate>
    <dc:creator>VaneB</dc:creator>
    <dc:date>2022-09-20T18:22:53Z</dc:date>
    <item>
      <title>Multiple Interrupt S32k148 configuration</title>
      <link>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1524272#M17798</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; am trying to set multiple interrupt on PORTC eg. PTC10,PTC12 ,PTC13 but it is not working correctly.&lt;/P&gt;&lt;P&gt;i am using below method to install ISR.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhirajtarole_0-1663587621903.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194123iF336335B859C4A44/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dhirajtarole_0-1663587621903.png" alt="dhirajtarole_0-1663587621903.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But while using PORTD--&amp;gt; PTD31 and PORTC --&amp;gt;PTC12 it is working fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dhirajtarole_1-1663587706239.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194124iEA33BD963A74F12F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dhirajtarole_1-1663587706239.png" alt="dhirajtarole_1-1663587706239.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Query - i want to use multiple interrupt of same port (eg. from PORTC --&amp;gt; PTC10,PTC12....etc).&lt;/P&gt;&lt;P&gt;EVB - S32K148&lt;/P&gt;&lt;P&gt;SDK 3.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 11:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1524272#M17798</guid>
      <dc:creator>dhirajtarole</dc:creator>
      <dc:date>2022-09-19T11:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Interrupt S32k148 configuration</title>
      <link>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1525223#M17844</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203156"&gt;@dhirajtarole&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interruption is just defined per port that’s why when you are trying to implement multiple interrupts on the same port, it does not work but when using different port it does.To work with multiple interruptions in the same port, you must check which pin of the port has its interrupt flag enabled in handler function.&lt;/P&gt;
&lt;P&gt;You can see the pins that have received an interrupt on register PORT_ISFR, section&amp;nbsp;12.5.6 of the RM.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1525223#M17844</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2022-09-20T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Interrupt S32k148 configuration</title>
      <link>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1525483#M17848</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;got it, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;dhiraj&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 04:45:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Multiple-Interrupt-S32k148-configuration/m-p/1525483#M17848</guid>
      <dc:creator>dhirajtarole</dc:creator>
      <dc:date>2022-09-21T04:45:09Z</dc:date>
    </item>
  </channel>
</rss>

