<?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: S32K1x Use DMA with SPI Slave in continuous loop in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1563674#M19197</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/133247"&gt;@guys_fr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What example are you trying? On which EVB?&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 18:36:19 GMT</pubDate>
    <dc:creator>JRoberto</dc:creator>
    <dc:date>2022-12-02T18:36:19Z</dc:date>
    <item>
      <title>S32K1x Use DMA with SPI Slave in continuous loop</title>
      <link>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1555844#M18934</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there an example code that uses LPSPI module in slave mode with eDMA in a continuous loop with the same memory block. The SPI master module is a high end iMX CPU. I am using the SPI_RDY signal but still have some error. Is it possible to setup the slave to response autonomously, without intervention.&lt;/P&gt;&lt;P&gt;Thanks, Guy&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 13:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1555844#M18934</guid>
      <dc:creator>guys_fr</dc:creator>
      <dc:date>2022-11-17T13:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1x Use DMA with SPI Slave in continuous loop</title>
      <link>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1563674#M19197</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/133247"&gt;@guys_fr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What example are you trying? On which EVB?&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 18:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1563674#M19197</guid>
      <dc:creator>JRoberto</dc:creator>
      <dc:date>2022-12-02T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1x Use DMA with SPI Slave in continuous loop</title>
      <link>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1563680#M19200</link>
      <description>&lt;P&gt;None, was looking for one. I use FIFO without DMA. The DMA exchange was added later then my original SDK files. What I have overlook, the code is "complexe" and requires clean-up on error, less autonomous. My ideal configuration would be /CS - Transact Exchange - CS High - self prepare "reset" for next exchange in the slave part. I didn't double check but I think iMX8 doesn't have the SPI RDY signal. We use the iMX6 master - S32K144 slave! FIFO is limited to 4x 32 bits with high speed exchange, DMA would allow larger data exchange with no risk of underrun/overrun/error.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 18:48:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1563680#M19200</guid>
      <dc:creator>guys_fr</dc:creator>
      <dc:date>2022-12-02T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: S32K1x Use DMA with SPI Slave in continuous loop</title>
      <link>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1569960#M19443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/133247"&gt;@guys_fr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at these examples, they will be useful to you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-FlexCAN0-RXFIFO-DMA-nonSDK-S32DS13/ta-p/1105216" target="_blank" rel="noopener"&gt;Example S32K144 FlexCAN0 RXFIFO DMA nonSDK&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-FlexCAN-RXFIFO-DMA-S32DS-ARM-2018-R1/ta-p/1120014" target="_blank" rel="noopener"&gt;Example S32K144 FlexCAN RXFIFO DMA&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R.&lt;/P&gt;
&lt;P&gt;VaneB&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2022 20:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K1x-Use-DMA-with-SPI-Slave-in-continuous-loop/m-p/1569960#M19443</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2022-12-14T20:15:48Z</dc:date>
    </item>
  </channel>
</rss>

