<?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 S32K144W SPI SCLK ，delay after four bytes in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2174984#M53000</link>
    <description>&lt;P&gt;This is my SPI1 config&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2025-09-24 184848.png" style="width: 997px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358322i4792C4D260E58606/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2025-09-24 184848.png" alt="屏幕截图 2025-09-24 184848.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will transfer 40 bytes&lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterTransferBlocking(INST_LPSPI_1, config_arr, rx_buff, 40, OSIF_WAIT_FOREVER);&lt;/P&gt;&lt;P&gt;This is wave of SCLK.I wish SCLK is contious.TDR and RDR is 32 bits,does it have anything to do with it?What can I do to slove this problem?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9749e2626aec43a7b43e1a9b7a968e8a.png" style="width: 720px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358323i277C58C4FF3A5FC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="9749e2626aec43a7b43e1a9b7a968e8a.png" alt="9749e2626aec43a7b43e1a9b7a968e8a.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 10:53:59 GMT</pubDate>
    <dc:creator>tyty697</dc:creator>
    <dc:date>2025-09-24T10:53:59Z</dc:date>
    <item>
      <title>S32K144W SPI SCLK ，delay after four bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2174984#M53000</link>
      <description>&lt;P&gt;This is my SPI1 config&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2025-09-24 184848.png" style="width: 997px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358322i4792C4D260E58606/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2025-09-24 184848.png" alt="屏幕截图 2025-09-24 184848.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will transfer 40 bytes&lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterTransferBlocking(INST_LPSPI_1, config_arr, rx_buff, 40, OSIF_WAIT_FOREVER);&lt;/P&gt;&lt;P&gt;This is wave of SCLK.I wish SCLK is contious.TDR and RDR is 32 bits,does it have anything to do with it?What can I do to slove this problem?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9749e2626aec43a7b43e1a9b7a968e8a.png" style="width: 720px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358323i277C58C4FF3A5FC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="9749e2626aec43a7b43e1a9b7a968e8a.png" alt="9749e2626aec43a7b43e1a9b7a968e8a.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 10:53:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2174984#M53000</guid>
      <dc:creator>tyty697</dc:creator>
      <dc:date>2025-09-24T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144W SPI SCLK ，delay after four bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2175010#M53004</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255187"&gt;@tyty697&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for sharing the configuration and waveform details.&lt;/P&gt;
