<?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>S32KのトピックExample DMA + SPI S32K344</title>
    <link>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1535843#M18232</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using S32K344 and S32K3 RTD AUTOSAR 4.4 2.0.1 D2207.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to program SPI with DMA (Transfer completed notification and allocation in the memory), but these two options (Global and Transfer) in DMA configurator are very confused for me:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1665521323368.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196442i67EFE26902CCC20A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1665521323368.png" alt="MVR_0-1665521323368.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I configure SPI + DMA? Is there a document/example for explain it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 20:51:08 GMT</pubDate>
    <dc:creator>MVR</dc:creator>
    <dc:date>2022-10-11T20:51:08Z</dc:date>
    <item>
      <title>Example DMA + SPI S32K344</title>
      <link>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1535843#M18232</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm using S32K344 and S32K3 RTD AUTOSAR 4.4 2.0.1 D2207.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to program SPI with DMA (Transfer completed notification and allocation in the memory), but these two options (Global and Transfer) in DMA configurator are very confused for me:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MVR_0-1665521323368.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196442i67EFE26902CCC20A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MVR_0-1665521323368.png" alt="MVR_0-1665521323368.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I configure SPI + DMA? Is there a document/example for explain it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MVR&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 20:51:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1535843#M18232</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2022-10-11T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Example DMA + SPI S32K344</title>
      <link>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1539262#M18382</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204675"&gt;@MVR&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The transfer configuration of the DMA channels is done by the LPSPI driver if the DMA channels are linked in the LPSPI driver.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1666091816582.png" style="width: 702px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/197076iAD7D991ACF9F8340/image-dimensions/702x344?v=v2" width="702" height="344" role="button" title="danielmartynek_0-1666091816582.png" alt="danielmartynek_0-1666091816582.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Just configure the Global DMAMUX source for each channel&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1666091890862.png" style="width: 673px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/197077i794DED122454F145/image-dimensions/673x496?v=v2" width="673" height="496" role="button" title="danielmartynek_1-1666091890862.png" alt="danielmartynek_1-1666091890862.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And initialize the DMA driver in the source code (Dma_Ip_Init()).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 11:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1539262#M18382</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-10-18T11:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Example DMA + SPI S32K344</title>
      <link>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1540146#M18416</link>
      <description>&lt;P&gt;Thanks Daniel,&lt;/P&gt;&lt;P&gt;It worked for me!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 14:21:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Example-DMA-SPI-S32K344/m-p/1540146#M18416</guid>
      <dc:creator>MVR</dc:creator>
      <dc:date>2022-10-19T14:21:53Z</dc:date>
    </item>
  </channel>
</rss>

