<?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: SPI Driver question in S32K</title>
    <link>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990016#M5802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration looks fine. Can you share your project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2019 07:10:53 GMT</pubDate>
    <dc:creator>razva_tilimpea</dc:creator>
    <dc:date>2019-12-18T07:10:53Z</dc:date>
    <item>
      <title>SPI Driver question</title>
      <link>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990015#M5801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;ProcessorExpert.pe：&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96956i46539E5741579A29/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96957i1EACE107642B23B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code：&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterInit(LPSPICOM1,&amp;amp;lpspiCom1State,&amp;amp;lpspiCom1_MasterConfig0);&lt;BR /&gt; LPSPI_DRV_MasterSetDelay(LPSPICOM1,10,10,10);&lt;/P&gt;&lt;P&gt;unsigned char test_rx[4];&lt;BR /&gt; unsigned char test_tx[4] = {0x33,0x55,0xaa,0xcc};&lt;BR /&gt; LPSPI_DRV_MasterTransferBlocking(LPSPICOM1,&amp;amp;test_tx[0],&amp;amp;test_rx[0],4,1000);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Result（use Kingst Logic Analyzer tool）: OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96958iF674C93F43FBB47A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but,i use&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ProcessorExpert.pe：&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96959iC2F2F49A2FA37541/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96960i9BBB30349256D8F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;&lt;STRONG&gt;Code：&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;LPSPI_DRV_MasterInit(LPSPICOM1,&amp;amp;lpspiCom1State,&amp;amp;lpspiCom1_MasterConfig0);&lt;BR /&gt;LPSPI_DRV_MasterSetDelay(LPSPICOM1,10,10,10);&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;unsigned char test_rx[4];&lt;BR /&gt;unsigned char test_tx[4] = {0x33,0x55,0xaa,0xcc};&lt;BR /&gt;LPSPI_DRV_MasterTransferBlocking(LPSPICOM1,&amp;amp;test_tx[0],&amp;amp;test_rx[0],4,1000);&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;&lt;STRONG&gt;Result（use Kingst Logic Analyzer tool）: NOK&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/96961i31470AA5A537270C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: 400;"&gt;&lt;STRONG&gt;So,why is this happening? Are there any configuration issues？&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 09:05:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990015#M5801</guid>
      <dc:creator>liuruowen</dc:creator>
      <dc:date>2019-12-17T09:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Driver question</title>
      <link>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990016#M5802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuration looks fine. Can you share your project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Razvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2019 07:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990016#M5802</guid>
      <dc:creator>razva_tilimpea</dc:creator>
      <dc:date>2019-12-18T07:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: SPI Driver question</title>
      <link>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990017#M5803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I have found the problem&amp;nbsp;because&amp;nbsp;the MISO port of the DEMO board is damaged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Thank you！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 00:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/SPI-Driver-question/m-p/990017#M5803</guid>
      <dc:creator>liuruowen</dc:creator>
      <dc:date>2019-12-20T00:56:22Z</dc:date>
    </item>
  </channel>
</rss>

