<?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: Reading an Input Capture pin status in interrupt routine. MCUXPRESSO - LPC55 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1477966#M49278</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For example CT_INP4, from UM ,we can see there are two pins can configured for this function. Also in MCUXprsso Pins config, input "CT_INP4", you can see the two pins, then refer to your requirements to choose one. If choose PIO1_9, then read the status of this pin.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1655884147049.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184177iB25754F9B61FE86E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1655884147049.png" alt="Alice_Yang_0-1655884147049.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 07:52:13 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2022-06-22T07:52:13Z</dc:date>
    <item>
      <title>Reading an Input Capture pin status in interrupt routine. MCUXPRESSO - LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1474440#M49177</link>
      <description>&lt;P&gt;When a pin is routed to became an input capture pin (rising edge example) is it possible to read its status as a GPIO status inside the interrupt routine ?&lt;/P&gt;&lt;P&gt;Better...I have to input capture pin set as rising and falling edge function.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When an interrupt occur (example interupt A) I need to know which is its status and I need to know which is the status of signal B.&lt;/P&gt;&lt;P&gt;In poor word I need to read the input capture pin status when I'm in the input capture service routine.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Attilio&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 12:15:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1474440#M49177</guid>
      <dc:creator>Attilio</dc:creator>
      <dc:date>2022-06-15T12:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an Input Capture pin status in interrupt routine. MCUXPRESSO - LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1475158#M49196</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
&lt;P&gt;Yes, you can try to read.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 08:31:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1475158#M49196</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-06-16T08:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an Input Capture pin status in interrupt routine. MCUXPRESSO - LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1477442#M49264</link>
      <description>&lt;P&gt;Hi Alice, my apologies for delay in the answer.&lt;/P&gt;&lt;P&gt;Thank you for your assistance.&lt;/P&gt;&lt;P&gt;But I mean this: when an input capture is assigned I can not find any any kind of reference for (the same pin) as GPIO. As you can see the capture 1 CT_INP4 is selected as input capture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Attilio_0-1655813111059.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184037iB75E0F7256B8F8D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Attilio_0-1655813111059.png" alt="Attilio_0-1655813111059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For this pin a nane was assigned: it's ENCODER_PHB&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Attilio_3-1655813396069.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184040i49F25FB83BF5BE96/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Attilio_3-1655813396069.png" alt="Attilio_3-1655813396069.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I don't find any reference about it. I don't know the pin number..I don't know the related port.&lt;/P&gt;&lt;P&gt;I solved the problem looking for some reference in the form&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Attilio_4-1655813565243.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184041iB4DD96C4ECB4C29F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Attilio_4-1655813565243.png" alt="Attilio_4-1655813565243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At the bottom of the list I found the references, but it's not very immediate. I expected to find references with witch to recall the related GPIO sdk.&lt;/P&gt;&lt;P&gt;Instead no.&lt;/P&gt;&lt;P&gt;There is any kind of solution or I have to continue with this mode ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Attilio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 12:19:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1477442#M49264</guid>
      <dc:creator>Attilio</dc:creator>
      <dc:date>2022-06-21T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an Input Capture pin status in interrupt routine. MCUXPRESSO - LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1477966#M49278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For example CT_INP4, from UM ,we can see there are two pins can configured for this function. Also in MCUXprsso Pins config, input "CT_INP4", you can see the two pins, then refer to your requirements to choose one. If choose PIO1_9, then read the status of this pin.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1655884147049.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/184177iB25754F9B61FE86E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1655884147049.png" alt="Alice_Yang_0-1655884147049.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 07:52:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1477966#M49278</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-06-22T07:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading an Input Capture pin status in interrupt routine. MCUXPRESSO - LPC55</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1481259#M49361</link>
      <description>&lt;P&gt;Thanks Alice&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 14:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Reading-an-Input-Capture-pin-status-in-interrupt-routine/m-p/1481259#M49361</guid>
      <dc:creator>Attilio</dc:creator>
      <dc:date>2022-06-28T14:14:15Z</dc:date>
    </item>
  </channel>
</rss>

