<?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: LPC55S69 : pin inversion and GINTx in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022639#M39938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please ask all your question regarding this issue in the following thread?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/517911"&gt;https://community.nxp.com/thread/517911&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2019 16:09:52 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2019-11-26T16:09:52Z</dc:date>
    <item>
      <title>LPC55S69 : pin inversion and GINTx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022636#M39935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can pin be inverted first and after that contribute to GINTx group ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example Rising edge will be inverted to falling edge and after that is detected by GINTx ?&lt;/P&gt;&lt;P&gt;And wakeup capabilities from POWER DOWN mode is not degrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or pins connected to GINTx directly and&amp;nbsp; no inversion is possible :&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;The pins can be configured as GPIO pins through IOCON, but they don’t have to be. The&lt;BR /&gt;GINT block reads the input from the pin bypassing IOCON multiplexing. Make sure that no&lt;BR /&gt;analog function is selected on pins that are input to the group interrupts. Selecting an&lt;BR /&gt;analog function in IOCON disables the digital pad and the digital signal is tied to 0.&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2019 12:48:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022636#M39935</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-11-21T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : pin inversion and GINTx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022637#M39936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I understand correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to invert the polarity after detecting one of the edges rising. If that is the case it shouldn't be a problem for the wake up from POWER DOWN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 20:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022637#M39936</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-11-25T20:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : pin inversion and GINTx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022638#M39937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the same problem as we discuss later on.&lt;/P&gt;&lt;P&gt;Only one pin can be inverted and included to GINT0 ( for example ) falling edge active and due inversion it detects rising edge.&lt;/P&gt;&lt;P&gt;All other pins can be included to GINT1 with falling edge detection.&lt;/P&gt;&lt;P&gt;But if inversed pin included with other pins it block everything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It meas some problem exists and LPC is not working according spec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try on EVK inverse all 3 buttons and detect all edges.&lt;/P&gt;&lt;P&gt;What can be configuration ?&lt;/P&gt;&lt;P&gt;Please guide me how GINTx controllers works if it different from spec ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 07:07:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022638#M39937</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-11-26T07:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : pin inversion and GINTx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022639#M39938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please ask all your question regarding this issue in the following thread?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/517911"&gt;https://community.nxp.com/thread/517911&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 16:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-pin-inversion-and-GINTx/m-p/1022639#M39938</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-11-26T16:09:52Z</dc:date>
    </item>
  </channel>
</rss>

