<?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のトピックRe: Imx93 GPIO interrupt</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1965724#M229216</link>
    <description>&lt;P&gt;Adding current driver source and dts.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;gpio_interrupt&amp;nbsp; declared in /proc/interrupts&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@board:~# cat /proc/interrupts
           CPU0       CPU1
 13:      36966      43746     GICv3  26 Level     arch_timer
 14:      11423      14496     GICv3 106 Level     timer@44290000
...
 96:          0          0     GICv3  98 Level     42560000.spi
 99:       7450          0     GICv3 119 Level     mmc1
100:          0          0  gpio-vf610   0 Edge      42860000.mmc cd
101:          0          0  gpio-vf610  10 Edge      gpio_interrupt
...
Err:          0&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;in /sys/kernel/debug/gpio ,&amp;nbsp; GPIO sees OK .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@board:~# cat /sys/kernel/debug/gpio
gpiochip0: GPIOs 512-543, parent: platform/43810000.gpio, 43810000.gpio:
..
 gpio-522 (IRQ_AEMPTY          |gpio_interrupt      ) in  hi IRQ
 gpio-523 (IRQ_AFULL           )
..&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Everithing seems ok,&amp;nbsp; Checked GPIO change with scope.&amp;nbsp; &amp;nbsp;But no interrupt detected .&lt;BR /&gt;&lt;BR /&gt;Any idea&amp;nbsp; ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2024 15:02:44 GMT</pubDate>
    <dc:creator>frebourg</dc:creator>
    <dc:date>2024-10-02T15:02:44Z</dc:date>
    <item>
      <title>Imx93 GPIO interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1965666#M229202</link>
      <description>&lt;P&gt;How to use GPIO interrupt on kernel driver (on linux 6.6)&lt;BR /&gt;&lt;BR /&gt;Is somebody&amp;nbsp; can share sample code of linux driver using interrupt on GPIO&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 13:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1965666#M229202</guid>
      <dc:creator>frebourg</dc:creator>
      <dc:date>2024-10-02T13:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Imx93 GPIO interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1965724#M229216</link>
      <description>&lt;P&gt;Adding current driver source and dts.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;gpio_interrupt&amp;nbsp; declared in /proc/interrupts&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@board:~# cat /proc/interrupts
           CPU0       CPU1
 13:      36966      43746     GICv3  26 Level     arch_timer
 14:      11423      14496     GICv3 106 Level     timer@44290000
...
 96:          0          0     GICv3  98 Level     42560000.spi
 99:       7450          0     GICv3 119 Level     mmc1
100:          0          0  gpio-vf610   0 Edge      42860000.mmc cd
101:          0          0  gpio-vf610  10 Edge      gpio_interrupt
...
Err:          0&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;in /sys/kernel/debug/gpio ,&amp;nbsp; GPIO sees OK .&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;root@board:~# cat /sys/kernel/debug/gpio
gpiochip0: GPIOs 512-543, parent: platform/43810000.gpio, 43810000.gpio:
..
 gpio-522 (IRQ_AEMPTY          |gpio_interrupt      ) in  hi IRQ
 gpio-523 (IRQ_AFULL           )
..&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Everithing seems ok,&amp;nbsp; Checked GPIO change with scope.&amp;nbsp; &amp;nbsp;But no interrupt detected .&lt;BR /&gt;&lt;BR /&gt;Any idea&amp;nbsp; ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2024 15:02:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1965724#M229216</guid>
      <dc:creator>frebourg</dc:creator>
      <dc:date>2024-10-02T15:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Imx93 GPIO interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1967692#M229325</link>
      <description>&lt;P&gt;Interrupt is ok&amp;nbsp; if cortex-M not started.&lt;BR /&gt;&lt;BR /&gt;Is it possible to have interruption on Cortex-A and Cortex-M&amp;nbsp; on the same GPIO (GPIO2) ?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 07:26:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1967692#M229325</guid>
      <dc:creator>frebourg</dc:creator>
      <dc:date>2024-10-07T07:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Imx93 GPIO interrupt</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1968103#M229361</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205634"&gt;@frebourg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Unfortunately this is difficult to achieve, it is preferable to assing resources to be used from Cortex A and from Cortex M.&lt;/P&gt;
&lt;P&gt;Maybe you can make an application for Cortex M and communicate the cores in RPMSG.&lt;/P&gt;
&lt;P&gt;You can take a look to this post as started point:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/GPIOs-Interrupt-i-MX93-M33/ta-p/1909424" target="_self"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/GPIOs-Interrupt-i-MX93-M33/ta-p/1909424&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information can helps to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 19:00:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx93-GPIO-interrupt/m-p/1968103#M229361</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2024-10-07T19:00:49Z</dc:date>
    </item>
  </channel>
</rss>

