<?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>topic Re: SPI1 dma source - FRDM-K22F in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI1-dma-source-FRDM-K22F/m-p/932571#M54136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="338400" data-username="errorek123@gmail.com" href="https://community.nxp.com/people/errorek123@gmail.com"&gt;Brian Smith&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Your are right, in the FRDM-K22 on board K22 chip, the SPI1 share the transmit and receive request.&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, in my opinion, if you want to use both the Transmit and receive DMA function, it's better to use SPI0 interface, it has the separated request source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87629iC136651B7B2BF112/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Sep 2019 07:16:28 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2019-09-02T07:16:28Z</dc:date>
    <item>
      <title>SPI1 dma source - FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI1-dma-source-FRDM-K22F/m-p/932570#M54135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm writing some code to handle SPI dma transfer but it seems like K22 chip got common source for TX and RX for SPI1. Does it mean it can be either be used for receive data or transmit data and it can't be used for both? Is there any workaround or i have to live with that or&amp;nbsp;switch SPI0 if both rx and tx dma is needed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2019 17:49:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI1-dma-source-FRDM-K22F/m-p/932570#M54135</guid>
      <dc:creator>errorek123</dc:creator>
      <dc:date>2019-08-31T17:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: SPI1 dma source - FRDM-K22F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI1-dma-source-FRDM-K22F/m-p/932571#M54136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="338400" data-username="errorek123@gmail.com" href="https://community.nxp.com/people/errorek123@gmail.com"&gt;Brian Smith&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Your are right, in the FRDM-K22 on board K22 chip, the SPI1 share the transmit and receive request.&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, in my opinion, if you want to use both the Transmit and receive DMA function, it's better to use SPI0 interface, it has the separated request source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/87629iC136651B7B2BF112/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Sep 2019 07:16:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI1-dma-source-FRDM-K22F/m-p/932571#M54136</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-09-02T07:16:28Z</dc:date>
    </item>
  </channel>
</rss>

