<?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 Software Development KitのトピックWriting my first KSDK1.3 Application in KDS3.0</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Writing-my-first-KSDK1-3-Application-in-KDS3-0/m-p/455380#M3198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a FRDM-KL03Z evaluation board.&lt;/P&gt;&lt;P&gt;I created a KDS3.0 Project with the document "Writing my first KSDK1.2 Application in KDS3.0 - Hello World and Toggle LED with GPIO Interrupt.pdf".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I succeed with the creation process. I could build and download and debug the application on the evaluation board.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Except for the GPIO interrupt. Push-button sw2 (PTB0) should generate an gpio interrupt on falling edge.&lt;/P&gt;&lt;P&gt;The ISR "PORTB_IRQHandler" won't never be invoked. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works perfectly without interrupt (#define GPIO_INTERRUPT 0). Also the terminal interface is working.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is exactly like in the document except the name of the ISR: "PORTB_IRQHandler" instead "PORTC_IRQHandler" (because the KL03 hasn't got a PORTC).&lt;/P&gt;&lt;P&gt;Do I have to change the name in another file? The startup_MKL03T4.s defines "PORTB_IRQHandler".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2015 15:40:07 GMT</pubDate>
    <dc:creator>michaeleicher</dc:creator>
    <dc:date>2015-12-01T15:40:07Z</dc:date>
    <item>
      <title>Writing my first KSDK1.3 Application in KDS3.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Writing-my-first-KSDK1-3-Application-in-KDS3-0/m-p/455380#M3198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a FRDM-KL03Z evaluation board.&lt;/P&gt;&lt;P&gt;I created a KDS3.0 Project with the document "Writing my first KSDK1.2 Application in KDS3.0 - Hello World and Toggle LED with GPIO Interrupt.pdf".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I succeed with the creation process. I could build and download and debug the application on the evaluation board.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Except for the GPIO interrupt. Push-button sw2 (PTB0) should generate an gpio interrupt on falling edge.&lt;/P&gt;&lt;P&gt;The ISR "PORTB_IRQHandler" won't never be invoked. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works perfectly without interrupt (#define GPIO_INTERRUPT 0). Also the terminal interface is working.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code is exactly like in the document except the name of the ISR: "PORTB_IRQHandler" instead "PORTC_IRQHandler" (because the KL03 hasn't got a PORTC).&lt;/P&gt;&lt;P&gt;Do I have to change the name in another file? The startup_MKL03T4.s defines "PORTB_IRQHandler".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2015 15:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Writing-my-first-KSDK1-3-Application-in-KDS3-0/m-p/455380#M3198</guid>
      <dc:creator>michaeleicher</dc:creator>
      <dc:date>2015-12-01T15:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Writing my first KSDK1.3 Application in KDS3.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Writing-my-first-KSDK1-3-Application-in-KDS3-0/m-p/455381#M3199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Micahael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend that after you create the KSDK project refer to&amp;nbsp; the DOC you mentioned , then refer to the&lt;/P&gt;&lt;P&gt;gpio about interrupt demo under the KSDK installation directory :&lt;/P&gt;&lt;P&gt;...\Freescale\KSDK_1.2.0\examples\frdmkl03z\driver_examples\gpio&lt;/P&gt;&lt;P&gt;Firstly run the demo code on your board , be sure it can work well , then configure your own project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&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;BR /&gt;Have a great day,&lt;BR /&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 05:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Writing-my-first-KSDK1-3-Application-in-KDS3-0/m-p/455381#M3199</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-04T05:21:58Z</dc:date>
    </item>
  </channel>
</rss>

