<?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のトピックRe: Half Word Sending Issue in SPI Code</title>
    <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536027#M18242</link>
    <description>&lt;P&gt;One more Query,&lt;/P&gt;&lt;P&gt;After Sending the Complete data over the SPI Only the CS Pin State need to change like below attached Format.&lt;/P&gt;&lt;P&gt;but in our example code if i'm sending 2 bytes of data using below code&lt;/P&gt;&lt;P&gt;uint8_t tx[2] = {0x25, 0x30};&lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterTransferBlocking(LPSPICOM1, tx, rx, 2, SPI_TIMEOUT);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CS Pin state is changing(one time low to high) after sending every 1 byte&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i want after completion of complete data sending only the CS Pin State need to change&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 06:39:18 GMT</pubDate>
    <dc:creator>Dilip1441</dc:creator>
    <dc:date>2022-10-12T06:39:18Z</dc:date>
    <item>
      <title>Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527512#M17920</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm Using LPSPI_s32k144 Example SPI Code, For Sending Data over the SPI the Below API is used in the code at--&amp;gt;LPSPI1_transmit_16bits(tx_16bits);/* Transmit half word (16 bits) on LPSPI1 */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Issue: What ever the Data/Value sending over the Above API or above Code(Ex Tx Data 0x08), Half of the Data only received on the Slave End(Ex Rx Data 0x04).&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;tx_16bits = 0x08;&lt;/P&gt;&lt;P&gt;LPSPI1_transmit_16bits(tx_16bits);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Received value at the Slave side: 0x04&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Similarly Tx Data-FFD0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Rx Data-7E80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give the Clarification on this issue, Why i'm getting this half of the Data/Value?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:05:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527512#M17920</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-09-26T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527871#M17942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Dilip1441,&lt;/P&gt;
