<?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: S32k311 SPI Module configuration in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206076#M54544</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have taken this as example and configured LPSPI1 as slave (using DMA) and LPSPI2 as master. after executing RxChBuf1 is successfully receiving the data whereas in RxChBuf1[0] =15, RxChBuf1[9]=16 and the remaining array is '0'. I tried different configuration still not works. can you please provide me the solution?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Nov 2025 12:41:11 GMT</pubDate>
    <dc:creator>dhanabharathi</dc:creator>
    <dc:date>2025-11-17T12:41:11Z</dc:date>
    <item>
      <title>S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2196655#M54038</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am configured in SPI in S32k31xevb board, I am getting SPI_JOB_PENDING. i connected the PINs correctly. what will the problem in this? i attached my project in here .&amp;nbsp; provide solution for this problem.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 12:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2196655#M54038</guid>
      <dc:creator>dhanabharathi</dc:creator>
      <dc:date>2025-10-31T12:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2196823#M54044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253997"&gt;@dhanabharathi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have reviewed your configurations and noticed an important detail: the SPI master and slave are set with different baud rates.&lt;/P&gt;
&lt;P&gt;Both devices should operate at compatible speeds. Since the master provides the clock signal, the slave must be able to reliably receive and respond at that rate. A mismatch in baud rates can lead to data corruption, communication errors, or complete failure to establish a connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 18:02:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2196823#M54044</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-10-31T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2200807#M54261</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; I changed both&amp;nbsp;&lt;SPAN&gt;SPI master and slave baud rates, but still the problem exists. can you please recheck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 10:30:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2200807#M54261</guid>
      <dc:creator>dhanabharathi</dc:creator>
      <dc:date>2025-11-07T10:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2201072#M54278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253997"&gt;@dhanabharathi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have ported the Spi_Transfer_S32K344 project to the S32K311. To help ensure that no configurations, initializations, or code elements are missing from your setup, I am attaching both the .mex file and the main source file for your reference.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 21:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2201072#M54278</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-11-07T21:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2201881#M54319</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Now, it is working. Thank you for your support.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 12:55:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2201881#M54319</guid>
      <dc:creator>dhanabharathi</dc:creator>
      <dc:date>2025-11-10T12:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206076#M54544</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have taken this as example and configured LPSPI1 as slave (using DMA) and LPSPI2 as master. after executing RxChBuf1 is successfully receiving the data whereas in RxChBuf1[0] =15, RxChBuf1[9]=16 and the remaining array is '0'. I tried different configuration still not works. can you please provide me the solution?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 12:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206076#M54544</guid>
      <dc:creator>dhanabharathi</dc:creator>
      <dc:date>2025-11-17T12:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206850#M54589</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201913"&gt;@VaneB&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I have analysed further in the function Lpspi_Ip_TransferProcess() the NumberOfReads is getting '0' because Base-&amp;gt;FSR - RXCOUNTER is '0' so it is not updating RX buffer. Note: the breakpoint is hitting at Lpspi_Ip_IrqTxDmaHandler() and Lpspi_Ip_IrqRxDmaHandler() so, I guess DMA configuration is OK. Can you please help me on this topic? I need Rxbuf1 to be updated. I have configured master and slave as EB&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 13:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206850#M54589</guid>
      <dc:creator>dhanabharathi</dc:creator>
      <dc:date>2025-11-18T13:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32k311 SPI Module configuration</title>
      <link>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206990#M54599</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253997"&gt;@dhanabharathi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the following example code:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K31-SPI-multiple-packet-Transmit-amp-Receive-solution/ta-p/2130091" target="_blank" rel="noopener"&gt;Example S32K31 SPI multiple packet Transmit &amp;amp; Receive: solution for DMA Cache issue&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 17:43:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k311-SPI-Module-configuration/m-p/2206990#M54599</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-11-18T17:43:27Z</dc:date>
    </item>
  </channel>
</rss>

