<?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 LPC802 | how to enable GPIO interrupt on rise and fall state in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1522795#M50162</link>
    <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;My customer working on the LPC802 chipset and he looking to add an interrupt on the rising and fall state of GPIO0_17 (Pin17).&lt;/P&gt;&lt;P&gt;Could you please advise how to enable the&amp;nbsp;interrupt on the GPIO port0 pin 17?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for your kind feedback, Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shai&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 09:33:30 GMT</pubDate>
    <dc:creator>shai_b</dc:creator>
    <dc:date>2022-09-15T09:33:30Z</dc:date>
    <item>
      <title>LPC802 | how to enable GPIO interrupt on rise and fall state</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1522795#M50162</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;My customer working on the LPC802 chipset and he looking to add an interrupt on the rising and fall state of GPIO0_17 (Pin17).&lt;/P&gt;&lt;P&gt;Could you please advise how to enable the&amp;nbsp;interrupt on the GPIO port0 pin 17?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for your kind feedback, Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shai&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 09:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1522795#M50162</guid>
      <dc:creator>shai_b</dc:creator>
      <dc:date>2022-09-15T09:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC802 | how to enable GPIO interrupt on rise and fall state</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1523136#M50167</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I suggest downloading the MCUXpresso and the SDK for the LPCXpresso802 and reviewing the examples, your customer can use the Config tool to modify an input with interrupt. If you need more information please let me know.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 20:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1523136#M50167</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2022-09-15T20:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC802 | how to enable GPIO interrupt on rise and fall state</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1557777#M50792</link>
      <description>&lt;P&gt;The register is set up with entries for SIENF and&amp;nbsp;SIENR so you can call the functions available in the SDK like this,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chip_PININT_SetPinModeEdge(LPC_PININT, PININTCH0); //Configure channel 0 interrupt as edge sensitive&lt;BR /&gt;Chip_PININT_EnableIntLow(LPC_PININT, PININTCH0); //Configure channel 0 interrupt falling edge interrupt&lt;/P&gt;&lt;P&gt;Chip_PININT_EnableIntHigh(LPC_PININT, PININTCH0); //Configure channel 0 interrupt rising edge interrupt&lt;/P&gt;&lt;P&gt;Chip_SYSCTL_SetPinInterrupt(0, 17); // Configure interrupt channel 0 for the GPIO pin 17 in SysCon block&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sanders7284&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 11:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC802-how-to-enable-GPIO-interrupt-on-rise-and-fall-state/m-p/1557777#M50792</guid>
      <dc:creator>sanders7284</dc:creator>
      <dc:date>2022-11-22T11:23:44Z</dc:date>
    </item>
  </channel>
</rss>