&lt;P&gt;How did you configure the&amp;nbsp;CPHA and CPOL of slave device? Here you can refer to the signal captured by external logic analyze.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S32K144_Project_LPSPI CPHA1 CPOL0.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194869i13FDA781BFE10736/image-size/large?v=v2&amp;amp;px=999" role="button" title="S32K144_Project_LPSPI CPHA1 CPOL0.png" alt="S32K144_Project_LPSPI CPHA1 CPOL0.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 06:26:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527871#M17942</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-09-26T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527946#M17953</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for the Reply.&lt;/P&gt;&lt;P&gt;Actually Here the Master is S32K144 and Slave is Arduino uno,&lt;/P&gt;&lt;P&gt;Please fine the attachment for Arduino Uno Slave Code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sending Value from Master(S32k144) 0x06&lt;/P&gt;&lt;P&gt;Receiving Value on Slave(Arduino Uno) 0x03&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 07:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527946#M17953</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-09-26T07:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527969#M17959</link>
      <description>&lt;P&gt;Oh. Sorry. I don't know how the use&amp;nbsp;&lt;SPAN&gt;Arduino uno. Would you please check the setting of&amp;nbsp;&lt;A href="https://en.wikipedia.org/wiki/Serial_Peripheral_Interface" target="_self"&gt;Clock polarity and phase&lt;/A&gt; of your slave are same as S32K144?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1920px-SPI_timing_diagram2.svg.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/194886iA7BCEB3BC7F7D422/image-size/large?v=v2&amp;amp;px=999" role="button" title="1920px-SPI_timing_diagram2.svg.png" alt="1920px-SPI_timing_diagram2.svg.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 08:15:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1527969#M17959</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-09-26T08:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1528500#M17991</link>
      <description>Hi,&lt;BR /&gt;The Clock polarity and phase of Arduino uno is same as s32k144&lt;BR /&gt;but still i'm facing the issue.&lt;BR /&gt;Tx value 0x06&lt;BR /&gt;Rx value 0x03&lt;BR /&gt;&lt;BR /&gt;Please help me on this issue</description>
      <pubDate>Tue, 27 Sep 2022 03:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1528500#M17991</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-09-27T03:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1528555#M17994</link>
      <description>&lt;P&gt;May I ask if you have other slaves, such as a logic analyzer, to check the data sent by the S32K and upload pictures.&lt;BR /&gt;In addition, please try to use a logic analyzer to communicate with your slave Arduino uno to see if the data is sent and received normally.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 05:02:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1528555#M17994</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-09-27T05:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1535652#M18228</link>
      <description>&lt;P&gt;Hi, Now i'm using lspi_transfer_s32k144(SDK) Example Code, Using that code i'm trying to communicate LTC6813(ADC Board), Before Data Writing to the ADC Over the SPI, I need to Wakeup the ADC by CS Pin after that need to Write the Data.&lt;/P&gt;&lt;P&gt;But Unable to control the CS Pin Separately, Please check the below code, and PFA For the Required Wakeup Signal From Master-S32K144(Attached Screen shot signals are generated from Arduino Uno)&lt;/P&gt;&lt;P&gt;PINS_DRV_SetPinsDirection(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;PINS_DRV_SetPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;OSIF_TimeDelay(500);&lt;BR /&gt;PINS_DRV_ClearPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;OSIF_TimeDelay(500);&lt;/P&gt;&lt;P&gt;while(1)&lt;BR /&gt;{&lt;BR /&gt;LPSPI_DRV_MasterTransferBlocking(LPSPICOM1, tx, rx, 2, SPI_TIMEOUT);&lt;BR /&gt;OSIF_TimeDelay(5000);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;How to control the CS Pin Manually/General Purpose Output as well as CS Pin in SPI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me and do the Needful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;I'm Attaching the Screenshot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 12:44:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1535652#M18228</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-11T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1535900#M18234</link>
      <description>&lt;P&gt;When you configure PTB5 as LPSPI0_PCS0, ALT4 is selected for the MUX. If you want to use it as GPIO output, you may need to change the MUX to ALT1(PTB5). When you want to use it as CS pin, then you need to change MUX back to ALT4 again.&lt;/P&gt;
&lt;P&gt;Please have a try. Hope it helps.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PTB5 ALT4 LPSPI0_PCS0.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196454i565F75838FB89C13/image-size/large?v=v2&amp;amp;px=999" role="button" title="PTB5 ALT4 LPSPI0_PCS0.png" alt="PTB5 ALT4 LPSPI0_PCS0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 01:25:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1535900#M18234</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-10-12T01:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536013#M18239</link>
      <description>Hi, Thanks for the Reply.&lt;BR /&gt;&lt;BR /&gt;Is it possible to control the CS Pin Manually using below functions for specific pulse generation(For changing my slave from Sleep mode to Wakeup mode) before sending data over SPI.&lt;BR /&gt;&lt;BR /&gt;PINS_DRV_SetPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;PINS_DRV_ClearPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If it is possible please share the required steps</description>
      <pubDate>Wed, 12 Oct 2022 06:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536013#M18239</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T06:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536016#M18240</link>
      <description>If you want to use it as GPIO output, you may need to change the MUX to ALT1(PTB5). When you want to use it as CS pin, then you need to change MUX back to ALT4 again.&lt;BR /&gt;&lt;BR /&gt;Is there any API or Register for above changes So that over the code i'll control Single Pin as GPIO as well CS Pin as per my requirement</description>
      <pubDate>Wed, 12 Oct 2022 06:28:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536016#M18240</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T06:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536027#M18242</link>
      <description>&lt;P&gt;One more Query,&lt;/P&gt;&lt;P&gt;After Sending the Complete data over the SPI Only the CS Pin State need to change like below attached Format.&lt;/P&gt;&lt;P&gt;but in our example code if i'm sending 2 bytes of data using below code&lt;/P&gt;&lt;P&gt;uint8_t tx[2] = {0x25, 0x30};&lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterTransferBlocking(LPSPICOM1, tx, rx, 2, SPI_TIMEOUT);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CS Pin state is changing(one time low to high) after sending every 1 byte&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i want after completion of complete data sending only the CS Pin State need to change&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 06:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536027#M18242</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T06:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536034#M18243</link>
      <description>&lt;P&gt;Have you tried the&amp;nbsp;&lt;STRONG&gt;PINS_DRV_SetMuxModeSel&lt;/STRONG&gt; mentioned in my last reply?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PINS_DRV_SetMuxModeSel(PTB,5U,PORT_MUX_AS_GPIO);
PINS_DRV_SetPinsDirection(PTB,(1 &amp;lt;&amp;lt; 5));
PINS_DRV_SetPins(PTB,(1 &amp;lt;&amp;lt; 5));
OSIF_TimeDelay(500);
PINS_DRV_ClearPins(PTB,(1 &amp;lt;&amp;lt; 5));
OSIF_TimeDelay(500);
PINS_DRV_SetMuxModeSel(PTB,5U,PORT_MUX_ALT4);&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Oct 2022 06:52:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536034#M18243</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-10-12T06:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536051#M18244</link>
      <description>&lt;P&gt;Did you enabled &lt;STRONG&gt;PCS continuous&lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PCS continuous.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196474iCB532DD815DD8D02/image-size/large?v=v2&amp;amp;px=999" role="button" title="PCS continuous.png" alt="PCS continuous.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:03:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536051#M18244</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-10-12T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536079#M18245</link>
      <description>I didn't enabled PCS continuous-is it required?</description>
      <pubDate>Wed, 12 Oct 2022 07:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536079#M18245</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T07:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536084#M18247</link>
      <description>&lt;P&gt;According to your previous description, you should choose &lt;STRONG&gt;Continuous mode：&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AN5320 Continuous mode.png" style="width: 923px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196478i2E9B8F2E83856FBE/image-size/large?v=v2&amp;amp;px=999" role="button" title="AN5320 Continuous mode.png" alt="AN5320 Continuous mode.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 07:47:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536084#M18247</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-10-12T07:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536102#M18249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the Reply.&lt;/P&gt;&lt;P&gt;Added below code in my project and enabled PCS Continuous.&lt;/P&gt;&lt;P&gt;PINS_DRV_SetMuxModeSel(PTB,5U,PORT_MUX_AS_GPIO);&lt;BR /&gt;PINS_DRV_SetPinsDirection(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;PINS_DRV_SetPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;OSIF_TimeDelay(500);&lt;BR /&gt;PINS_DRV_ClearPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;BR /&gt;OSIF_TimeDelay(500);&lt;BR /&gt;PINS_DRV_SetMuxModeSel(PTB,5U,PORT_MUX_ALT4);&lt;/P&gt;&lt;P&gt;while(1)&lt;BR /&gt;{&lt;BR /&gt;LPSPI_DRV_MasterTransferBlocking(LPSPICOM1, tx, rx, 2, SPI_TIMEOUT);&lt;BR /&gt;OSIF_TimeDelay(5000);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PFA For the Captured Wave Forms.&lt;/P&gt;&lt;P&gt;1.PCS Continuous is Working fine.&lt;/P&gt;&lt;P&gt;2.PTB-5 is not Working as we expected as per above code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you please guide me the Required Steps for this Requirement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 08:26:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536102#M18249</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T08:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536142#M18250</link>
      <description>&lt;P&gt;Sorry.&amp;nbsp;&lt;STRONG&gt;PINS_DRV_SetMuxModeSel&lt;/STRONG&gt; should use&amp;nbsp;&lt;STRONG&gt;PORT_Type&lt;/STRONG&gt;&lt;BR /&gt;Please have a try:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;PINS_DRV_SetMuxModeSel&lt;/STRONG&gt;(&lt;STRONG&gt;PORTB&lt;/STRONG&gt;,5U,PORT_MUX_AS_GPIO);&lt;BR /&gt;&lt;EM&gt;PINS_DRV_SetPinsDirection(PTB,(1 &amp;lt;&amp;lt; 5));&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PINS_DRV_SetPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;OSIF_TimeDelay(500);&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PINS_DRV_ClearPins(PTB,(1 &amp;lt;&amp;lt; 5));&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;OSIF_TimeDelay(500);&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;PINS_DRV_SetMuxModeSel&lt;/STRONG&gt;(&lt;STRONG&gt;PORTB&lt;/STRONG&gt;,5U,PORT_MUX_ALT4);&lt;/P&gt;
&lt;P&gt;I did not debug it, so not sure whether your code works.&amp;nbsp;&lt;BR /&gt;About the&amp;nbsp;&lt;STRONG&gt;PINS_DRV_SetMuxModeSel&lt;/STRONG&gt;, please check if the MUX value of &lt;STRONG&gt;PORTB_PCR&lt;/STRONG&gt;[5] is change during debug.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 08:52:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536142#M18250</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2022-10-12T08:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536154#M18251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the Reply.&lt;/P&gt;&lt;P&gt;Modified the Code as per your Guidance thanks for your support.&lt;/P&gt;&lt;P&gt;PTB-5 is working fine as we expected(GPIO and CS).&lt;/P&gt;&lt;P&gt;But one unknown observation is there before expected Result may be that is due to Pin Mode Changings.&lt;/P&gt;&lt;P&gt;Can you please check the attached Screenshots once and please guide me to overcome that unknown state changes.&lt;/P&gt;&lt;P&gt;Before attaching our code also(Using Direct Example code without any changes) also i observed that state change in SCK pin.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 09:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536154#M18251</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T09:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536160#M18253</link>
      <description>How to overcome that unknown state changes in CS pin also in SCK pin.</description>
      <pubDate>Wed, 12 Oct 2022 09:13:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536160#M18253</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-12T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Half Word Sending Issue in SPI Code</title>
      <link>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536777#M18279</link>
      <description>Hi, Can you please check the above Query and Please suggest me to overcome that issue.</description>
      <pubDate>Thu, 13 Oct 2022 04:30:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Half-Word-Sending-Issue-in-SPI-Code/m-p/1536777#M18279</guid>
      <dc:creator>Dilip1441</dc:creator>
      <dc:date>2022-10-13T04:30:57Z</dc:date>
    </item>
  </channel>
</rss>

