<?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>S32 Design StudioのトピックS32k144 LPSPI</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032721#M6061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a question about LPSPI module in S32DS.&lt;/P&gt;&lt;P&gt;In S32DS code, there is a function: LPSPI_DRV_MasterTransferBlocking, it includes both transmission and reception.&lt;/P&gt;&lt;P&gt;But I just only need transmission or reception.&lt;/P&gt;&lt;P&gt;How to use the function?&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2020 05:29:36 GMT</pubDate>
    <dc:creator>wanglijun</dc:creator>
    <dc:date>2020-03-16T05:29:36Z</dc:date>
    <item>
      <title>S32k144 LPSPI</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032721#M6061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a question about LPSPI module in S32DS.&lt;/P&gt;&lt;P&gt;In S32DS code, there is a function: LPSPI_DRV_MasterTransferBlocking, it includes both transmission and reception.&lt;/P&gt;&lt;P&gt;But I just only need transmission or reception.&lt;/P&gt;&lt;P&gt;How to use the function?&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 05:29:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032721#M6061</guid>
      <dc:creator>wanglijun</dc:creator>
      <dc:date>2020-03-16T05:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32k144 LPSPI</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032722#M6062</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;when SPI master transmits a data, SPI slave sends a data back to master at the same time. This is a nature of the SPI interface. So, when you want to only transmit a data by master, you will always receive data from slave. You can just disregard such data. When you want to receive a data from slave, master must send some data to slave, so the slave can send the data back. Solution for this is to send a dummy data to slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 06:26:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032722#M6062</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-03-16T06:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32k144 LPSPI</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032723#M6063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lukas,&lt;/P&gt;&lt;P&gt;Thank you for the replying!&lt;/P&gt;&lt;P&gt;If I only want to receive the data, how the function should be called?&lt;/P&gt;&lt;P&gt;Additionally, If I want to receive by DMA, which function should be called?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 08:39:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032723#M6063</guid>
      <dc:creator>wanglijun</dc:creator>
      <dc:date>2020-03-16T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: S32k144 LPSPI</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032724#M6064</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;If you want to receive a data from slave, you need to transmit dummy data (like 0xFF), so the slave can clock out the data.&lt;/P&gt;&lt;P&gt;There's an example lpspi_dma:&lt;/P&gt;&lt;P&gt;c:\NXP\S32DS_ARM_v2.2\S32DS\software\S32SDK_S32K1xx_RTM_3.0.0\examples\S32K144\driver_examples\communication\lpspi_dma\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 07:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32k144-LPSPI/m-p/1032724#M6064</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-03-18T07:49:47Z</dc:date>
    </item>
  </channel>
</rss>

