<?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: Kinetis KL26Z I2S Demo in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675994#M41579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't find the SAI example at KSDK V1.3 software package. Sorry for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 07:19:06 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2017-06-30T07:19:06Z</dc:date>
    <item>
      <title>Kinetis KL26Z I2S Demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675991#M41576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="padding: 0px; min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the FRDM-KL26Z dev board and using KSDK v1.3&lt;/P&gt;&lt;P&gt;I am trying to configure the board for use with I2S. Is there an exmple/demo sitting out there that can help point me in the right direction to get started setting up the CLKs and other things related?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2017 18:49:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675991#M41576</guid>
      <dc:creator>danyonchu</dc:creator>
      <dc:date>2017-06-27T18:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis KL26Z I2S Demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675992#M41577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KL43 is using the same I2S/SAI module with KL26 chip. Please check MCUXpresso SDK V2.2 for FRDM-KL26Z software package provides the SAI module driver (fsl_sai.c &amp;amp; fsl_sai.h) with below path:&lt;/P&gt;&lt;P&gt;..\SDK_2.2_FRDM-KL26Z\devices\MKL26Z4\drivers&lt;/P&gt;&lt;P&gt;The SAI demo software could be found at MCUXpresso SDK V2.2 for TWR-KL43Z48M board:&lt;/P&gt;&lt;P&gt;\SDK_2.2.1_TWR-KL43Z48M\boards\twrkl43z48m\driver_examples\sai&lt;/P&gt;&lt;P&gt;MCUXpresso SDK software package could be downloaded from &lt;A href="https://mcuxpresso.nxp.com/en/welcome"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&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>Wed, 28 Jun 2017 07:05:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675992#M41577</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-06-28T07:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis KL26Z I2S Demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675993#M41578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any SAI examples in SDK v1.3? I am trying to use the SAI drivers that are included in this version of the SDK. Found at "...\KSDK_1.3.0\platform\drivers\inc\fsl_sai_driver"&amp;nbsp;I just assumed that if the drivers are included it, there should be prebuilt examples that came with it already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 19:56:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675993#M41578</guid>
      <dc:creator>danyonchu</dc:creator>
      <dc:date>2017-06-28T19:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis KL26Z I2S Demo</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675994#M41579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I don't find the SAI example at KSDK V1.3 software package. Sorry for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 07:19:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-KL26Z-I2S-Demo/m-p/675994#M41579</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-06-30T07:19:06Z</dc:date>
    </item>
  </channel>
</rss>

