<?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のトピックGetting started with Kinetis-MCUs</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966245#M55124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there! These days, I´m getting started with my first 32-bit MCUs, and for fiddling, I´m using a FRDM-KL25Z Board.&lt;BR /&gt;For the moment I´m haveing some questions. I´m coming from AVR 8-bit MCUs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;→ There´re seeming to be different types of Binary-Machinecode files. *.bin as well as *.axf and I think I saw others, too. What does that mean, only a different ending or more like different encoding or other reasons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;→ So far, I discovered two ways to create Firmware for the KL25Z: Programming with the functions from the Kinetis-SDK and using the M-Bed online-Compiler. Why can´t I use the SDK-Code in M-Bed and vice-versa? Are that just two different libraries? Where can I download them separately if I want to build completely manually (commandline-gcc + texteditor)?&lt;BR /&gt;Or is M-Bed an OS and I program the MCU not at all "bare metal" when using M-Bed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;→ Is there a good documentation giving an overview over all the different possibilites of creating software for the MCU-family?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your hints!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2019 00:13:01 GMT</pubDate>
    <dc:creator>info13</dc:creator>
    <dc:date>2019-10-10T00:13:01Z</dc:date>
    <item>
      <title>Getting started with Kinetis-MCUs</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966245#M55124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there! These days, I´m getting started with my first 32-bit MCUs, and for fiddling, I´m using a FRDM-KL25Z Board.&lt;BR /&gt;For the moment I´m haveing some questions. I´m coming from AVR 8-bit MCUs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;→ There´re seeming to be different types of Binary-Machinecode files. *.bin as well as *.axf and I think I saw others, too. What does that mean, only a different ending or more like different encoding or other reasons?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;→ So far, I discovered two ways to create Firmware for the KL25Z: Programming with the functions from the Kinetis-SDK and using the M-Bed online-Compiler. Why can´t I use the SDK-Code in M-Bed and vice-versa? Are that just two different libraries? Where can I download them separately if I want to build completely manually (commandline-gcc + texteditor)?&lt;BR /&gt;Or is M-Bed an OS and I program the MCU not at all "bare metal" when using M-Bed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;→ Is there a good documentation giving an overview over all the different possibilites of creating software for the MCU-family?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your hints!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 00:13:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966245#M55124</guid>
      <dc:creator>info13</dc:creator>
      <dc:date>2019-10-10T00:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started with Kinetis-MCUs</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966246#M55125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan,&lt;/P&gt;&lt;P&gt;when you download SDK, there is also SDK document. Please read "getting started with MCUXpresso SDK". It will help you to understand tools/SDK/openSDA/IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 07:02:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966246#M55125</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-10-11T07:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started with Kinetis-MCUs</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966247#M55126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That helped me a lot, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other question very important to me: Is the M-Bed Online Compiler, compared to the KSDK/MCUXpresso-way, also bare-metal / directly-on-the-hardware programming? So M-Bed isn´t more than a big, nice Software-Library with an online C compiler?&lt;/P&gt;&lt;P&gt;Or is an OS utilized (MBed-OS) in general as the platform for all programs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2019 05:12:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-started-with-Kinetis-MCUs/m-p/966247#M55126</guid>
      <dc:creator>info13</dc:creator>
      <dc:date>2019-10-14T05:12:35Z</dc:date>
    </item>
  </channel>
</rss>

