<?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: Timer Interrupt</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1293729#M45503</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188001" target="_self"&gt;&lt;SPAN class=""&gt;JLABB&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Usually, warning can ignore. Does the interrupt function work well when run your project?&lt;/P&gt;
&lt;P&gt;If no, you can share your project, I will help to check.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 03:13:19 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-06-17T03:13:19Z</dc:date>
    <item>
      <title>Timer Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1293311#M45494</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using the LPC55S06 board and the MCUXpresso Config Tool Version 9&amp;nbsp; and I am trying to use CTIMER1 to generate an interrupt after a period of 799 us and call a function that I wrote. I am using the NVIC to make the interrupt through CTIMER1 and then use the IRQHandler that is generated from the peripherals.h file as a void function to call the function I wrote. I am trying this method but the function that I am trying to call gets a warning that it is being unused.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 20:44:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1293311#M45494</guid>
      <dc:creator>JLABB</dc:creator>
      <dc:date>2021-06-16T20:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1293729#M45503</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188001" target="_self"&gt;&lt;SPAN class=""&gt;JLABB&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Usually, warning can ignore. Does the interrupt function work well when run your project?&lt;/P&gt;
&lt;P&gt;If no, you can share your project, I will help to check.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 03:13:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1293729#M45503</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-06-17T03:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294108#M45512</link>
      <description>&lt;P&gt;Morning Alice, I ran the project in debug mode and it looks like the interrupt register is changing but the function I have in the handler's body is not being used. I will send the project in a zip file which will have the config from MCUXpresso and I am running the project from Keil.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 02:33:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294108#M45512</guid>
      <dc:creator>JLABB</dc:creator>
      <dc:date>2021-06-18T02:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294121#M45514</link>
      <description>&lt;P&gt;Your interrupt handler needs to have the same name as defined in your toolchain, usually the startup file. Which is often assembler code.&lt;/P&gt;&lt;P&gt;In the generated map file, you should see your handler/address present in the respective vector table entry.&lt;/P&gt;&lt;P&gt;Toolchains often provide default handler for interrupt or fault handlers, which are declared as "__WEAK" and can be overwritten.&lt;/P&gt;&lt;P&gt;The handling of such linking issues is not identical across toolchains, so you might need to consult the Keil tutorials.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 13:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294121#M45514</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2021-06-17T13:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294182#M45516</link>
      <description>&lt;P&gt;Hello Frank,&lt;/P&gt;&lt;P&gt;I changed the name of my interrupt handler to&amp;nbsp;CTIMER1_IRQHandler to match the one in the startup file and in my map file I can see&amp;nbsp;CTIMER1_IRQHandler in the vector table so that is good but it did not fix my linking issue. I contacted Keil about my project.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 14:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294182#M45516</guid>
      <dc:creator>JLABB</dc:creator>
      <dc:date>2021-06-17T14:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Timer Interrupt</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294490#M45531</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188001" target="_self" aria-label="View Profile of JLABB"&gt;&lt;SPAN class=""&gt;JLAB&lt;/SPAN&gt;&lt;/A&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188001" target="_self" aria-label="View Profile of JLABB"&gt;&lt;SPAN class=""&gt;B,&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp;I have help you change your&amp;nbsp; project, now it can run into Citmer0 interrupt , please see my attachment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;It seems you haven't enable interrupt.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 07:08:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Timer-Interrupt/m-p/1294490#M45531</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-06-18T07:08:44Z</dc:date>
    </item>
  </channel>
</rss>

