<?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>Processor Expert Software中的主题 What is the difference between DMA_LDD and DMATransfer_LDD?</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325691#M2456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to set up SPI as a master using DMA. Which once should I use, DMA_LDD or DMATransfer_LDD? I have an external device sending a block of data. That device does not send data until I send an initiating command (SPI or GPIO). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PEx v10.2 with update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also see that starting with PEx v10.3 there is a new LDD Component, "DMAChannel_LDD". What functionality does that new device provide over DMA_LDD and DMATransfer_LDD? This is not mentioned in the release notes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 21:52:12 GMT</pubDate>
    <dc:creator>jackblather</dc:creator>
    <dc:date>2014-07-28T21:52:12Z</dc:date>
    <item>
      <title>What is the difference between DMA_LDD and DMATransfer_LDD?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325691#M2456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to set up SPI as a master using DMA. Which once should I use, DMA_LDD or DMATransfer_LDD? I have an external device sending a block of data. That device does not send data until I send an initiating command (SPI or GPIO). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have PEx v10.2 with update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also see that starting with PEx v10.3 there is a new LDD Component, "DMAChannel_LDD". What functionality does that new device provide over DMA_LDD and DMATransfer_LDD? This is not mentioned in the release notes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 21:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325691#M2456</guid>
      <dc:creator>jackblather</dc:creator>
      <dc:date>2014-07-28T21:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between DMA_LDD and DMATransfer_LDD?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325692#M2457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use DMATransfer_LDD for your application.&lt;/P&gt;&lt;P&gt;the component DMATransfer_LDD provides DMA transfer configuration functionality. while component DMA_LDD provides internal direct memory access controller peripheral functionality.&lt;/P&gt;&lt;P&gt;component DMATransfer_LDD can't access DMA on-chip peripheral directly but it is using DMA_LDD as interface.&lt;/P&gt;&lt;P&gt;DMATransfer_LDD component allows user to have predefined set of particular DMA transfers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for details of these two components, I would suggest reading help information. it can be access by just right click the component and then click "Help on Componet".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 05:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325692#M2457</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2014-07-29T05:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between DMA_LDD and DMATransfer_LDD?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325693#M2458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also found a bunch of PDF help guides for each PEx component in ~/.ds-5/workbench/ProcessorExpert/Help/ComponentUserGuides&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 16:26:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325693#M2458</guid>
      <dc:creator>jackblather</dc:creator>
      <dc:date>2014-07-29T16:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between DMA_LDD and DMATransfer_LDD?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325694#M2459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt; in CodeWarrior 10.5 and higher these DMA_LDD and DMATransfer_LDD were replaced by new DMA and DMAChannel_LDD components. These new components provides unified interface for both DMA (e.g. Kinetis L family) and eDMA (e.g. Kinetis K family) peripherals available on Kinetis MCUs and require less memory resources. See DMAChannel_LDD documentation for more details.&lt;/P&gt;&lt;P&gt;Please note that old DMA_LDD and DMATransfer_LDD are not supported for new MCUs and are provided for backward compatibility only. These old components should not be used for new designes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marek Varecha&lt;/P&gt;&lt;P&gt;Processor Expert Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 06:03:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/What-is-the-difference-between-DMA-LDD-and-DMATransfer-LDD/m-p/325694#M2459</guid>
      <dc:creator>MVa</dc:creator>
      <dc:date>2014-07-30T06:03:23Z</dc:date>
    </item>
  </channel>
</rss>

