<?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>i.MX ProcessorsのトピックUsing DMA with native CS for a SPI peripheral</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2034512#M233380</link>
    <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I had faced an issue with the delay between CS assertion and SCLK trigger for SPI for which I received a suggestion to use native CS with DMA disabled. This the &lt;A href="https://community.nxp.com/t5/i-MX-Processors/Reducing-CS-Low-Time-Before-Starting-SCLK-in-SPI-Communication/m-p/2021234/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufE01RjVKMTRVV1g5TkJQfDIwMjEyMzR8U1VCU0NSSVBUSU9OU3xoSw" target="_self"&gt;link&lt;/A&gt;&amp;nbsp;of the entire discussion.&lt;BR /&gt;&lt;BR /&gt;The problem with disabling the DMA is that the CPU will be burdened a lot, so I am still looking for the solutions of below two queries from my previous post :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How does enabling DMA causes the native CS pin to go high after each byte transfer?&lt;/LI&gt;&lt;LI&gt;The project that I am working on also has ADC interfaced to SPI (not the same bus as DAC). So communicating continuously to both ADC and DAC for high sample rates will burden the CPU a lot. For this reason I was thinking of forcing DMA for every transaction over SPI. With your current solution I will not be able to do that. So, is there any way to get this issue resolved with DMA enabled? If not, what can I do to lower the burden from CPU?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mehul&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="IMX8MPLUS" id="IMX8MPLUS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2025 11:15:16 GMT</pubDate>
    <dc:creator>mehul_dabhi</dc:creator>
    <dc:date>2025-01-27T11:15:16Z</dc:date>
    <item>
      <title>Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2034512#M233380</link>
      <description>&lt;P&gt;Hi everyone,&lt;BR /&gt;&lt;BR /&gt;I had faced an issue with the delay between CS assertion and SCLK trigger for SPI for which I received a suggestion to use native CS with DMA disabled. This the &lt;A href="https://community.nxp.com/t5/i-MX-Processors/Reducing-CS-Low-Time-Before-Starting-SCLK-in-SPI-Communication/m-p/2021234/emcs_t/S2h8ZW1haWx8dG9waWNfc3Vic2NyaXB0aW9ufE01RjVKMTRVV1g5TkJQfDIwMjEyMzR8U1VCU0NSSVBUSU9OU3xoSw" target="_self"&gt;link&lt;/A&gt;&amp;nbsp;of the entire discussion.&lt;BR /&gt;&lt;BR /&gt;The problem with disabling the DMA is that the CPU will be burdened a lot, so I am still looking for the solutions of below two queries from my previous post :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How does enabling DMA causes the native CS pin to go high after each byte transfer?&lt;/LI&gt;&lt;LI&gt;The project that I am working on also has ADC interfaced to SPI (not the same bus as DAC). So communicating continuously to both ADC and DAC for high sample rates will burden the CPU a lot. For this reason I was thinking of forcing DMA for every transaction over SPI. With your current solution I will not be able to do that. So, is there any way to get this issue resolved with DMA enabled? If not, what can I do to lower the burden from CPU?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mehul&lt;BR /&gt;&lt;BR /&gt;&lt;LI-PRODUCT title="IMX8MPLUS" id="IMX8MPLUS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 11:15:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2034512#M233380</guid>
      <dc:creator>mehul_dabhi</dc:creator>
      <dc:date>2025-01-27T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2035228#M233430</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238403"&gt;@mehul_dabhi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you are doing very well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please share steps to replicate the issue by my side?&lt;/P&gt;
&lt;P&gt;Also, are you using Cortex M or Cortex A?&lt;/P&gt;
&lt;P&gt;SPI as Master or Slave? (I guess is master).&lt;/P&gt;
&lt;P&gt;Also, please share your Device tree related to SPI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A captured Image of signals would be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 17:40:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2035228#M233430</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-01-28T17:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2037590#M233585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Apologies for my delayed response.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please share steps to replicate the issue by my side?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; 1. Configure the SPI node as per shared snap of dts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; 2. Disable dma from spi_imx.c as below snap&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mehul_dabhi_0-1738142973196.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/321784i4566993DC032EFDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mehul_dabhi_0-1738142973196.png" alt="mehul_dabhi_0-1738142973196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3. Transmit some data over SPI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, are you using Cortex M or Cortex A?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; I am using Cortex A.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SPI as Master or Slave? (I guess is master).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Yes, the SPI is configured as Master.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, please share your Device tree related to SPI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mehul_dabhi_1-1738143415671.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/321786i60455F58ECCCA044/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mehul_dabhi_1-1738143415671.png" alt="mehul_dabhi_1-1738143415671.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mehul_dabhi_2-1738143522758.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/321788iC9818ED1EE59BE9B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mehul_dabhi_2-1738143522758.png" alt="mehul_dabhi_2-1738143522758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A captured Image of signals would be helpful.&lt;BR /&gt;&amp;gt;&amp;gt; When I switched to native CS I had observed below waveform when I was trying to transmit 24bits with 8 bits-per-word (Yellow - CS &amp;amp; Blue - SCLK). So the CS was going high after each byte transfer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mehul_dabhi_3-1738143671852.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/321789iA493B6D3442C7D97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mehul_dabhi_3-1738143671852.png" alt="mehul_dabhi_3-1738143671852.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To resolve the above issue I was suggested to disable DMA as I mentioned in above steps and got it resolved (below snap yellow - clock and blue - clock).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2025-02-04 12-49-35.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/322282i201D9A82F58B71DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot from 2025-02-04 12-49-35.png" alt="Screenshot from 2025-02-04 12-49-35.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If anything is yet required to recreate the issue, I am happy to help with that.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mehul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 08:38:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2037590#M233585</guid>
      <dc:creator>mehul_dabhi</dc:creator>
      <dc:date>2025-02-04T08:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2037742#M233595</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238403"&gt;@mehul_dabhi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually, this behavior is expected. When you are using the SPI as Master, the CS signal should be an IO pad, then the driver will handle when CS should be asserted.&lt;/P&gt;
