<?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: Using K64/K24 Driver Examples on Custom Boards</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664896#M40871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That post is very old, I suggest you create a new question post by yourself, then we will reply you directly in your own post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can give us your detail question information, then we will help you to check it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you want I to reply, you can @kerry zhou in your new created post, then I will get the notification, then check you detail question, thank you!&lt;/P&gt;&lt;P&gt;&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>Mon, 05 Feb 2018 01:57:59 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2018-02-05T01:57:59Z</dc:date>
    <item>
      <title>Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664890#M40865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I want to take one of the Driver examples for the k64 Tower board (UART/CAN) and run it on my MK24 custom board what files would I need to change? Bare minimum only. Here is an explanation of what I’ve done so far.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a new project “test” using the built in Wizard in KDS.&lt;UL&gt;&lt;LI&gt;File&amp;gt;New Kinetis SDK 2 project &amp;gt;processors MK24FN1M0xxx12&lt;/LI&gt;&lt;LI&gt;Selected All Drivers and no RTOS&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Created clock_config and pin_mux files using the MCUXpresso tool online&lt;UL&gt;&lt;LI&gt;Copied those into my new “test” project&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Copied the board and application code from the driver example&amp;nbsp;to the “test” project&lt;UL&gt;&lt;LI&gt;C:\SDK_2.1_MK24FN1M0xxx12\boards\twrk64f120m\driver_examples\uart\interrupt\board.c&lt;/LI&gt;&lt;LI&gt;C:\SDK_2.1_MK24FN1M0xxx12\boards\twrk64f120m\driver_examples\uart\interrupt\board.h&lt;UL&gt;&lt;LI&gt;commented out non UART related #defines&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;C:\SDK_2.1_MK24FN1M0xxx12\boards\twrk64f120m\driver_examples\uart\interrupt\uart_interrupt.c&lt;UL&gt;&lt;LI&gt;main() located here&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 18:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664890#M40865</guid>
      <dc:creator>alexbodurka</dc:creator>
      <dc:date>2017-02-23T18:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664891#M40866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alexbodurka,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The picture you have mentioned is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After you create the K24 project. if you want to add the uart code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You need to add the code in board.c,&amp;nbsp; clock_config.c, pin_mux.c and main.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please don't forget to add the according driver head file include code in the main.c.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; After the code modification,&amp;nbsp; just build it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can refer to the K64 uart and flexcan demo to write the according file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you meet the question, please let me know!&lt;/P&gt;&lt;P&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>Fri, 24 Feb 2017 07:17:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664891#M40866</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-24T07:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664892#M40867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey kerry, I still can't get the clock settings to work. I created another thread for this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/445767"&gt;https://community.nxp.com/thread/445767&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664892#M40867</guid>
      <dc:creator>alexbodurka</dc:creator>
      <dc:date>2017-02-27T16:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664893#M40868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alexbodurka,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Mark already reply your new post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;You can try mark's code, if you still have question, just let me know.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&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>Tue, 28 Feb 2017 06:52:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664893#M40868</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-28T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664894#M40869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did. That got me pass the while loops but I'm not sure if my bit checking was correct in the while loops. Tested the UART and I now see activity on it but baud rate is way off so that leads me to think there was an issue while setting up the clocks. I verified that my MCG registers are correctly set but what should the MCG-&amp;gt;S Status register be at the end of it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 14:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664894#M40869</guid>
      <dc:creator>alexbodurka</dc:creator>
      <dc:date>2017-02-28T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664895#M40870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having the same issue Alex had with the clocks. I get the impression Alex abandoned the code in clock_config.c and used Mark's code instead. I'm not yet ready to abandon the generated code and would like to get it to work. I posted a more detailed question on the second thread Alex created but I'm posting here as well to get another set of eyes on this. Any help would be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:09:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664895#M40870</guid>
      <dc:creator>ryanlush</dc:creator>
      <dc:date>2018-02-01T22:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Using K64/K24 Driver Examples on Custom Boards</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664896#M40871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That post is very old, I suggest you create a new question post by yourself, then we will reply you directly in your own post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can give us your detail question information, then we will help you to check it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you want I to reply, you can @kerry zhou in your new created post, then I will get the notification, then check you detail question, thank you!&lt;/P&gt;&lt;P&gt;&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>Mon, 05 Feb 2018 01:57:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-K64-K24-Driver-Examples-on-Custom-Boards/m-p/664896#M40871</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-02-05T01:57:59Z</dc:date>
    </item>
  </channel>
</rss>

