<?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: DMA configured for I2S getting halt sometimes for K70</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226480#M4569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ping,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just to inform you that, I have kept the ping pong buffer and flags related to DMA in internal RAM. Its working fine at the moment and will keep on updating you as the device is in testing phase.&lt;/P&gt;&lt;P&gt;Thanks for the al the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 09:54:52 GMT</pubDate>
    <dc:creator>deepakbhagat</dc:creator>
    <dc:date>2014-02-26T09:54:52Z</dc:date>
    <item>
      <title>DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226464#M4553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used DMA0 for I2S data transfer from K70 with SGTL5000. I have implemented ping pong buffer for data transfer through i2s as mention in application note by freescale AN4369.&lt;/P&gt;&lt;P&gt;I have notice that DMA stop generating interrupt thus there is no sound from the SGTL5000 codec.&lt;/P&gt;&lt;P&gt;In isr I am switching the buffer addresses.&lt;/P&gt;&lt;P&gt;I am unable to find out the reason for interrupt not getting triggered after the major loop is over.&lt;/P&gt;&lt;P&gt;The code is working fine but once in a while we are facing the above issue.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Please help me out regarding what might be the root cause of interrupt not getting generated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;I have attach the DMA init function, please let me know what may be the possible reason of DMA getting hanged.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337552"&gt;dma_init.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 07:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226464#M4553</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-12T07:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226465#M4554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deekparkhagat,&lt;/P&gt;&lt;P&gt;I've review your SR question. Could you tell me what's the configuration of the CR[EDBG] bit?&lt;/P&gt;&lt;P&gt;Since the DMA operation is configurable in debug mode via the bit.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/41630i4D8661DA44EC43EF/image-size/large?v=v2&amp;amp;px=999" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 01:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226465#M4554</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-02-17T01:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226466#M4555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally, I would strongly avoid attempting 'real time' modification of DMA registers 'on the fly'.&amp;nbsp; Use one double-sized buffer and the half-interrupt to treat them as your ping-pong buffers.&amp;nbsp; And if you need to multiplex multi-channel audio, let the DMA do that too!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 02:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226466#M4555</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2014-02-17T02:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226467#M4556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have set the DMA_CR.EDBG bit to 1.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="JA" style="font-family: HelveticaLTStd-Roman; font-size: 8pt;"&gt;&lt;SPAN lang="JA" style="font-family: HelveticaLTStd-Roman; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 09:36:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226467#M4556</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-17T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226468#M4557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deekparkhagat,&lt;/P&gt;&lt;P&gt;Regarding the CR[EDBG], you could that the eDMA will stops transferring data if CR[EDBG] is set.&lt;/P&gt;&lt;P&gt;So I think it may be the reason of your project didn't work properly.&lt;/P&gt;&lt;P&gt;Wish my support help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42389i40A2092873C67504/image-size/large?v=v2&amp;amp;px=999" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:30:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226468#M4557</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-02-18T03:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226469#M4558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the help, but just want to inform you that even when I am not debuging the code is working fine and i can hear the sound from the codec. Once in a while the sound stops but the other task are unaffected and keeps on working. So can you help me to understand in what area I need to check for the no sound from codec. During the debug we found that DMA interrupt was halted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 12:52:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226469#M4558</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-18T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226470#M4559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I will submit an opinion that it is the 'on the fly' alteration of DMA registers 'while it is using them' that occasionally causes a conflict that shuts down the DMA engine.&amp;nbsp; I don't know why &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AN4369&lt;/SPAN&gt; talks about 'ping pong' using the half-interrupt, and then doesn't implement it that way.&amp;nbsp; Another way would be to chain two DMA descriptors, each set up to handle one of your buffers, and point them at each other.&amp;nbsp; You might find some inspiration in this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/81904"&gt;is there any demo code for using I2S?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 15:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226470#M4559</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2014-02-18T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226471#M4560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Earl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I will try out the things mentioned by you.&lt;/P&gt;&lt;P&gt;Other issue tha we are facing -&amp;gt; &lt;/P&gt;&lt;P&gt;We have interfaced SGTL5000 with K70 for our medical product. We found during testing the SGTL5000 is getting reset. So how can we K70 come to know that the SGTL 5000 has reset as there is no external reset for SGTL5000.&lt;/P&gt;&lt;P&gt;As in our product we are initializing the codec only once in start and then there is only I2S communication going on there after.&lt;/P&gt;&lt;P&gt;Can you please suggest the way that the reset condition of SGTL5000 can be detected by the K70 controller? &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;This issue has made the sound generation task on hold and thus delaying the product release.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Deepak Bhagat.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 14:54:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226471#M4560</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-19T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226472#M4561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not directly familiar with the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SGTL5000&lt;/SPAN&gt; part but...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What MCLK do you run-in?&amp;nbsp; Do you use the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SGTL5000&lt;/SPAN&gt; PLL?&amp;nbsp; Is the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SGTL5000&lt;/SPAN&gt; the I2S bus master?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What particular 'symptom' gives you the impression that the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SGTL5000&lt;/SPAN&gt; has undergone an internal 'reset'?&amp;nbsp; I will assume you've 'ruled out' power supply glitches and noise as the source...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226472#M4561</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2014-02-19T15:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226473#M4562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Earl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am working on the same ping-pong buffer issue and modifying the code according for our need.&lt;/P&gt;&lt;P&gt;Mclk is 6144000Hz&lt;/P&gt;&lt;P&gt;I am not using SGTL PLL while SGTL5000 is in slave mode. all the clk are generated from K70.&lt;/P&gt;&lt;P&gt;We could not debug the code for the exact reason as it was reported by customer that EMC and ESD testing the Sound got turn off while all the other task were working fine according to customer obervations. So just wanted info about how to detect SGTL reset so that even though the reset happens but still it could be found out and re-intailized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 16:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226473#M4562</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-19T16:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226474#M4563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&amp;nbsp; So where does this 6.144MHz come from?&amp;nbsp; The I2S rate MUST be an EXACT division from that clock.&amp;nbsp; You might have better luck making the SGTL the I2S master, and Kinetis the slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you are looking for 'random' resets from ESD.&amp;nbsp; I can only assume there is 'some' register you set over I2C (SPI?) that you could 'read' every now and then and if that has returned to some 'reset default' you can assume things are 'hosed' and reinitialize your entire audio subsystem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 19:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226474#M4563</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2014-02-19T19:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226475#M4564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have generated Mclk BitClk and Fs from controller and its working on exact frequency.&lt;/P&gt;&lt;P&gt;I have one more query regarding running of code-&lt;/P&gt;&lt;P&gt;In our application we are running the code from external DDR and my sound generation task is also working from external DDR. The ping pong buffer were stored in internal RAM. Is it possible to store some part of sound generation task function in internal RAM and some part in external ram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one code for sound generation that is running from internal memory as that code size is less with minimum functionality and it is not having DMA issue. is it so that code storage may cause the DMA issue? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 05:43:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226475#M4564</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-20T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226476#M4565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deekparkhagat,&lt;/P&gt;&lt;P&gt;I've had a brief look through your attachment and it looks fine. I guess this issue may be caused by a conflict between fill the Ping-Pong buffer and DMA transter. Suppose a Ping-Pong buffer is loaded with the new aduio samples now, while DMA also start to&lt;/P&gt;&lt;P&gt;transfer the aduio samples to Audio output peripheral from the Ping-Pong buffer. I'll still looking into it.&lt;/P&gt;&lt;P&gt;I'm looking forward your reply.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 08:09:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226476#M4565</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-02-20T08:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226477#M4566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Ping,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In my task I have kept the flags that won't allow the DMA to access the buffer that CPU is using and vice versa.&lt;/P&gt;&lt;P&gt;In our application we are running the code from external DDR and my sound generation task is also working from external DDR. The ping pong buffer were stored in internal RAM. Is it possible to store some part of sound generation task function in internal RAM and some part in external ram.&lt;/P&gt;&lt;P&gt;I have one code for sound generation that is running from internal memory as that code size is less with minimum functionality and it is not having DMA issue up till now. is it so that code storage may cause the DMA issue? &lt;/P&gt;&lt;P&gt;I have kept the sound generation code running from internal memory for testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 09:58:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226477#M4566</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-20T09:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226478#M4567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what you mean by 'controller'.&amp;nbsp; I will just state that while the Kinetis has the ability to 'divide down' an MCLK, in my experience said division did NOT create a continuous square wave suitable for Sigma-Delta CoDec sampling, which MUST be VERY jitter-free.&amp;nbsp; Sure, it was the right frequency, but...see this article:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.edn.com/design/analog/4397389/Analyzing-audio-DAC-jitter-sensitivity" title="http://www.edn.com/design/analog/4397389/Analyzing-audio-DAC-jitter-sensitivity"&gt;http://www.edn.com/design/analog/4397389/Analyzing-audio-DAC-jitter-sensitivity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the DDR question, I haven't yet used such memory on Kinetis, so I can't speak directly to any considerations thereof, except a 'general note' from experience with complicated memory systems on uCs -- I would NOT be surprised to hear of 'rare' interactions, not properly handled in hardware (arbiters, pagemode interaction, etc.).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 12:20:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226478#M4567</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2014-02-20T12:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226479#M4568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deekparkhagat,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Regarding to the situation of store some part of sound generation task function in internal RAM and some part in external ram, I think it's possible to cause the DMA issue if the address is not configured correctly. So it's wise to keep the sound generation codde running from internal memory for testing.&lt;/P&gt;&lt;P&gt;I'm also lookinf forward to your news!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ping &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226479#M4568</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2014-02-21T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226480#M4569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ping,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just to inform you that, I have kept the ping pong buffer and flags related to DMA in internal RAM. Its working fine at the moment and will keep on updating you as the device is in testing phase.&lt;/P&gt;&lt;P&gt;Thanks for the al the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226480#M4569</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-26T09:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226481#M4570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Earl,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Just to inform you that, I have kept the ping pong buffer and flags related to DMA in internal RAM. Its working fine at the moment and will keep on updating you as the device is in testing phase.&lt;/P&gt;&lt;P&gt;Thanks for all the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak Bhagat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 09:55:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226481#M4570</guid>
      <dc:creator>deepakbhagat</dc:creator>
      <dc:date>2014-02-26T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: DMA configured for I2S getting halt sometimes for K70</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226482#M4571</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;Are you sure this is the issue of DMA? As you are using clk from K70, if SAI do not consume data, there is of course no interrupt generated from dma.&lt;/P&gt;&lt;P&gt;I suggest you to test if SAI is working normally, to see if all mclk, bclk and frame sync is working while no sound.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/DMA-configured-for-I2S-getting-halt-sometimes-for-K70/m-p/226482#M4571</guid>
      <dc:creator>likong</dc:creator>
      <dc:date>2014-02-27T09:12:38Z</dc:date>
    </item>
  </channel>
</rss>

