<?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: SAI I2S on FRDM K64F (Synchronized Tx with Rx) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692621#M42670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize for not being clear.&lt;/P&gt;&lt;P&gt;SAI_Rx is a slave (receives BCK and FS from ADC)&lt;/P&gt;&lt;P&gt;SAI_Tx is a master (sends BCK and FS to Power Amp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am not sure about is how does the SAI Tx get synchronized with SAI_Rx. The user guide explains that it is possible for SAI_Rx to source BCK and FS internally to the SAI_Tx. You are correct, that there seems to be a contradiction because the SAI Tx would be a slave to SAI_Rx and at the same time master to the Power Amplifier.&amp;nbsp; I am sure this is misunderstanding on my part and hopefully you could clear this up for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_BCK --&amp;gt; SAI_Rx_BCK --??--&amp;gt; SAI_Tx_BCK --&amp;gt; Power_Amp_BCK&lt;/P&gt;&lt;P&gt;ADC_FS --&amp;gt; SAI_Rx_FS --??--&amp;gt; SAI_Tx_FS --&amp;gt; Power_Amp_FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the MCLK it would seem to me that I do not need MCLK for this to happen, but I think that the SAI would need it to move things internally. In this case would it be OK to use unsynchronized internal MCLK or should I route the MCLK from the ADC to the SAI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this is more clear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 May 2017 05:20:33 GMT</pubDate>
    <dc:creator>marcin99</dc:creator>
    <dc:date>2017-05-27T05:20:33Z</dc:date>
    <item>
      <title>SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692619#M42668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am having issues with configuring the SAI in FRDM K64F to the following mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAI_Rx is slave and gets FS and BCK from external audio ADC.&lt;/P&gt;&lt;P&gt;SAI_Rx sends BCK and FS to SAI_Tx&lt;/P&gt;&lt;P&gt;SAI_Tx is a master and sends BCK and FS to the external amplifier.&lt;/P&gt;&lt;P&gt;Both Tx and Rx are in I2S mode&lt;/P&gt;&lt;P&gt;SAI_MCLK - should this be configured as external input and get it from the ADC as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have SDK 2.2 but I'm configuring registers manually to have better understanding.. but it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the above config, the datasheet instructs to set the Rx&amp;nbsp; to A-sync mode and Tx to Sync mode. I configured the other registers to the best of my knowledge, but I cannot get the Tx BCK to be sourced from the SAI_Rx. The Tx BCK defaults to internal 24MHz clock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 04:14:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692619#M42668</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-05-25T04:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692620#M42669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Marcin99.&lt;/P&gt;&lt;P&gt;Sorry, I am not very clear about your hardware connection.&lt;/P&gt;&lt;P&gt;You said the SAI_Rx is slave, which means that bit/frame clock signals SAI_RX_BCLK/SAI_RX_SYNC are input signal from K64 perspective.&lt;/P&gt;&lt;P&gt;You said "SAI_Rx sends BCK and FS to SAI_Tx, SAI_Tx is a master and sends BCK and FS to the external amplifier.", the description is in contradiction with each other, is the SAI_Tx&amp;nbsp; a master or slave?&lt;/P&gt;&lt;P&gt;The SAI_MCLK can be input or output, in other words, the ADC can generate the SAI_MCLK, the K64 can generate SAI_MCLK also, it is dependent on your requirement.&lt;/P&gt;&lt;P&gt;Pls draw a figure so that we can know the hardware connection. waht is your issue now?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 07:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692620#M42669</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-05-26T07:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692621#M42670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize for not being clear.&lt;/P&gt;&lt;P&gt;SAI_Rx is a slave (receives BCK and FS from ADC)&lt;/P&gt;&lt;P&gt;SAI_Tx is a master (sends BCK and FS to Power Amp)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am not sure about is how does the SAI Tx get synchronized with SAI_Rx. The user guide explains that it is possible for SAI_Rx to source BCK and FS internally to the SAI_Tx. You are correct, that there seems to be a contradiction because the SAI Tx would be a slave to SAI_Rx and at the same time master to the Power Amplifier.&amp;nbsp; I am sure this is misunderstanding on my part and hopefully you could clear this up for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADC_BCK --&amp;gt; SAI_Rx_BCK --??--&amp;gt; SAI_Tx_BCK --&amp;gt; Power_Amp_BCK&lt;/P&gt;&lt;P&gt;ADC_FS --&amp;gt; SAI_Rx_FS --??--&amp;gt; SAI_Tx_FS --&amp;gt; Power_Amp_FS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the MCLK it would seem to me that I do not need MCLK for this to happen, but I think that the SAI would need it to move things internally. In this case would it be OK to use unsynchronized internal MCLK or should I route the MCLK from the ADC to the SAI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully this is more clear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 May 2017 05:20:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692621#M42670</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-05-27T05:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692622#M42671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the current I2S config section of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void init_I2S(void)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Enable SAI and DMA mux clock&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SIM-&amp;gt;SCGC6 |= ( SIM_SCGC6_I2S_MASK | SIM_SCGC6_DMAMUX_MASK );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Enable DMA clock&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SIM-&amp;gt;SCGC7 |= SIM_SCGC7_DMA_MASK;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Clear flags for SAI module&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SAI_TxReset(I2S0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;SAI_RxReset(I2S0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCSR = 0x0;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Disable the Receiver&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCR3 = 0x0;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Disable the Receiver Channel&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;TCSR = 0x0;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Disable Transmitter&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;TCR3 = 0x0;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Disable Transmitter channel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2S0-&amp;gt;RCR2 |= (I2S_RCR2_BCP_MASK );&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCR3 |= (I2S_RCR3_RCE(0x1));&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCR4 |= (I2S_RCR4_FRSZ(0x1) | I2S_RCR4_SYWD(0x1F) | I2S_RCR4_MF_MASK | I2S_RCR4_FSE_MASK | I2S_RCR4_FSP_MASK | I2S_RCR4_FSD_MASK);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCR5 |= (I2S_RCR5_WNW(0x1F) | I2S_RCR5_W0W(0x1F) | I2S_RCR5_FBT(0x1F));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;TCR2 |= ( I2S_TCR2_SYNC(0x1) | I2S_TCR2_BCS_MASK | I2S_TCR2_BCP_MASK );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;TCR4 |= (I2S_TCR4_FRSZ(0x1) | I2S_TCR4_SYWD(0x1F) | I2S_TCR4_MF_MASK | I2S_TCR4_FSE_MASK | I2S_TCR4_FSP_MASK );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;TCR5 |= (I2S_TCR5_WNW(0x1F) | I2S_TCR5_W0W(0x1F) | I2S_TCR5_FBT(0x1F));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I2S0-&amp;gt;TCR3 |= I2S_TCR3_TCE(0x1);&amp;nbsp;&amp;nbsp; &amp;nbsp;// Enable Channel&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;TCSR |= I2S_TCSR_TE_MASK;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Enable Tx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCR3 |= I2S_RCR3_RCE(0x1);&amp;nbsp;&amp;nbsp; &amp;nbsp;// Enable Channel&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;I2S0-&amp;gt;RCSR |= I2S_RCSR_RE_MASK;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Enable Rx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 03:23:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692622#M42671</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-05-30T03:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692623#M42672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Marcin,&lt;/P&gt;&lt;P&gt;sorry for the delay, I just come back from a long Chinese festival.&lt;/P&gt;&lt;P&gt;I do not know if the synchronization is needed, it is dependent on your application.&lt;/P&gt;&lt;P&gt;In asynchronous mode, the SAI_RX and SAI_TX are independent module, for SAI_RX, the ADC is master, bit clock(SAI_RX_BCLK) and frame clock(SAI_RX_SYNC) are from ADC module. For SAI_TX module, it can be master, in other words, bit clock(SAI_TX_BCLK) and frame clock(SAI_TX_SYNC) are from SAI_TX module, which can drive the PWR_AMP.&lt;/P&gt;&lt;P&gt;For synchronous mode, the SAI_TX and SAI_RX share the same bit clock and frame clock, for example, you can connect the ADC bit/frame clock&amp;nbsp; to the bit/frame clock of both SAI_TX and SAI_RX, it is synchronous mode, although you can set asynchronous mode for both SAI_RX and SAI_TX. As alternative, you can set the SAI_RX in slave/asynchronous mode, while set the SAI_TX is synchronous mode by setting &amp;nbsp; SYNC bits in I2Sx_TCR2 as 01 in binary, the SAI_TX bit/frame clock are connected to the SAI_RX bit/frame clock internally, SAI_TX bit/frame clcok external pads are not needed.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 03:37:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692623#M42672</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-05-31T03:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692624#M42673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and really no problem about the delay!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back to the question.. I think I setup both SAI_Tx and Rx as you described in the last sentence. I prefer to have the Bit and Frame clocks connected internally and&amp;nbsp; sourced by the ADC module.&lt;/P&gt;&lt;P&gt;I2S0-&amp;gt;RCR2 |= (I2S_RCR2_BCP_MASK );&amp;nbsp; // SYNC is 00 --&amp;gt; Rx in asynch mode, change clock polarity, BCD=0 --&amp;gt; Slave&lt;/P&gt;&lt;P&gt;I2S0-&amp;gt;TCR2 |= ( I2S_TCR2_SYNC(0x1) | I2S_TCR2_BCP_MASK );&amp;nbsp; // SYNC is 01 --&amp;gt; Tx in sync mode, change to clock polarity&lt;/P&gt;&lt;P&gt;// For BCD = 0 --&amp;gt; there is no BCK and no FS&lt;/P&gt;&lt;P&gt;// For BCD = 1 --&amp;gt; the BCK is a 24MHz clock (not related to the Rx BCK) and FS seems to be sync'ed with Rx_FS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several combinations and cannot get the Tx_BCK to be directly tied with Rx_BCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you provide the SAI register configuration for this SAI mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 05:25:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692624#M42673</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-05-31T05:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692625#M42674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am starting to question whether it is possible to have the SAI Transmitter use Receiver's Bit and Frame Clocks So far I was only able to feed the Frame Clock from the Receiver to Transmitter. &lt;/P&gt;&lt;P&gt;In section 54.1.2 (page 1721) of the K64 reference manual&amp;nbsp; the SAI block diagram shows direct connection between Frame Sync of the Transmitter and Receiver. However it does not show similar path for the Bit Clock.&lt;/P&gt;&lt;P&gt;The same reference manual states the following in the section 54.4.3.1:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;If the receiver bit clock and frame sync are to be used by both the transmitter and&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;receiver:&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;• The receiver must be configured for asynchronous operation and the transmitter for&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;synchronous operation.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;• In synchronous mode, the transmitter is enabled only when both the receiver and&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;transmitter are both enabled.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;• It is recommended that the receiver is the last enabled and the first disabled.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I believed that I followed these instructions and was unable to get the BCK through from Rx to Tx.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 04:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692625#M42674</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-06-02T04:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692626#M42675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone at NXP have any recommendations? &lt;/P&gt;&lt;P&gt;Is this possibly a datasheet issue or am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2017 14:35:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692626#M42675</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-06-04T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692627#M42676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Marcin,&lt;/P&gt;&lt;P&gt;I see your issue, I will test on my TWR-k64F board, give you my result at the end of this week.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 05:44:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692627#M42676</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-06-05T05:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692628#M42677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Xiangjun,&lt;/P&gt;&lt;P&gt;Will you have time to check this before the weekend?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 14:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692628#M42677</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-06-09T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692629#M42678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Marcin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, I forgot the case.&lt;/P&gt;&lt;P&gt;I will follow up it.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 06:02:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692629#M42678</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2017-06-12T06:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAI I2S on FRDM K64F (Synchronized Tx with Rx)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692630#M42679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you had a chance to look into this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 04:13:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SAI-I2S-on-FRDM-K64F-Synchronized-Tx-with-Rx/m-p/692630#M42679</guid>
      <dc:creator>marcin99</dc:creator>
      <dc:date>2017-08-18T04:13:01Z</dc:date>
    </item>
  </channel>
</rss>

