<?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>LPCXpresso IDEのトピックRe: Program not entering interrupt handler despite being triggered.</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547262#M10028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Tue Apr 07 00:50:22 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mngeowcy&lt;/STRONG&gt;&lt;BR /&gt;The interrupt flag itself is triggering ,&amp;nbsp; but not the pin.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which interrupt flag, the one in the GPIO or the one in the NVIC? How did you check it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are your interrupts enabled globally?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:37:35 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:37:35Z</dc:date>
    <item>
      <title>Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547256#M10022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mngeowcy on Thu Apr 02 13:25:07 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to program a code for my school project with the LPC1769 , which is connected to a LPCXpresso Base Board. For now , I want my code to be able to access the handler once the light intensity value ( detected by the light sensor ) goes above 300. I have already configured my interrupt pin which is connected to the light sensor and enabled EINT3. However the program does not seem to access the handler at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried troubleshooting but I'm unable to find out why it doesn't access the handler. Is there a step I forgot to include?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help. The program is attached below.&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338283"&gt;main_13.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547256#M10022</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547257#M10023</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 Thu Apr 02 14:08:23 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So your light sensor is feeding this pin with a high signal (if it's value is &amp;gt;300) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, did you try to trigger the interrupt with a high signal?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you measure the light sensor signal to confirm that is it switching at 300?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547257#M10023</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547258#M10024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mngeowcy on Thu Apr 02 22:26:34 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes my light sensor is feeding the pin with an active low signal. My code will printf the light sensor value every 3 seconds. The interrupt flag itself is triggering ,&amp;nbsp; but not the pin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547258#M10024</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547259#M10025</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 Apr 03 02:56:47 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mngeowcy&lt;/STRONG&gt;&lt;BR /&gt;Yes my light sensor is feeding the pin with an active low signal.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then reduce your code to the minimum. A working sample is shown in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Flpc1769-problems-with-gpio-interrupt" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/lpc1769-problems-with-gpio-interrupt&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which toolchain are you using? LPCXpresso?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, export and post the (reduced) project...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547259#M10025</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547260#M10026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mngeowcy on Sat Apr 04 08:25:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks R2D2 , I reduced the code to a minimum and I managed to isolate the problem. I have already found a solution to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547260#M10026</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547261#M10027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Sat Apr 04 09:26:46 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Forums should be two-way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please share your findings. Note that even 'silly' mistakes corrected can help others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547261#M10027</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Program not entering interrupt handler despite being triggered.</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547262#M10028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by starblue on Tue Apr 07 00:50:22 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mngeowcy&lt;/STRONG&gt;&lt;BR /&gt;The interrupt flag itself is triggering ,&amp;nbsp; but not the pin.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which interrupt flag, the one in the GPIO or the one in the NVIC? How did you check it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are your interrupts enabled globally?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:37:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Program-not-entering-interrupt-handler-despite-being-triggered/m-p/547262#M10028</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:37:35Z</dc:date>
    </item>
  </channel>
</rss>

