<?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のトピックKL26 SAI - when using RX in synchronous mode, what to do with SAI_RX_SYNC/SAI_RX_BCLK pins?  NC, tie to TX clocks?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446207#M26355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Reference Manual for KL26 I2S port is unclear what to do with the clocks of the block that is in synchronous mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 16:51:35 GMT</pubDate>
    <dc:creator>jasonmatocha</dc:creator>
    <dc:date>2015-10-08T16:51:35Z</dc:date>
    <item>
      <title>KL26 SAI - when using RX in synchronous mode, what to do with SAI_RX_SYNC/SAI_RX_BCLK pins?  NC, tie to TX clocks?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446207#M26355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Reference Manual for KL26 I2S port is unclear what to do with the clocks of the block that is in synchronous mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446207#M26355</guid>
      <dc:creator>jasonmatocha</dc:creator>
      <dc:date>2015-10-08T16:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: KL26 SAI - when using RX in synchronous mode, what to do with SAI_RX_SYNC/SAI_RX_BCLK pins?  NC, tie to TX clocks?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446208#M26356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helloo Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- SAI_RX_SYNC is receive frame synchronization , connect to the SAI_TX_SYNC of other SAI interface .&lt;/P&gt;&lt;P&gt;SAI_RX_BCLK is the clock of receive bit , connect to the SAI_TX_BCLK of other SAI interface .&lt;/P&gt;&lt;P&gt;- About the configuration of SAI clock , please refer to : 5.7.10 I2S/SAI clocking of the KL26 reference manual.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59085i30E62CC53D42F558/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configure the related registers .&lt;/P&gt;&lt;P&gt;And if you use the CW or KDS IDE, you can create one project with PE, then add the component "Init_I2S", configure the CLOCK:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59248i80601F4FB3BBF256/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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>Fri, 09 Oct 2015 08:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446208#M26356</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-10-09T08:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: KL26 SAI - when using RX in synchronous mode, what to do with SAI_RX_SYNC/SAI_RX_BCLK pins?  NC, tie to TX clocks?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446209#M26357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&amp;nbsp; My main question was if I want to master the SAI TX and slave the SAI RX to the SAI TX clocks, when I put SAI RX into Synchronous mode, do I have to physically route the SAI TX BCLK and FS to the SAI RX.&amp;nbsp; If not, I save 2 pins for other use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually tried this out (had to make some mods to the SAI driver), and found that if SAI RX is in Synchronous mode, I do NOT have to physically drive SAI RX clocks.&amp;nbsp; That was good news.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 20:55:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26-SAI-when-using-RX-in-synchronous-mode-what-to-do-with-SAI/m-p/446209#M26357</guid>
      <dc:creator>jasonmatocha</dc:creator>
      <dc:date>2015-11-05T20:55:28Z</dc:date>
    </item>
  </channel>
</rss>

