<?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>topic Re: Getting Started with KL25z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1161979#M58352</link>
    <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MCUXpresso SDK has a standard API for the NXP MCUs. Several API functions may differ because of&amp;nbsp; driver deltas across several&amp;nbsp; MCU families.&lt;/P&gt;
&lt;P&gt;To help you further&amp;nbsp;to get started, it may help the following:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Check the MCUXpresso SDK API Reference Manual for the MKL25Z4 to get an overview of the available API functions of the FRDM-KL25Z SDK, here are some options to do this:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1 &lt;A href="https://mcuxpresso.nxp.com/api_doc/dev/1364/index.html" target="_blank" rel="noopener"&gt;https://mcuxpresso.nxp.com/api_doc/dev/1364/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2 Download the API reference manual after build an SDK from MCUXpresso SDK builder.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;3 A cool feature of&amp;nbsp;MCUXpresso IDE is that lets you open SDK documentation from a previously installed SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sdk_docs.png" style="width: 532px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126647i567195BC10AA12A2/image-dimensions/532x294?v=v2" width="532" height="294" role="button" title="sdk_docs.png" alt="sdk_docs.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also check the MCUXpresso config tools, it enables you to configure with ease peripherals, pins and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clocks using a&amp;nbsp; graphical interface.&lt;/P&gt;
&lt;P&gt;Here, is a neat training series.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/training/basic-application-development-using-mcuxpresso-ide-and-mcuxpresso-config-tools:TIP-BASIC-APP-DEV-MCUXPRESSO-IDE-TOOLS" target="_self"&gt;Basic Application Development Using MCUXpresso IDE and MCUXpresso Config Tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another advise&amp;nbsp; is to take a look at the&amp;nbsp; Erich Styger blog MCU on eclipse &lt;A href="https://mcuoneclipse.com/" target="_blank" rel="noopener"&gt;https://mcuoneclipse.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;He has useful&amp;nbsp; tutorials for&amp;nbsp; the FRDM boards (&amp;nbsp; including KL25Z) .&lt;/P&gt;
&lt;P&gt;There are a lot of ways to get started,&amp;nbsp; and they depend on what do you want to achieve, in this community we have several document and posts that may help you. I also recomend you to take a look at our application notes for the KL25 or Kinetis MCus.&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Oct 2020 18:06:35 GMT</pubDate>
    <dc:creator>diego_charles</dc:creator>
    <dc:date>2020-10-01T18:06:35Z</dc:date>
    <item>
      <title>Getting Started with KL25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1159762#M58279</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'll start by saying I'm totally new to any MCU's programming, so feel free to tell me to read some docs before I ask questions, but point out which docs... &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;So, I'm working with frdm-kl25z. I did all the set-up as mentioned in the getting started tutorial. And then I started to try to create something on my own.&lt;/P&gt;&lt;P&gt;So, in the&amp;nbsp;&lt;EM&gt;hello_world&lt;/EM&gt; example it has&amp;nbsp;&lt;STRONG&gt;LED1_EN&amp;nbsp;&lt;/STRONG&gt;command. And it is defined in the &lt;EM&gt;board.h&lt;/EM&gt; file in the project as&amp;nbsp;&lt;EM&gt;GPIO_DRV_OutputPinInit &lt;/EM&gt;function in&amp;nbsp;&lt;EM&gt;fsl_gpio_driver.h&amp;nbsp;&lt;/EM&gt;which is in the platform_lib...&lt;/P&gt;&lt;P&gt;Now is the question. I see that many basic (or maybe not only) functions are already defined in the included *.h files. Is there any list of them? Is there some basic tutorial/manual/something how to communicate with the MCU? Is it a standard API for this type of controller or is it a board specific?&lt;/P&gt;&lt;P&gt;Where i should start, besides following the examples. Because one day i may need something that is not given in the example i guess&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:44:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1159762#M58279</guid>
      <dc:creator>MihaelF</dc:creator>
      <dc:date>2020-09-28T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with KL25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1161979#M58352</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The MCUXpresso SDK has a standard API for the NXP MCUs. Several API functions may differ because of&amp;nbsp; driver deltas across several&amp;nbsp; MCU families.&lt;/P&gt;
&lt;P&gt;To help you further&amp;nbsp;to get started, it may help the following:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Check the MCUXpresso SDK API Reference Manual for the MKL25Z4 to get an overview of the available API functions of the FRDM-KL25Z SDK, here are some options to do this:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;1 &lt;A href="https://mcuxpresso.nxp.com/api_doc/dev/1364/index.html" target="_blank" rel="noopener"&gt;https://mcuxpresso.nxp.com/api_doc/dev/1364/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;2 Download the API reference manual after build an SDK from MCUXpresso SDK builder.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;3 A cool feature of&amp;nbsp;MCUXpresso IDE is that lets you open SDK documentation from a previously installed SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sdk_docs.png" style="width: 532px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126647i567195BC10AA12A2/image-dimensions/532x294?v=v2" width="532" height="294" role="button" title="sdk_docs.png" alt="sdk_docs.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also check the MCUXpresso config tools, it enables you to configure with ease peripherals, pins and&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clocks using a&amp;nbsp; graphical interface.&lt;/P&gt;
&lt;P&gt;Here, is a neat training series.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/training/basic-application-development-using-mcuxpresso-ide-and-mcuxpresso-config-tools:TIP-BASIC-APP-DEV-MCUXPRESSO-IDE-TOOLS" target="_self"&gt;Basic Application Development Using MCUXpresso IDE and MCUXpresso Config Tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another advise&amp;nbsp; is to take a look at the&amp;nbsp; Erich Styger blog MCU on eclipse &lt;A href="https://mcuoneclipse.com/" target="_blank" rel="noopener"&gt;https://mcuoneclipse.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;He has useful&amp;nbsp; tutorials for&amp;nbsp; the FRDM boards (&amp;nbsp; including KL25Z) .&lt;/P&gt;
&lt;P&gt;There are a lot of ways to get started,&amp;nbsp; and they depend on what do you want to achieve, in this community we have several document and posts that may help you. I also recomend you to take a look at our application notes for the KL25 or Kinetis MCus.&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 18:06:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1161979#M58352</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2020-10-01T18:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started with KL25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1162064#M58354</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/uTasker/uTasker-Kinetis" target="_blank"&gt;https://github.com/uTasker/uTasker-Kinetis&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.utasker.com/kinetis/FRDM-KL25Z.html" target="_blank"&gt;https://www.utasker.com/kinetis/FRDM-KL25Z.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.utasker.com/kinetis/TWR-KL25Z48M.html" target="_blank"&gt;https://www.utasker.com/kinetis/TWR-KL25Z48M.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.utasker.com/docs/KINETIS/uTaskerV1.4_Kinetis.pdf" target="_blank"&gt;https://www.utasker.com/docs/KINETIS/uTaskerV1.4_Kinetis.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.utasker.com/docs/documentation.html" target="_blank"&gt;https://www.utasker.com/docs/documentation.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=kWNlsAoMly4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q" target="_blank"&gt;https://www.youtube.com/watch?v=kWNlsAoMly4&amp;amp;list=PLWKlVb_MqDQFZAulrUywU30v869JBYi9Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Everything, including KL25 simulation of interrupts, DMA, peripherals, to become a KL25 pro in a few days.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 21:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Getting-Started-with-KL25z/m-p/1162064#M58354</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-10-01T21:50:13Z</dc:date>
    </item>
  </channel>
</rss>

