<?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: SDK_2.8.0 for LPC844 - PINT setting for GPIO Pin problem in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/SDK-2-8-0-for-LPC844-PINT-setting-for-GPIO-Pin-problem/m-p/1152067#M2762</link>
    <description>&lt;P&gt;Found it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under PINS, these pins need to be assigned to PINT also, clicking on the pin in the PINT column and selecting the PINT# there, THEN it will appear in the list under Peripherals as expected.&lt;/P&gt;&lt;P&gt;Solved.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2020 09:14:43 GMT</pubDate>
    <dc:creator>jmullen_condose</dc:creator>
    <dc:date>2020-09-11T09:14:43Z</dc:date>
    <item>
      <title>SDK_2.8.0 for LPC844 - PINT setting for GPIO Pin problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/SDK-2-8-0-for-LPC844-PINT-setting-for-GPIO-Pin-problem/m-p/1151630#M2759</link>
      <description>&lt;P&gt;I am trying to add a PINT Peripheral to my project to allow for 4 GPIO pins to cause an interrupt if any of them detect a falling edge (this is for a 4x4 matrix keypad). The original project was in CW10.1 for a 9SQE32 MCU and with that I simply used Device Initialization for "KBI1" module of the MCU, set the 4 desired pins to "Pullup Enabled, Falling Edge Detect" and set ISR name "vKeyboard", then added my code for this to the outline ISR that was produced by CodeWarrior. Easy Stuff!&lt;/P&gt;&lt;P&gt;With MCUXpresso I see I can add a PINT peripheral for this, and am attempting to add these 4 GPIO pins to it, but PINT presents a dropdown pin list showing only PIN36...?? There does not seem to be a setting where I can select any of the four the GPIO pins I wish, PIO1_0 thru PIO1_3:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GPIOPINS.jpg" style="width: 946px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/124850i7643896A9DF0845A/image-size/large?v=v2&amp;amp;px=999" role="button" title="GPIOPINS.jpg" alt="GPIOPINS.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;GPIOPINS.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PINTSettings.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/124849iAE82E7FA38B4C00D/image-size/large?v=v2&amp;amp;px=999" role="button" title="PINTSettings.jpg" alt="PINTSettings.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PINTSettings.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ultimately I want to add all four of these GPIO to PINT to generate a falling edge interrupt if *any* of them fall, the ISR will decode the key using 4 output GPIO pins to 'scan' the keypad, as I did with the QE32 MCU.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: Bug here(?), or what I am seemingly doing wrong in setting this up? Perhaps I misunderstand the PINT Peripheral and am trying to implement this simple "4 GPIO to 1 ISR" incorrectly and should be setting them up manually using the API commands like "GPIO_IntCmd(LPC_GPIO_PIN_INT, c_controllerPort, c_controllerPin, GPIOPININT_FALLING_EDGE);"?&lt;/P&gt;&lt;P&gt;Cheers in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/SDK-2-8-0-for-LPC844-PINT-setting-for-GPIO-Pin-problem/m-p/1151630#M2759</guid>
      <dc:creator>jmullen_condose</dc:creator>
      <dc:date>2020-09-11T09:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: SDK_2.8.0 for LPC844 - PINT setting for GPIO Pin problem</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/SDK-2-8-0-for-LPC844-PINT-setting-for-GPIO-Pin-problem/m-p/1152067#M2762</link>
      <description>&lt;P&gt;Found it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under PINS, these pins need to be assigned to PINT also, clicking on the pin in the PINT column and selecting the PINT# there, THEN it will appear in the list under Peripherals as expected.&lt;/P&gt;&lt;P&gt;Solved.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:14:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/SDK-2-8-0-for-LPC844-PINT-setting-for-GPIO-Pin-problem/m-p/1152067#M2762</guid>
      <dc:creator>jmullen_condose</dc:creator>
      <dc:date>2020-09-11T09:14:43Z</dc:date>
    </item>
  </channel>
</rss>

