<?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: KDS 3.0 -- any KE06Z bare-metal code examples for use with external crystal and programmer</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-3-0-any-KE06Z-bare-metal-code-examples-for-use-with-external/m-p/404907#M22543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael Wilson:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start by downloading the KE examples package (&lt;STRONG&gt;KEXX_DRIVERS_V1.2.1_DEVD&lt;/STRONG&gt;) from the next product page link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KE06Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KE06Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;Freescale Freedom Development Platform for Ki|Freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples are for other IDEs (CodeWarrior, IAR, Keil) but you can take the code as base and copy it to a new project in KDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the differences with Kinetis L, the startup code will be the same as both are ARM Cortex M0+, but with regards to the modules, a couple peripherals are practically the same (e.g. I2C/SPI), so you can reuse code with minor changes, but the rest are not (clock system, PORTs/GPIOs, Flash,...). So the migration is not transparent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you face any doubts or issues do not hesitate in letting us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 16:38:01 GMT</pubDate>
    <dc:creator>Jorge_Gonzalez</dc:creator>
    <dc:date>2015-06-17T16:38:01Z</dc:date>
    <item>
      <title>KDS 3.0 -- any KE06Z bare-metal code examples for use with external crystal and programmer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-3-0-any-KE06Z-bare-metal-code-examples-for-use-with-external/m-p/404906#M22542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to avoid using processor expert in my current setup, I have an external programmer and 8 MHz crystal. I am using the MKE06Z64VLD4 chip, not the FRDM-KE06.&lt;/P&gt;&lt;P&gt;Any ideas as to getting up and running quickly? I see that the SDK 1.2 is available but the KE06 processor is not in the support list yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initializing all of the systems would be awesome! (Startup PLL, SPI, CAN, UART).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, how different would this processor be in terms of initializing systems to the Kinetis L family (M0+)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All! :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-3-0-any-KE06Z-bare-metal-code-examples-for-use-with-external/m-p/404906#M22542</guid>
      <dc:creator>michaelwilson</dc:creator>
      <dc:date>2015-06-16T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: KDS 3.0 -- any KE06Z bare-metal code examples for use with external crystal and programmer</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-3-0-any-KE06Z-bare-metal-code-examples-for-use-with-external/m-p/404907#M22543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael Wilson:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can start by downloading the KE examples package (&lt;STRONG&gt;KEXX_DRIVERS_V1.2.1_DEVD&lt;/STRONG&gt;) from the next product page link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KE06Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=FRDM-KE06Z&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;Freescale Freedom Development Platform for Ki|Freescale&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples are for other IDEs (CodeWarrior, IAR, Keil) but you can take the code as base and copy it to a new project in KDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the differences with Kinetis L, the startup code will be the same as both are ARM Cortex M0+, but with regards to the modules, a couple peripherals are practically the same (e.g. I2C/SPI), so you can reuse code with minor changes, but the rest are not (clock system, PORTs/GPIOs, Flash,...). So the migration is not transparent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you face any doubts or issues do not hesitate in letting us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 16:38:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KDS-3-0-any-KE06Z-bare-metal-code-examples-for-use-with-external/m-p/404907#M22543</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-06-17T16:38:01Z</dc:date>
    </item>
  </channel>
</rss>

