<?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 Can't get group interrupt to work on port 2 (LPC1549) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858001#M34140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use port 2.4 to be part of the group interrupt 0:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt; &lt;SPAN class="token function"&gt;Chip_GPIOGP_Init&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;         
 &lt;SPAN class="token function"&gt;Chip_GPIO_SetPinDIRInput&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIO&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_SelectHighLevel&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;   
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_EnableGroupPins&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_SelectOrMode&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_SelectEdgeMode&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_ClearIntStatus&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;NVIC_EnableIRQ&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GINT0_IRQn&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However when I look at PORT_POL[2] and PORT_ENA[2] both are 0 and stay 0. If I change the code to port 1.4, the value for&amp;nbsp;&lt;SPAN&gt;PORT_POL[1] = 0xFFFF FFFF and PORT_ENA[1] = 0x0001 0000. Am I missing something?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2019 16:10:12 GMT</pubDate>
    <dc:creator>marcokuysterman</dc:creator>
    <dc:date>2019-02-28T16:10:12Z</dc:date>
    <item>
      <title>Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858001#M34140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use port 2.4 to be part of the group interrupt 0:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt; &lt;SPAN class="token function"&gt;Chip_GPIOGP_Init&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;         
 &lt;SPAN class="token function"&gt;Chip_GPIO_SetPinDIRInput&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIO&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_SelectHighLevel&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;   
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_EnableGroupPins&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;4&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_SelectOrMode&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_SelectEdgeMode&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;Chip_GPIOGP_ClearIntStatus&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;LPC_GPIOGROUP&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
 &lt;SPAN class="token function"&gt;NVIC_EnableIRQ&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;GINT0_IRQn&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However when I look at PORT_POL[2] and PORT_ENA[2] both are 0 and stay 0. If I change the code to port 1.4, the value for&amp;nbsp;&lt;SPAN&gt;PORT_POL[1] = 0xFFFF FFFF and PORT_ENA[1] = 0x0001 0000. Am I missing something?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:10:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858001#M34140</guid>
      <dc:creator>marcokuysterman</dc:creator>
      <dc:date>2019-02-28T16:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858002#M34141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="323544" data-username="marcokuystermans" href="https://community.nxp.com/people/marcokuystermans"&gt;Marco Kuystermans,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check whether enable GPIO2 clock :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp; Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_GPIO2);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and whether set pin back to GPIO : &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;STATIC INLINE void Chip_IOCON_PinMuxSet(LPC_IOCON_T *pIOCON, uint8_t port, uint8_t pin, uint32_t modefunc)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I recommend you first try to the demo "periph_grouped_int" under LPCopen:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc15xx:LPCOPEN-SOFTWARE-FOR-LPC15XX?tab=Design_Tools_Tab" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc15xx:LPCOPEN-SOFTWARE-FOR-LPC15XX?tab=Design_Tools_Tab"&gt;LPCOpen Software for LPC15XX | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 07:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858002#M34141</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-03-01T07:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858003#M34142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for you answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both suggestions but still&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PORT_POL[2] and PORT_ENA[2] are 0 and stay 0. No change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I also looked at your example but I do not see any clues why&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;As a workaround I am polling port 2.4, but imho an interrupt will fit much better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Greetings Marco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 16:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858003#M34142</guid>
      <dc:creator>marcokuysterman</dc:creator>
      <dc:date>2019-03-04T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858004#M34143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;STRONG class=""&gt;&lt;SPAN class=""&gt;Marco&lt;/SPAN&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;I will test it on my side after I get this board.&lt;/P&gt;&lt;P&gt;How about the demo "periph_grouped_int"?&amp;nbsp;&lt;/P&gt;&lt;P&gt;This default demo is for Port0, pin 17, Select Low Level interrupt&amp;nbsp; on this pin :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/* GPIO pin for GROUPED GPIO interrupt.&amp;nbsp; This is SW1-WAKE button switch input. */&lt;BR /&gt;#define TEST_BUTTON_PIN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17&amp;nbsp;&amp;nbsp; &amp;nbsp;/* GPIO pin number mapped to PININT */&lt;BR /&gt;#define TEST_BUTTON_PORT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp; &amp;nbsp;/* GPIO port number mapped to PININT */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_GPIOGP_SelectLowLevel(LPC_GPIOGROUP, 0, TEST_BUTTON_PORT, 1 &amp;lt;&amp;lt; TEST_BUTTON_PIN);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;after download it ,check the register of PORT_POL[0], bit 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then change to port2- pin4, how about the register of PORT_POL[2] ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 07:16:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858004#M34143</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-03-05T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858005#M34144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my late answer, but here are the results of my tests:&lt;/P&gt;&lt;P&gt;In case of pin 0.17:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt; Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_GPIO2);
 Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_GPIO0);
 Chip_GPIOGP_Init(LPC_GPIOGROUP);
 Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 17, (IOCON_DIGMODE_EN | IOCON_MODE_INACT) );;
 Chip_GPIO_SetPinDIRInput(LPC_GPIO, 0, 17);

 #define TEST_BUTTON_PIN 17 /* GPIO pin number mapped to PININT */
 #define TEST_BUTTON_PORT 0 /* GPIO port number mapped to PININT */

  Chip_GPIOGP_SelectLowLevel(LPC_GPIOGROUP, 0, TEST_BUTTON_PORT, 1 &amp;lt;&amp;lt; TEST_BUTTON_PIN);&lt;/PRE&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="2019-03-12 11_57_00-.png"&gt;&lt;IMG alt="2019-03-12 11_57_00-.png" src="https://community.nxp.com/t5/image/serverpage/image-id/72672iFA77CE0356D49624/image-size/large?v=v2&amp;amp;px=999" title="2019-03-12 11_57_00-.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And indeed the pin polarity is set correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of pin 2.4:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="2019-03-12 11_58_20-.png"&gt;&lt;IMG alt="2019-03-12 11_58_20-.png" src="https://community.nxp.com/t5/image/serverpage/image-id/72714i3228CFCBF4E6F16B/image-size/large?v=v2&amp;amp;px=999" title="2019-03-12 11_58_20-.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But now the whole register stays 0 (POL[0] and POL[1] are both&amp;nbsp;Binary:11111111111111111111111111111111)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused, the only conclusion I can make is that this whole thing does not work for Port 2.&lt;/P&gt;&lt;P&gt;Greetings Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858005#M34144</guid>
      <dc:creator>marcokuysterman</dc:creator>
      <dc:date>2020-11-02T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858006#M34145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class=""&gt;Marco Kuystermans&lt;/SPAN&gt;&lt;STRONG class=""&gt;&lt;SPAN class=""&gt;，&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please check how many pins in your chip refer to Data sheet, or you can tell me the part number , I help you check it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;If 48 pins or 64 pins, there isn't GPIO port 2, only 100 pin chip have:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74671iD4FFC993CE106FEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hope it helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 10:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858006#M34145</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-03-14T10:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get group interrupt to work on port 2 (LPC1549)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858007#M34146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good thinking, but I am using the&amp;nbsp;LPC1549JBD100 which is a 100 pin device.&lt;span class="lia-inline-image-display-wrapper" image-alt="IMG_5491.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75217i80CD485AE103EAA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_5491.jpg" alt="IMG_5491.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings, Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 12:58:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Can-t-get-group-interrupt-to-work-on-port-2-LPC1549/m-p/858007#M34146</guid>
      <dc:creator>marcokuysterman</dc:creator>
      <dc:date>2019-03-14T12:58:31Z</dc:date>
    </item>
  </channel>
</rss>

