<?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 Software Development Kit中的主题 Re: K65 DSPI_EDMA driver</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598752#M6089</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;As you know that the K66 has the same eDMA as K70, I do not know the background of the bytes limit, I think you can comment the code for byte count limit checking.&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>Thu, 08 Sep 2016 09:02:46 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2016-09-08T09:02:46Z</dc:date>
    <item>
      <title>K65 DSPI_EDMA driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598751#M6088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am attempting to use the DMA SPI driver on a K65 with SDK 2.0.&lt;/P&gt;&lt;P&gt;I want to send 40K of data out the SPI to update a LCD screen.&lt;/P&gt;&lt;P&gt;I have successfully done this on a K70 with PE, and also a KL28 with SDK 2.0.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fsl_dspi_edma driver seems to have an upper limit of 512 bytes per transfer as seen here...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;/* this limits the amount of data we can transfer due to the linked channel.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; * The max bytes is 511 if 8-bit/frame or 1022 if 16-bit/frame&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; */&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if (handle-&amp;gt;bitsPerFrame &amp;gt; 8)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if (transfer-&amp;gt;dataSize &amp;gt; 1022)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; return kStatus_DSPI_OutOfRange;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; }&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; }&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; else&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if (transfer-&amp;gt;dataSize &amp;gt; 511)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; return kStatus_DSPI_OutOfRange;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; }&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; }&lt;/EM&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is unclear to me why there is a limit. How can I work around this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 12:50:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598751#M6088</guid>
      <dc:creator>ETCTim</dc:creator>
      <dc:date>2016-09-07T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: K65 DSPI_EDMA driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598752#M6089</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;As you know that the K66 has the same eDMA as K70, I do not know the background of the bytes limit, I think you can comment the code for byte count limit checking.&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>Thu, 08 Sep 2016 09:02:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598752#M6089</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-09-08T09:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: K65 DSPI_EDMA driver</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598753#M6090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;any news about this? I stumbled upon the same lines of code working with the freedom k22 evalboard. Commenting the lines and sending bigger chunks will not work here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 08:25:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K65-DSPI-EDMA-driver/m-p/598753#M6090</guid>
      <dc:creator>vincentg_</dc:creator>
      <dc:date>2016-09-22T08:25:03Z</dc:date>
    </item>
  </channel>
</rss>

