<?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: Enable GPIO pin interrupt S32K144 MCU in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737087#M1917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks that requested SDK version is missing on your machine. Did you install updates?&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-341068"&gt;https://community.nxp.com/docs/DOC-341068&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2019 06:13:04 GMT</pubDate>
    <dc:creator>jiri_kral</dc:creator>
    <dc:date>2019-06-26T06:13:04Z</dc:date>
    <item>
      <title>Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737080#M1910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to enable the interrupt for particular GPIO pin. I want&amp;nbsp;ISR to get triggered when there is change in value on particular GPIO pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, how can I trigger ISR for below GPIO pin ? Also guide me what changes are required in below pin mux settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13448i7BD2228DF24C7632/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 05:09:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737080#M1910</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-01T05:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737081#M1911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select pin functionality ...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17191i77D4CC0F629E0220/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17290i4B811801C27B2521/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then within a code enable interrupt for PORTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT_SYS_EnableIRQ(PORTE_IRQn);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and add interrupt handler code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void PORTE_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; PINS_DRV_ClearPinIntFlagCmd(PORTE, 16);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; PINS_DRV_TogglePins(PTD, (1&amp;lt;&amp;lt;16));&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 08:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737081#M1911</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-11-02T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737082#M1912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in attachment is modified hello_word example to be able handling PORTE pin 16 IRQ.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737082#M1912</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2017-11-02T09:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737083#M1913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jiri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:54:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737083#M1913</guid>
      <dc:creator>mrajanna</dc:creator>
      <dc:date>2017-11-02T09:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737084#M1914</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 using S32K144 IDE Version: 2018.R1 ;The above attached file isn't supported in my IDE .&lt;/P&gt;&lt;P&gt;How to set the pad configurations in my IDE?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89730iF9EB851C00118D5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri.kral@nxp.com"&gt;jiri.kral@nxp.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737084#M1914</guid>
      <dc:creator>sushma</dc:creator>
      <dc:date>2019-06-25T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737085#M1915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is similar example using current SDK version. This example is for S32K148, but the configuration is almost the same as for S32K144&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-343587"&gt;https://community.nxp.com/docs/DOC-343587&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:44:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737085#M1915</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-25T12:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737086#M1916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jiri&lt;/P&gt;&lt;P&gt;I'm still getting these errors and not clearly able to make out what changes in Processor Expert.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89791i13D05800C8921422/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I selected Continue Loading&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89792i781C96606EAAB217/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89793i8F2DF495184FD540/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you tell how to rectify this issue .&lt;/P&gt;&lt;P&gt;Or tell me which module in PE to add and hoe to alter it to make GPIO to be handled by an Interrupt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 06:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737086#M1916</guid>
      <dc:creator>sushma</dc:creator>
      <dc:date>2019-06-26T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737087#M1917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks that requested SDK version is missing on your machine. Did you install updates?&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-341068"&gt;https://community.nxp.com/docs/DOC-341068&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 06:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737087#M1917</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-06-26T06:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737088#M1918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the software update procedure. It fails as soon as it reaches around 80%.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So can you instead tell me what all changes I must do in the PE.&lt;/P&gt;&lt;P&gt;I will set my GPIO as my input and later to generate ISR for it, what changes I must make in my interrupt manager and Clock manager to get the settings done right?&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri.kral@nxp.com"&gt;jiri.kral@nxp.com&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sushma Mantagani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2019 10:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737088#M1918</guid>
      <dc:creator>sushma</dc:creator>
      <dc:date>2019-06-29T10:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737089#M1919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jiri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to hit the interrupt, but it's not getting cleared.&lt;/P&gt;&lt;P&gt;I have done the PE settings as below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89993i0CA07C736AB408D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89994iC0A69D09B170E10B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The code is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89995i0E2ACF57098B1015/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89976i094E4351C7C7C630/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89979iAE626770A51DACD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/89980i694B6A7A3B635235/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kindly help me clear the interrupt, once&amp;nbsp;voltage given to the PORT E 3 is pulled down or no voltage is given.&lt;/P&gt;&lt;P&gt;PINS_DRV_ClearPinIntFlagCmd(PORTE,3); doesn't seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Sushma Mantagani&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri.kral@nxp.com"&gt;jiri.kral@nxp.com&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2019 11:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737089#M1919</guid>
      <dc:creator>sushma</dc:creator>
      <dc:date>2019-06-29T11:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737090#M1920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri.kral@nxp.com"&gt;jiri.kral@nxp.com&lt;/A&gt;‌ Kindly look into this issue and let me know where I may be going wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 06:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737090#M1920</guid>
      <dc:creator>sushma</dc:creator>
      <dc:date>2019-07-02T06:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737091#M1921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jiri.kral@nxp.com"&gt;jiri.kral@nxp.com&lt;/A&gt;‌ Can you please extend your help in this regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 08:46:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737091#M1921</guid>
      <dc:creator>sushma</dc:creator>
      <dc:date>2019-07-10T08:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enable GPIO pin interrupt S32K144 MCU</title>
      <link>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737092#M1922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for delay, the tread is not showing at the top and I missed update. Well, there is nothing special - this is how the pin is cofigured (in my case PORTC, pin 13):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/90879i6DC689F16B0F885D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is main.c:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/90880iCC822D050035598F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When SW4 is pressed out, interrupt is invoked and program stops on breakpoint in interrupt handler.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you have pull down enabled, is't this feature caused your issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jiri&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jul 2019 09:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Enable-GPIO-pin-interrupt-S32K144-MCU/m-p/737092#M1922</guid>
      <dc:creator>jiri_kral</dc:creator>
      <dc:date>2019-07-10T09:08:30Z</dc:date>
    </item>
  </channel>
</rss>

