<?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: Two induvidual I2S Streams on K20 72mhz</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691746#M42621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;i have tried making a setup purely with the Init components, but it is not working, it seems to be the DMA and I2S interrupt which is not working. i have added the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;PE_ISR(DMA_interrupt) to Events.C. Yet it never seems to be called,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 07:26:05 GMT</pubDate>
    <dc:creator>tobias_strate</dc:creator>
    <dc:date>2017-06-21T07:26:05Z</dc:date>
    <item>
      <title>Two induvidual I2S Streams on K20 72mhz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691743#M42618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;BR /&gt;i have moderate amount of Experience with Kinetis Studio and processor expert.&amp;nbsp;&lt;BR /&gt;I am working on a project which contains an I2S to S/PDIF Codec and an audio codec. I will need to send an receive to both of these simultaneously.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;From the datasheet of the K20 processor i see that it should be able to handle two I2S streams yet i cannot find how to set it up, i know the DMA needs to move the data back and forth but which registers do i move the data from and to?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think i am quite lost on this one, hope someone can throw me a rope.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tobias T. Strate&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 07:22:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691743#M42618</guid>
      <dc:creator>tobias_strate</dc:creator>
      <dc:date>2017-05-24T07:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Two induvidual I2S Streams on K20 72mhz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691744#M42619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;If you want to call a DMA transfer when&amp;nbsp; I2S received data, the I2S Rx is the DMA source. Conversely,&amp;nbsp;if you want to call a DMA transfer when&amp;nbsp;I2S need more data, the I2S Tx is the DMA source.There is a DMA request&amp;nbsp;source table&amp;nbsp;in K20P100M72SF1RM.pdf page 80. You can set corresponding number to DMAMUX's register.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some resource you can refer to. If you have download K20 SDK package, please refer to SDK_2.2_MK20DN512xxx10\boards\twrk60d100m\driver_examples\sai\edma_transfer.&lt;/P&gt;&lt;P&gt;Although it works in SAI mode, the dma setting is useful.&lt;/P&gt;&lt;P&gt;You can also refer to AN4800 which you can find on NXP website.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my suggesting will be useful to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 10:27:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691744#M42619</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2017-06-16T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Two induvidual I2S Streams on K20 72mhz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691745#M42620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot.&amp;nbsp;&lt;BR /&gt;i will take a look at it.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2017 10:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691745#M42620</guid>
      <dc:creator>tobias_strate</dc:creator>
      <dc:date>2017-06-16T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Two induvidual I2S Streams on K20 72mhz</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691746#M42621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;i have tried making a setup purely with the Init components, but it is not working, it seems to be the DMA and I2S interrupt which is not working. i have added the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;PE_ISR(DMA_interrupt) to Events.C. Yet it never seems to be called,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Two-induvidual-I2S-Streams-on-K20-72mhz/m-p/691746#M42621</guid>
      <dc:creator>tobias_strate</dc:creator>
      <dc:date>2017-06-21T07:26:05Z</dc:date>
    </item>
  </channel>
</rss>

