<?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>LPC MicrocontrollersのトピックPIN Interrupt</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1845173#M55845</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am configure&amp;nbsp; PIN Interrupt in lpc55s16&amp;nbsp; (level sensitive or active level triggering) using below the registers:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Intr_No=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PINT-&amp;gt;ISEL = (1&amp;lt;&amp;lt; LOW_LEVEL);&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;PINT-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;SIENR&lt;/SPAN&gt;&lt;SPAN&gt; = 1UL &amp;lt;&amp;lt; (&lt;/SPAN&gt;&lt;SPAN&gt;uint32_t&lt;/SPAN&gt;&lt;SPAN&gt;)Intr_No;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PINT-&amp;gt;SIENF= 1UL &amp;lt;&amp;lt; (uint32_t)Intr_No;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i want to configuration for using level sensitive active low, and active high&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 11 Apr 2024 12:02:27 GMT</pubDate>
    <dc:creator>Sathiya_T</dc:creator>
    <dc:date>2024-04-11T12:02:27Z</dc:date>
    <item>
      <title>PIN Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1845173#M55845</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am configure&amp;nbsp; PIN Interrupt in lpc55s16&amp;nbsp; (level sensitive or active level triggering) using below the registers:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Intr_No=0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PINT-&amp;gt;ISEL = (1&amp;lt;&amp;lt; LOW_LEVEL);&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;PINT-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;SIENR&lt;/SPAN&gt;&lt;SPAN&gt; = 1UL &amp;lt;&amp;lt; (&lt;/SPAN&gt;&lt;SPAN&gt;uint32_t&lt;/SPAN&gt;&lt;SPAN&gt;)Intr_No;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PINT-&amp;gt;SIENF= 1UL &amp;lt;&amp;lt; (uint32_t)Intr_No;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i want to configuration for using level sensitive active low, and active high&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Apr 2024 12:02:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1845173#M55845</guid>
      <dc:creator>Sathiya_T</dc:creator>
      <dc:date>2024-04-11T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: PIN Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1848468#M55866</link>
      <description>&lt;P&gt;The following SDK examples show you how to use the Pin interrupt &amp;amp; pattern match:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pablo_Ramos_0-1713300899073.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274146i2C0A684A87F3270C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pablo_Ramos_0-1713300899073.png" alt="Pablo_Ramos_0-1713300899073.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 20:55:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1848468#M55866</guid>
      <dc:creator>Pablo_Ramos</dc:creator>
      <dc:date>2024-04-16T20:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIN Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1849653#M55895</link>
      <description>&lt;P&gt;In the SDK example pin interrupt level triggering interrurpt is worked but sometimes doesnt worked. controller not detect&amp;nbsp; varying voltage,&amp;nbsp;&lt;/P&gt;&lt;P&gt;using 3.3 v&amp;nbsp; controller is detect the interrupt in level triggering same LOW&amp;amp;HIGH.&lt;/P&gt;&lt;P&gt;as the same 1.2 v controller is not detected only sometimes i got interrupt.&lt;/P&gt;&lt;P&gt;interrupt detect voltage for controller is 0.8v but why? this not happened continue interrupt signal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 07:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1849653#M55895</guid>
      <dc:creator>Sathiya_T</dc:creator>
      <dc:date>2024-04-18T07:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: PIN Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1849682#M55896</link>
      <description>&lt;P&gt;It seems you don't understand what "pin level interrupt" means in this context.&lt;BR /&gt;This term relates to the logic levels "H" and "L", which are defined and fixed by hardware and supply voltage. You cannot detect other voltage levels that way.&lt;/P&gt;&lt;P&gt;If this is your objective use an ADC, or specific external custom hardware.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 08:23:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PIN-Interrupt/m-p/1849682#M55896</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2024-04-18T08:23:45Z</dc:date>
    </item>
  </channel>
</rss>

