<?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のトピックinterrupt without processor expert in KDS</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371027#M19274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using K40 controller using KDS. when i am using without processor expert the files not generating vector.c files.So i add vector.c files but it is not working.I does not want processor expert I likes to do project by our style.Actually i want MK40DZ10.h files that is generated by processor expert.so i copied into the file i generated without processor expert.please tell me how i enable interrupt handler using vector.c n the project without&amp;nbsp; generated processor expert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jan 2015 07:14:02 GMT</pubDate>
    <dc:creator>lijofrancis</dc:creator>
    <dc:date>2015-01-23T07:14:02Z</dc:date>
    <item>
      <title>interrupt without processor expert in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371027#M19274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using K40 controller using KDS. when i am using without processor expert the files not generating vector.c files.So i add vector.c files but it is not working.I does not want processor expert I likes to do project by our style.Actually i want MK40DZ10.h files that is generated by processor expert.so i copied into the file i generated without processor expert.please tell me how i enable interrupt handler using vector.c n the project without&amp;nbsp; generated processor expert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371027#M19274</guid>
      <dc:creator>lijofrancis</dc:creator>
      <dc:date>2015-01-23T07:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt without processor expert in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371028#M19275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the exception handlers name are already set and the interrupt vector is loaded in the startup_MK20D5.s (or the same startup file for your device).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="startup.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49529i395A4EE72FE9B10A/image-size/large?v=v2&amp;amp;px=999" role="button" title="startup.png" alt="startup.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the image you can see the I2C0_IRQHandler, this is the name for the ISR you need to create in your code, in this case the function with the name I2C0_IRQHandler will be called when an interrupt of the I2C0 occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can copy the MK40DZ10.h from the processor expert project and erase the one in the one project, that is not problem. The difference is that the just KDS project use a header file that access in a different way to the registers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can see an example I created for using the PTC interrupt in a TWR-K20D50 to toggle a led, the project uses the KDS header file. Please refer to the code for better understanding.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this information can help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Adrian Sanchez Cano&lt;BR /&gt;Technical Support Engineer&lt;BR /&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, 23 Jan 2015 16:51:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371028#M19275</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2015-01-23T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt without processor expert in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371029#M19276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I change to MK64FN1M0 and the interrupt can working, thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 06:41:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/interrupt-without-processor-expert-in-KDS/m-p/371029#M19276</guid>
      <dc:creator>LiKe</dc:creator>
      <dc:date>2016-04-15T06:41:30Z</dc:date>
    </item>
  </channel>
</rss>

