<?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>Kinetis MicrocontrollersのトピックRe: How to map a ftm interrupt vector function by driver code</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466224#M28126</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;First of all, you should find the interrupt vector, then define the interrupt function and link the function to the corresponding interrupt vector.&lt;/P&gt;&lt;P&gt;I'd highly recommend that you can refer to the FRDM-KEXX Driver Library Package 1.2.1 which include the CW demos for details.&lt;/P&gt;&lt;P&gt;And you can download the driver through the link as below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://cache.nxp.com/files/microcontrollers/software/device_drivers/KEXX_DRIVERS_V1.2.1_DEVD.zip" title="https://cache.nxp.com/files/microcontrollers/software/device_drivers/KEXX_DRIVERS_V1.2.1_DEVD.zip"&gt;https://cache.nxp.com/files/microcontrollers/software/device_drivers/KEXX_DRIVERS_V1.2.1_DEVD.zip&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Fri, 11 Mar 2016 07:12:25 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2016-03-11T07:12:25Z</dc:date>
    <item>
      <title>How to map a ftm interrupt vector function by driver code</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466223#M28125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By PE the ftm interrupt event&amp;nbsp; code can write in the function of below.&amp;nbsp; &lt;/P&gt;&lt;P&gt;How can I make such a funtion in the driver code(without PE) that attached.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MCU :KEAZ128&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;** ===================================================================&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Event&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; Timer_OnInterrupt (module Events)&lt;/P&gt;&lt;P&gt;**&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Component&amp;nbsp;&amp;nbsp; :&amp;nbsp; Timer [FreeCntr]&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;/*!&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @brief&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This event is called when a compare matches the counter&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value (if compare or reload is selected as a interrupt&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; source) or a counter overflows (for free-running devices).&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is valid only when the component is enabled - &amp;lt;"Enable"&amp;gt;&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and the events are enabled - &amp;lt;"EnableEvent"&amp;gt;. The event is&lt;/P&gt;&lt;P&gt;**&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; available only if &amp;lt;Interrupt service/event&amp;gt; is enabled.&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;/* ===================================================================*/&lt;/P&gt;&lt;P&gt;void Timer_OnInterrupt(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Write your code here ... */&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; system_clock_Acc++;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&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-337534"&gt;ftm.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&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-337534"&gt;ftm.h.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 03:58:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466223#M28125</guid>
      <dc:creator>jason_zhang</dc:creator>
      <dc:date>2016-03-10T03:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a ftm interrupt vector function by driver code</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466224#M28126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;First of all, you should find the interrupt vector, then define the interrupt function and link the function to the corresponding interrupt vector.&lt;/P&gt;&lt;P&gt;I'd highly recommend that you can refer to the FRDM-KEXX Driver Library Package 1.2.1 which include the CW demos for details.&lt;/P&gt;&lt;P&gt;And you can download the driver through the link as below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://cache.nxp.com/files/microcontrollers/software/device_drivers/KEXX_DRIVERS_V1.2.1_DEVD.zip" title="https://cache.nxp.com/files/microcontrollers/software/device_drivers/KEXX_DRIVERS_V1.2.1_DEVD.zip"&gt;https://cache.nxp.com/files/microcontrollers/software/device_drivers/KEXX_DRIVERS_V1.2.1_DEVD.zip&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Fri, 11 Mar 2016 07:12:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466224#M28126</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-03-11T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to map a ftm interrupt vector function by driver code</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466225#M28127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That make sense!&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 07:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-map-a-ftm-interrupt-vector-function-by-driver-code/m-p/466225#M28127</guid>
      <dc:creator>jason_zhang</dc:creator>
      <dc:date>2016-03-11T07:51:09Z</dc:date>
    </item>
  </channel>
</rss>

