<?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: How to set GPIO high level interrupt by EB in S32K</title>
    <link>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609012#M21099</link>
    <description>@Dan：&lt;BR /&gt;I donot want to use RISING EDGE,I want to use high level interrupt.&lt;BR /&gt;RM：&lt;BR /&gt;1100 ISF flag and Interrupt when logic 1.&lt;BR /&gt;I use SW32K1_RTD_4.4_1.0.1_HF01 and EB 27.1&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 03 Mar 2023 07:41:45 GMT</pubDate>
    <dc:creator>xaiodongyang</dc:creator>
    <dc:date>2023-03-03T07:41:45Z</dc:date>
    <item>
      <title>How to set GPIO high level interrupt by EB</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1607998#M21054</link>
      <description>&lt;P&gt;I am using an S32K148 MCU.&lt;/P&gt;&lt;P&gt;I want to set a GPIO(eg:PTD22)to high level interrupt, However, it cannot be set through the ICU module.&lt;/P&gt;&lt;P&gt;GPIO of s32k148 supports high-level interrupt。&lt;/P&gt;&lt;P&gt;RM：&lt;/P&gt;&lt;TABLE class=""&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="550"&gt;&lt;SPAN class=""&gt;1000 ISF flag and Interrupt when logic 0.&lt;BR /&gt;1001 ISF flag and Interrupt on rising-edge&lt;BR /&gt;1010 ISF flag and Interrupt on falling-edge&lt;BR /&gt;1011 ISF flag and Interrupt on either edge&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Question:How to set GPIO high level interrupt by EB&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 01:24:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1607998#M21054</guid>
      <dc:creator>xaiodongyang</dc:creator>
      <dc:date>2023-03-02T01:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set GPIO high level interrupt by EB</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1608342#M21072</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203168"&gt;@xaiodongyang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can refer to the attached example with&amp;nbsp;FALLING EDGE, if you want to use&amp;nbsp;RISING EDGE, you can modify "IcuDefaultStartEdge" to&amp;nbsp;ICU_RISING_EDGE.&lt;/P&gt;
&lt;P&gt;Please install&amp;nbsp;S32K1XX_MCAL4_3_RTM_1_0_2 and EB 24.0.1 for this example.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 11:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1608342#M21072</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-03-02T11:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to set GPIO high level interrupt by EB</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609012#M21099</link>
      <description>@Dan：&lt;BR /&gt;I donot want to use RISING EDGE,I want to use high level interrupt.&lt;BR /&gt;RM：&lt;BR /&gt;1100 ISF flag and Interrupt when logic 1.&lt;BR /&gt;I use SW32K1_RTD_4.4_1.0.1_HF01 and EB 27.1&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 03 Mar 2023 07:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609012#M21099</guid>
      <dc:creator>xaiodongyang</dc:creator>
      <dc:date>2023-03-03T07:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to set GPIO high level interrupt by EB</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609063#M21103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203168"&gt;@xaiodongyang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The ICU module didn't have a configuration for&amp;nbsp;&lt;SPAN&gt;high-level interrupt. So, from my point of view, you can configure use of RISING EDGE interrupt with a notification function, and in this function, you call&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Icu_GetInputState() function to check whether the channel was high level.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Mar 2023 08:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609063#M21103</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-03-03T08:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to set GPIO high level interrupt by EB</title>
      <link>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609488#M21126</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/41860"&gt;@dan&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I will try it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2023 02:20:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/How-to-set-GPIO-high-level-interrupt-by-EB/m-p/1609488#M21126</guid>
      <dc:creator>xaiodongyang</dc:creator>
      <dc:date>2023-03-04T02:20:59Z</dc:date>
    </item>
  </channel>
</rss>

