<?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のトピックHow do I configure Group GPIO interrupt to SCT capture event ?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513389#M152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kitahei88 on Thu May 28 19:12:26 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is first time for me to use NXP MCU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use LPCXpresso 1549.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make multi-button logging device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to get the timing of bidirectional edge trigger for 26 buttons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that SCT capture event cannot set a lot of GPIO triggers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I want to use Group GPIO interrupt for SCT capture event .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it isn't , another way I think is that getting SCT count value in Group GPIO interrupt handler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I think that this way has delay for actual counter timing value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kitahie88&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:09:04 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:09:04Z</dc:date>
    <item>
      <title>How do I configure Group GPIO interrupt to SCT capture event ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513389#M152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kitahei88 on Thu May 28 19:12:26 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is first time for me to use NXP MCU.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use LPCXpresso 1549.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make multi-button logging device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to get the timing of bidirectional edge trigger for 26 buttons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that SCT capture event cannot set a lot of GPIO triggers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I want to use Group GPIO interrupt for SCT capture event .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it isn't , another way I think is that getting SCT count value in Group GPIO interrupt handler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I think that this way has delay for actual counter timing value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kitahie88&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513389#M152</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Group GPIO interrupt to SCT capture event ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513390#M153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Fri May 29 04:05:32 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kitahei88&lt;/STRONG&gt;&lt;BR /&gt;Does anyone have any idea?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Group interrupt. It's no problem to detect 26 buttons there...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately you can't detect rising and falling edges simultaneously&amp;nbsp; :(( &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can use GINT0 to detect falling edges and GINT1 to detect rising edges of the same pin&amp;nbsp; :)&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513390#M153</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Group GPIO interrupt to SCT capture event ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513391#M154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kitahei88 on Fri May 29 17:00:36 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes,I know GINT intterupt cannot detect bidirectional edge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I'll configure GINT0 and GINT1 as you mentioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The thing I really want to know is How to create SCT EVENT triggered by GINT interrupt ,Or is it impossible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is impossible ,&amp;nbsp; I'll get counter value in GINT interrupt handler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use LPC1549JBD64(LQFP64 package).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513391#M154</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure Group GPIO interrupt to SCT capture event ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513392#M155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Fri May 29 19:10:38 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure why you want to trigger a SCT...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't trigger an event direct, but of course you can connect a GPIO to an INMUX pin of SCT and switch it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-do-I-configure-Group-GPIO-interrupt-to-SCT-capture-event/m-p/513392#M155</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:06Z</dc:date>
    </item>
  </channel>
</rss>

