<?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のトピックRe: Word Width vs clock number per word in SAI</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590201#M34739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The very first word of each frame equals to W0W, the remaining words on a frame equals to WNW. That being said, if you're trying to implement I2S, you should use WNW = W0W to match what you need, usually 32-bit (WNW = W0W = 0x1F). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 22:26:42 GMT</pubDate>
    <dc:creator>carlos_neri</dc:creator>
    <dc:date>2016-07-21T22:26:42Z</dc:date>
    <item>
      <title>Word Width vs clock number per word in SAI</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590200#M34738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is clock number per word in SAI equal to Word N Width (I2S_TCR5[WNW]) or W0W(I2S_TCR5[W0W])?&lt;/P&gt;&lt;P&gt;Or clock number per word is always 32? &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;as one might&lt;/SPAN&gt; &lt;SPAN&gt;think&lt;/SPAN&gt; &lt;SPAN&gt;by reading&lt;/SPAN&gt; the following I2S_TCR5[FBT]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...The value written must be less &lt;/STRONG&gt;&lt;STRONG&gt;than or equal to 31-word width when configured for LSB First.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 18:33:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590200#M34738</guid>
      <dc:creator>sergeysokolov</dc:creator>
      <dc:date>2016-07-19T18:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Word Width vs clock number per word in SAI</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590201#M34739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The very first word of each frame equals to W0W, the remaining words on a frame equals to WNW. That being said, if you're trying to implement I2S, you should use WNW = W0W to match what you need, usually 32-bit (WNW = W0W = 0x1F). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 22:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590201#M34739</guid>
      <dc:creator>carlos_neri</dc:creator>
      <dc:date>2016-07-21T22:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Word Width vs clock number per word in SAI</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590202#M34740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand this, but when I read FBT definition, for instance&lt;/P&gt;&lt;P&gt;"..&lt;STRONG style="font-size: 9pt; font-family: HelveticaLTStd;"&gt;The value written must be greater than or equal to the word width when configured for MSB First."&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="column"&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;How the value might be greater than word width?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 04:41:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590202#M34740</guid>
      <dc:creator>sergeysokolov</dc:creator>
      <dc:date>2016-07-22T04:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Word Width vs clock number per word in SAI</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590203#M34741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the value might be greater than the word with when is configured to be less than 32-bit. Let's say you want 24-bit word width and configure it as it. You can write the data register with 32-bit word with your 24-bit data right justified, then, you'll need to configure FBT to start sending data from bit 23, or if your data is left justified, then, you'll need to configure FBT to start sending data from bit 31 (assuming MSB is transmitted first).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2016 21:38:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Word-Width-vs-clock-number-per-word-in-SAI/m-p/590203#M34741</guid>
      <dc:creator>carlos_neri</dc:creator>
      <dc:date>2016-08-12T21:38:18Z</dc:date>
    </item>
  </channel>
</rss>