&lt;P&gt;When you are using the SPI as Slave, you should select the CS signal as the dedicated CS.&lt;/P&gt;
&lt;DIV&gt;You can see this examples on device tree (i.MX93 just for reference):&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk-lpspi-slave.dts" target="_blank" rel="noopener" shape="rect"&gt;imx93-11x11-evk-lpspi-slave.dts&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;and&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk-lpspi.dts" target="_blank" rel="noopener" shape="rect"&gt;imx93-11x11-evk-lpspi.dts&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please try changing the native ECSPI2_SS0 for any GPIO without disable DMA.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Best regards,&lt;/DIV&gt;
&lt;DIV&gt;Salas.&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Feb 2025 14:42:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2037742#M233595</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-02-04T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2038321#M233625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try changing the native ECSPI2_SS0 for any GPIO without disable DMA.&lt;BR /&gt;&lt;/SPAN&gt;&amp;gt;&amp;gt; Initially this is what I had configured and had faced an issue of the delay between CS assertion and first rising edge of SCLK and then switched to dedicated CS.&lt;BR /&gt;&lt;BR /&gt;The original issue link is &lt;A href="https://community.nxp.com/t5/i-MX-Processors/Reducing-CS-Low-Time-Before-Starting-SCLK-in-SPI-Communication/m-p/2030961/emcs_t/S2h8ZW1haWx8bWVudGlvbl9zdWJzY3JpcHRpb258TTY1VEtHMzZQMTI5M0l8MjAzMDk2MXxBVF9NRU5USU9OU3xoSw#M233158" target="_self"&gt;here&lt;/A&gt;. Also below is the snap for your reference.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2025-02-05 12-35-33.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/322472iC7988425594BFC74/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2025-02-05 12-35-33.png" alt="Screenshot from 2025-02-05 12-35-33.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;So if I use the GPIO pad for CS won't I face this issue again and go back in the same loop?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mehul&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 07:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2038321#M233625</guid>
      <dc:creator>mehul_dabhi</dc:creator>
      <dc:date>2025-02-05T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2038917#M233660</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/238403"&gt;@mehul_dabhi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that delay is &lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/drivers/spi/spi-imx.c#L675" target="_self"&gt;from the driver&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Salas.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 01:38:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2038917#M233660</guid>
      <dc:creator>Manuel_Salas</dc:creator>
      <dc:date>2025-02-06T01:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2039091#M233675</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I tried tweaking the driver source and I could only find hard delay being used in the section shown in the below snap.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2025-02-06 12-27-37.png" style="width: 381px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/322679i3A6A91CF3E139C12/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot from 2025-02-06 12-27-37.png" alt="Screenshot from 2025-02-06 12-27-37.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Here, the delay to be generated was found to be 0. Apart from this, is there any hard delays that might affect? If I intend to reduce these delays, where would you suggest I make changes to improve the throughput?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mehul&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 07:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2039091#M233675</guid>
      <dc:creator>mehul_dabhi</dc:creator>
      <dc:date>2025-02-06T07:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2041586#M233861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I would really appreciate some insights or suggestions on my recent querry.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mehul&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 08:44:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2041586#M233861</guid>
      <dc:creator>mehul_dabhi</dc:creator>
      <dc:date>2025-02-11T08:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using DMA with native CS for a SPI peripheral</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2044590#M234026</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203368"&gt;@Manuel_Salas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are facing a roadblock in development due to an issue with SPI.&lt;/P&gt;&lt;P&gt;Without DMA, the CS delay is minimal, but CPU utilisation becomes extremely high. Using DMA helps offload the CPU, but we are encountering significant CS delays as described in above issue, making it infeasible.&lt;/P&gt;&lt;P&gt;We are currently stuck and would appreciate any insights on reducing these delays while using DMA. If optimisation isn't possible, could you shed some light on the underlying reasons? Understanding this will help us reconsider our hardware choices.&lt;/P&gt;&lt;P&gt;Looking forward to your guidance.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Mehul&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 14:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-DMA-with-native-CS-for-a-SPI-peripheral/m-p/2044590#M234026</guid>
      <dc:creator>mehul_dabhi</dc:creator>
      <dc:date>2025-02-14T14:02:29Z</dc:date>
    </item>
  </channel>
</rss>

