<?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 LPC43xx Triggering Interrupt in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571614#M18428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by amsmith on Wed Apr 27 11:33:03 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using an LPC4370, and I'd like to use a GPIO to trigger an interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;External source sets one pin high to trigger an interrupt which then sets a second pin high.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the pieces have been tested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manually polling the input pin, values as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manually calling the ISR, reading the output pin, values as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the pieces work, it's just the interrupt itself never seems to be triggered by the input pin, which perhaps suggests a configuration issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Interrupts have been enabled globally&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The pin isr has been enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The input buffer has been enabled (thought this was the missing link when I discovered this in the documentation, but seems not)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The pin directions set correctly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The voltages are correct&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any insight would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:55:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:55:40Z</dc:date>
    <item>
      <title>LPC43xx Triggering Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571614#M18428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by amsmith on Wed Apr 27 11:33:03 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using an LPC4370, and I'd like to use a GPIO to trigger an interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;External source sets one pin high to trigger an interrupt which then sets a second pin high.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the pieces have been tested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manually polling the input pin, values as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manually calling the ISR, reading the output pin, values as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the pieces work, it's just the interrupt itself never seems to be triggered by the input pin, which perhaps suggests a configuration issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Interrupts have been enabled globally&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The pin isr has been enabled&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The input buffer has been enabled (thought this was the missing link when I discovered this in the documentation, but seems not)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The pin directions set correctly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- The voltages are correct&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any insight would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571614#M18428</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Triggering Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571615#M18429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mysepp on Wed Apr 27 12:06:39 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps show some source code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:55:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571615#M18429</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Triggering Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571616#M18430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Thu Apr 28 05:43:42 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;In the LPCOpen package 2.12 there is an example for pin interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I used a Keil compiler, the KEIL MCB4357 board and I let the example run from internal flash and it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This LPCOpen package 2.12 is also available in a version for the LPC4370 Link2 board, I assume that it contains the same example but running on this board. However, in the package I used you could select the Link2 board as a platform as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages"&gt;https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some thoughts: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; Do you go to a power down mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; All peripheral clocks are on after reset. Did you manually switch off any clocks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; Is the pointer to the interrupt vector table set correctly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:55:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571616#M18430</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Triggering Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571617#M18431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Triggering-Interrupt/m-p/571617#M18431</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:09:27Z</dc:date>
    </item>
  </channel>
</rss>

