<?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>LPCXpresso IDEのトピックRe: Interrupt Glitch</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527203#M362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by micrio on Fri Apr 05 05:06:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In your interrupt handler disable the interrupt.&amp;nbsp;&amp;nbsp; This will prevent it from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coming back during the bounce period.&amp;nbsp;&amp;nbsp; At some time later re-enable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the interrupt.&amp;nbsp;&amp;nbsp; You can use a timer or some other delaying mechanism to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;give you a delay.&amp;nbsp;&amp;nbsp; A delay of a few milliseconds works well for debouncing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:00:43 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:00:43Z</dc:date>
    <item>
      <title>Interrupt Glitch</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527202#M361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Genesy on Fri Apr 05 03:31:59 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;How to prevent glitches when I insert a jumper on a GPIO used as an interrupt?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a LPC11C14 chip but there isn't hardware support such as some other microcontroller.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527202#M361</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt Glitch</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527203#M362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by micrio on Fri Apr 05 05:06:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In your interrupt handler disable the interrupt.&amp;nbsp;&amp;nbsp; This will prevent it from&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;coming back during the bounce period.&amp;nbsp;&amp;nbsp; At some time later re-enable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the interrupt.&amp;nbsp;&amp;nbsp; You can use a timer or some other delaying mechanism to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;give you a delay.&amp;nbsp;&amp;nbsp; A delay of a few milliseconds works well for debouncing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;switches.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527203#M362</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt Glitch</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527204#M363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Genesy on Fri Apr 05 06:42:14 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for replay.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another question. In the GPIO driver there is a default PIO Handler for a specific port and it work well. If I redefined this handler externally with a custom function, this handler isn't called. Do I forgot something?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527204#M363</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt Glitch</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527205#M364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by micrio on Fri Apr 05 09:37:50 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you provide your own interrupt handler then no other handler will be called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I understanding your question correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are interrupt handler examples in the sample files that might be useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Interrupt-Glitch/m-p/527205#M364</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:45Z</dc:date>
    </item>
  </channel>
</rss>

