<?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: PE DMA Circular buffer issue</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332699#M15684</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;You are compiling your project in a BSP project, did you try this configuration of the DMA in a normal project with Processor Expert? It is possible that this problem is related with alignment issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this in a Project with Processor Expert adding just the essential components to try this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this information can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Aug 2014 15:37:53 GMT</pubDate>
    <dc:creator>adriancano</dc:creator>
    <dc:date>2014-08-11T15:37:53Z</dc:date>
    <item>
      <title>PE DMA Circular buffer issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332698#M15683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; We are trying to use Processor Expert code for DMA using circular buffer in Nested Transfer mode for DAC. &lt;/P&gt;&lt;P&gt; DAC FIFO is the destination buffer and the source buffer is the 32Kbytes circular buffer.&lt;/P&gt;&lt;P&gt; In DMA_Controller_LDD settings, when circular buffer of(32Kbytes) is enabled with Nested transfer mode&lt;/P&gt;&lt;P&gt; almost last 1Kbytes are not being taken from the circular buffer. When 2Kbytes of circular buffer is &lt;/P&gt;&lt;P&gt; assigned instead of 32Kbytes, the signal obtained is as expected.&lt;/P&gt;&lt;P&gt; Is there any settings we need to do separately to enable 32 Kbytes circular buffer.&lt;/P&gt;&lt;P&gt;Attached PE generated code for the reference.&lt;/P&gt;&lt;P&gt;Kindly let me know if&amp;nbsp; there is any issue.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&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-337600"&gt;bsp_twrk60d100m.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 09:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332698#M15683</guid>
      <dc:creator>kirankunnath</dc:creator>
      <dc:date>2014-08-04T09:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: PE DMA Circular buffer issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332699#M15684</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;You are compiling your project in a BSP project, did you try this configuration of the DMA in a normal project with Processor Expert? It is possible that this problem is related with alignment issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this in a Project with Processor Expert adding just the essential components to try this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this information can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 15:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332699#M15684</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-08-11T15:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: PE DMA Circular buffer issue</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332700#M15685</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;I did some tests and I see that the solution is to be sure that your buffer is aligned at the same size of the Circular Buffer, if you have a circular buffer of 512 bytes, for example, you need to align your variable at that size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this information can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. It would be nice!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 23:04:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/332700#M15685</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2014-08-11T23:04:18Z</dc:date>
    </item>
    <item>
      <title>This an automatic process.  We are marking this post as s...</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/1135695#M57965</link>
      <description>&lt;B&gt;This an automatic process.&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
We are marking this post as solved, due to the either low activity or any reply marked as correct.&lt;BR /&gt;&lt;BR /&gt;
If you have additional questions, please create a new post and reference to this closed post.&lt;BR /&gt;&lt;BR /&gt;
NXP Community!</description>
      <pubDate>Thu, 03 Sep 2020 14:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/PE-DMA-Circular-buffer-issue/m-p/1135695#M57965</guid>
      <dc:creator>CommunityBot</dc:creator>
      <dc:date>2020-09-03T14:45:25Z</dc:date>
    </item>
  </channel>
</rss>