&lt;P&gt;Based on your setup, the observed delay in SCLK after every 4 bytes is likely caused by the PCS continuous setting being disabled. When this option is unchecked, the chip select (PCS) signal is deasserted between frames, which introduces gaps in the SCLK waveform.&lt;/P&gt;
&lt;P&gt;To achieve a continuous SCLK during the entire 40-byte transfer, we recommend enabling the PCS continuous option in your LPSPI master configuration. This will keep PCS asserted throughout the transfer and eliminate the inter-frame delays.&lt;/P&gt;
&lt;P&gt;If your SPI slave supports wider frame sizes, you may increase the Bits/frame setting (e.g., to 16 or 32) to reduce the number of frames and potentially eliminate the gaps in SCLK caused by PCS toggling or FIFO refill latency.&lt;/P&gt;
&lt;P&gt;Additionally, consider using DMA-based transfer instead of the blocking interrupt-based API. DMA can help maintain a smoother data flow and reduce latency between FIFO refills.&lt;/P&gt;
&lt;P&gt;For future measurements, we kindly ask you to also include the PCS signal in the waveform capture. This will help us better understand the timing behavior and interactions between PCS and SCLK.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 12:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2175010#M53004</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-09-24T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144W SPI SCLK ，delay after four bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2175324#M53022</link>
      <description>&lt;P&gt;Now I clicked pcs contious,this is spi config&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2025-09-25 090321.png" style="width: 989px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358402iEB37AAD1BF3BF0F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2025-09-25 090321.png" alt="屏幕截图 2025-09-25 090321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Set PCSSCLK and sclkpcs 1,1&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterSetDelay(INST_LPSPI_1, 1, 1, 1);&lt;/P&gt;&lt;P&gt;PCS and sclk waveform shows here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1d05c04a3f364e20b74d4babbc6c6396.png" style="width: 417px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358401i5A15BF96D151407B/image-dimensions/417x313?v=v2" width="417" height="313" role="button" title="1d05c04a3f364e20b74d4babbc6c6396.png" alt="1d05c04a3f364e20b74d4babbc6c6396.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9924e180-8b6c-4417-9cff-3158b9148dee.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358404i9C1A27C405535348/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9924e180-8b6c-4417-9cff-3158b9148dee.png" alt="9924e180-8b6c-4417-9cff-3158b9148dee.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Delay after four bytes too. I see this function used in the spi IRQHandler when TX Data Flag&lt;/P&gt;&lt;DIV&gt;/*!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;* @brief Fill up the TX FIFO with data.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;* This function fills up the TX FIFO with data based on the bytes/frame.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;* This is not a public API as it is called from other driver functions.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;*/&lt;/DIV&gt;&lt;DIV&gt;void LPSPI_DRV_FillupTxBuffer(uint32_t instance)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; /* Instantiate local variable of type dspi_master_state_t and point to global state. */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; lpspi_state_t * lpspiState = g_lpspiStatePtr[instance];&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; LPSPI_Type *base = g_lpspiBase[instance];&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; uint32_t wordToSend = 0;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; uint16_t numOfBytes;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; uint8_t availableSpace = (uint8_t)(lpspiState-&amp;gt;fifoSize - (uint8_t)LPSPI_ReadTxCount(base));&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; /* Fill the TX buffer. */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; while(availableSpace != 0U)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (lpspiState-&amp;gt;isPcsContinuous == true)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(lpspiState-&amp;gt;txCount == 1U)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Disable continuous PCS */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LPSPI_ClearContCBit(base);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lpspiState-&amp;gt;txCount&amp;nbsp; = 0U;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Get the number of bytes which can be written in a single 32 bits word. */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((lpspiState-&amp;gt;bytesPerFrame - lpspiState-&amp;gt;txFrameCnt) &amp;lt;= (uint16_t)4)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; numOfBytes = (uint16_t)(lpspiState-&amp;gt;bytesPerFrame - lpspiState-&amp;gt;txFrameCnt);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; numOfBytes = 4U;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wordToSend = 0;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (lpspiState-&amp;gt;txBuff != NULL)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;switch(lpspiState-&amp;gt;bytesPerFrame)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;case 1:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;wordToSend = *((const uint8_t *)(lpspiState-&amp;gt;txBuff));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;lpspiState-&amp;gt;txBuff += sizeof(uint8_t);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;case 2:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;wordToSend = *((const uint16_t *)(lpspiState-&amp;gt;txBuff));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;lpspiState-&amp;gt;txBuff += sizeof(uint16_t);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;default:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;wordToSend = *((const uint32_t *)(lpspiState-&amp;gt;txBuff));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;lpspiState-&amp;gt;txBuff += sizeof(uint32_t);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;break;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;lpspiState-&amp;gt;txFrameCnt = (uint16_t)((lpspiState-&amp;gt;txFrameCnt + numOfBytes) % lpspiState-&amp;gt;bytesPerFrame);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LPSPI_WriteData(base, wordToSend);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Update internal variable used in transmission. */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lpspiState-&amp;gt;txCount = (uint16_t)(lpspiState-&amp;gt;txCount - numOfBytes);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* Verify if all bytes were send. */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (lpspiState-&amp;gt;txCount == 0U)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; availableSpace = (uint8_t)(availableSpace - 1U);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;144w's fifosize is 4, maybe this reason?&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Sep 2025 01:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2175324#M53022</guid>
      <dc:creator>tyty697</dc:creator>
      <dc:date>2025-09-25T01:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144W SPI SCLK ，delay after four bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2175609#M53035</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255187"&gt;@tyty697&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for the update and the waveform.&lt;/P&gt;
&lt;P&gt;Yes, you are correct - the FIFO size of 4 words on S32K144W is indeed related to the observed SCLK burst behavior. Each burst corresponds to the driver filling the FIFO with up to 4 bytes (given Bits/frame = 8), and the delay between bursts is caused by the refill process in interrupt mode.&lt;/P&gt;
&lt;P&gt;To reduce these gaps, we recommend either switching to DMA-based transfer or increasing the Bits/frame setting (e.g., to 16 or 32), if your SPI slave supports wider frame sizes.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 08:26:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2175609#M53035</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-09-25T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144W SPI SCLK ，delay after four bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2176336#M53071</link>
      <description>&lt;P&gt;Hello,@PaveIL&lt;/P&gt;&lt;P&gt;Thanks for your response,DMA has sloved this problem.But l have other problem.&lt;/P&gt;&lt;P&gt;l want to read six channels of ADC chip,so l use function&amp;nbsp;LPSPI_DRV_MasterTransferBlocking to communicate by SPI BUS.But when l call this function contiously, There is a interval between two calls like this formwave.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="66fa43ae75734e579c1e68ed7b37cda7.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/358661iC1CD7FEB46DD728C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="66fa43ae75734e579c1e68ed7b37cda7.png" alt="66fa43ae75734e579c1e68ed7b37cda7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;One Time I need to send 5 bytes,send 6 times to read 6 channels.If I send 30 bytes one time,ADC chip can't response right data.What can I do to decrease this interval?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 06:55:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2176336#M53071</guid>
      <dc:creator>tyty697</dc:creator>
      <dc:date>2025-09-26T06:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144W SPI SCLK ，delay after four bytes</title>
      <link>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2176616#M53091</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255187"&gt;@tyty697&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Just a general hint:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may try switch to the non-blocking DMA API (LPSPI_DRV_MasterTransfer) and chaining the transfers without CPU intervention. This allows for near-continuous SPI communication and better timing control.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 12:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144W-SPI-SCLK-delay-after-four-bytes/m-p/2176616#M53091</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-09-26T12:27:49Z</dc:date>
    </item>
  </channel>
</rss>

