<?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: Sample Code or Peripheral Library for MKE04Z128 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716192#M43969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The MKE04Z4.h in "FRDM-KEXX Driver Library Package" is a old version 1.0 (2013-05-09). &lt;BR /&gt;Please download the &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;SDK_2.3.0_MKE04Z128xxx4&lt;/A&gt;. You will find the new headfile MKE04Z1284.h(2017-05-19).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MCUXpresso SDK MKE04Z128xxx4.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2935i1ACE8EAA6D6C82C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="MCUXpresso SDK MKE04Z128xxx4.jpg" alt="MCUXpresso SDK MKE04Z128xxx4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MKE04Z1284.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2893i457B1B843297F95B/image-size/large?v=v2&amp;amp;px=999" role="button" title="MKE04Z1284.jpg" alt="MKE04Z1284.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&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>Fri, 12 Jan 2018 07:03:50 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2018-01-12T07:03:50Z</dc:date>
    <item>
      <title>Sample Code or Peripheral Library for MKE04Z128</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716190#M43967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I am using MKE04Z128VLH4 micro-controller, and unfortunately I am not able to use GPIO's that are not GPIOB, I am getting compiler error.&lt;/P&gt;&lt;P&gt;I downloaded "FRDM-KEXX Driver Library Package" and used one of its project based on KE04 series on IAR.&lt;/P&gt;&lt;P&gt;Earlier I did the same thing for KE02 and it works properly.&lt;/P&gt;&lt;P&gt;The strange problem which I can understand&amp;nbsp;is that the library doesn't support various things for this particular controller, I maybe wrong but please help me to understand this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file MKE04Z4.h, the following code is there.&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #24292e; background-color: #ffffff; font-weight: 600;"&gt;&lt;BR /&gt;/* GPIO - Peripheral instance base addresses */&lt;BR /&gt;/** Peripheral GPIOA base address */&lt;BR /&gt;#define GPIOA_BASE (0x400FF000u)&lt;BR /&gt;/** Peripheral GPIOA base pointer */&lt;BR /&gt;#define GPIOA ((GPIO_Type *)GPIOA_BASE)&lt;BR /&gt;/** Array initializer of GPIO peripheral base pointers */&lt;BR /&gt;#define GPIO_BASES { GPIOA }&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG class="" style="color: #24292e; background-color: #ffffff; font-weight: 600;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which clearly tells me that there is no GPIOB, but in this micro-controller there is, so definitely I am doing something wrong.&lt;/P&gt;&lt;P&gt;One thing I noticed while posting this question is that the header file name is MKE04Z4.h, so it's Z4 and my micro-controller is KE04Z128, which I am using wrong library.&lt;/P&gt;&lt;P&gt;Although I am able to turn on the pins on GPIOB, by changing few things in library, but i can't these things for all drivers.&lt;/P&gt;&lt;P&gt;So is there any sample code or library available for MKE04Z128 micro-controller available, so that I can take reference from there and start building my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:34:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716190#M43967</guid>
      <dc:creator>xpress_embedo</dc:creator>
      <dc:date>2018-01-11T17:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Code or Peripheral Library for MKE04Z128</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716191#M43968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using KE06 Libraries for this KE04 micro-controller and they are working properly.&lt;/P&gt;&lt;P&gt;Why it is working like this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 06:11:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716191#M43968</guid>
      <dc:creator>xpress_embedo</dc:creator>
      <dc:date>2018-01-12T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Code or Peripheral Library for MKE04Z128</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716192#M43969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The MKE04Z4.h in "FRDM-KEXX Driver Library Package" is a old version 1.0 (2013-05-09). &lt;BR /&gt;Please download the &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;SDK_2.3.0_MKE04Z128xxx4&lt;/A&gt;. You will find the new headfile MKE04Z1284.h(2017-05-19).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MCUXpresso SDK MKE04Z128xxx4.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2935i1ACE8EAA6D6C82C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="MCUXpresso SDK MKE04Z128xxx4.jpg" alt="MCUXpresso SDK MKE04Z128xxx4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MKE04Z1284.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2893i457B1B843297F95B/image-size/large?v=v2&amp;amp;px=999" role="button" title="MKE04Z1284.jpg" alt="MKE04Z1284.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&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>Fri, 12 Jan 2018 07:03:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716192#M43969</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-01-12T07:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sample Code or Peripheral Library for MKE04Z128</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716193#M43970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You for your help, now I have to use this library with my project and everything will work fine.&lt;/P&gt;&lt;P&gt;But I have a question.&lt;/P&gt;&lt;P&gt;The micro-controller is KE04 series and why the libraries are aligned more with KE06.&lt;/P&gt;&lt;P&gt;Actually I solved my problem with the old libraries, by just changing the macros in IAR Project Option from FRDM_KE04 to FRDM_KE06 and CPU_KE04 to CPU_KE06, and till now I haven't faced any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plus the SDK you shared, has something like this, I&amp;nbsp;selected M&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;KE04Z128 and even then SDK has some&amp;nbsp;folders related to KE06 series.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Doubt1.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3202i54C4A9751EF9D949/image-size/large?v=v2&amp;amp;px=999" role="button" title="Doubt1.PNG" alt="Doubt1.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Doubt2.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3108iC50CD5BC54665725/image-size/large?v=v2&amp;amp;px=999" role="button" title="Doubt2.PNG" alt="Doubt2.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;One more question, usually my organisation uses IAR Embedded Workbench, but why NXP is offering so many IDE's and not one for same series.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;There is Code Warrior, Kinetics Design Studio and the new thing I came to know is that MCU Xpress also supports this series.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;So I am totally confused which one to select, if you are a beginner?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks for your help and suggestions.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 07:38:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Sample-Code-or-Peripheral-Library-for-MKE04Z128/m-p/716193#M43970</guid>
      <dc:creator>xpress_embedo</dc:creator>
      <dc:date>2018-01-12T07:38:56Z</dc:date>
    </item>
  </channel>
</rss>

