<?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>LPC MicrocontrollersのトピックRe: How can I link and enable an interrupt with the M0 LPC1114?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636377#M25128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Austin Johannes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can refer to our lpcopen lpc1114 code, and refer to that code to enable the interrupt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now take the TIMER interrupt as an example:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zip" title="http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zip"&gt;http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After configure the according module, and enable the module interrupt, then you need to enable the according IRQ and write the according interrupt service function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17666i3834928763CF5582/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 10:40:25 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2017-04-05T10:40:25Z</dc:date>
    <item>
      <title>How can I link and enable an interrupt with the M0 LPC1114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636375#M25126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-size: 14px;"&gt;I am currently trying to create and link an interrupt for my UART communication, but I was also not able to figure out how to use an external interrupt earlier. With the data sheet and header file I have, i'm having a hard time finding the method to link a function with an interrupt. With the previous ARM processor I have used (M7) I easily found the address in the data sheet that pointed to the interrupt handler. Some resources are below.&lt;/P&gt;&lt;P style="color: #000000; font-size: 14px;"&gt;If anyone can give me some pointers I would greatly appreciate it. In regards to this problem or any other topic.&lt;/P&gt;&lt;P style="color: #000000; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-size: 14px;"&gt;Link to Keil device page&lt;BR /&gt;&lt;A href="http://www.keil.com/dd2/nxp/lpc1114fn28_102/#/eula-container" style="color: #660066;"&gt;http://www.keil.com/dd2/nxp/lpc1114fn28_102/#/eula-container&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #000000; font-size: 14px;"&gt;Link to data sheet&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocuments%2Fuser_manual%2FUM10398.pdf" rel="nofollow" target="_blank"&gt;https://www.nxp.com/documents/user_manual/UM10398.pdf&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #000000; font-size: 14px;"&gt;Link to code&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F0B6eUXT7fE9bacVZ6aklHZWJzWUU%2Fview%3Fusp%3Dsharing" rel="nofollow" target="_blank"&gt;https://drive.google.com/file/d/0B6eUXT7fE9bacVZ6aklHZWJzWUU/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 00:44:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636375#M25126</guid>
      <dc:creator>joau1301</dc:creator>
      <dc:date>2017-03-31T00:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I link and enable an interrupt with the M0 LPC1114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636376#M25127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please show your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Apr 2017 16:04:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636376#M25127</guid>
      <dc:creator>Badman</dc:creator>
      <dc:date>2017-04-01T16:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I link and enable an interrupt with the M0 LPC1114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636377#M25128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Austin Johannes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can refer to our lpcopen lpc1114 code, and refer to that code to enable the interrupt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now take the TIMER interrupt as an example:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zip" title="http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zip"&gt;http://www.nxp.com/assets/downloads/data/en/software/lpcopen_v2_00a_keil_iar_nxp_lpcxpresso_11c24.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After configure the according module, and enable the module interrupt, then you need to enable the according IRQ and write the according interrupt service function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17666i3834928763CF5582/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 10:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-link-and-enable-an-interrupt-with-the-M0-LPC1114/m-p/636377#M25128</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-04-05T10:40:25Z</dc:date>
    </item>
  </channel>
</rss>

