<?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 SDKのトピックRe: lpspi component Master configuration</title>
    <link>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006972#M1403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi 王 从伟 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Similar as only sending, you can only receive, but you have to pass NULL to the parameter of sendBuffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;LPSPI_DRV_MasterTransferBlocking(SEND, NULL, &amp;amp;masterDataReceive, BUFFER_SIZE, TIMEOUT);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jorge Alcala&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Dec 2019 00:24:41 GMT</pubDate>
    <dc:creator>jorge_a_vazquez</dc:creator>
    <dc:date>2019-12-11T00:24:41Z</dc:date>
    <item>
      <title>lpspi component Master configuration</title>
      <link>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006969#M1400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I run example 'lpspi_transfer_s32k118'&amp;nbsp;project , transfer one byte, will product twice interrupts 'void LPSPI0_IRQHandler(void)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question : How to send byte in main-loop, and receive SPI data in ISR&amp;nbsp;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;void LPSPI0_IRQHandler(void)'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(purpose : only once go to ISR.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2019 08:21:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006969#M1400</guid>
      <dc:creator>dearwww2000</dc:creator>
      <dc:date>2019-12-04T08:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi component Master configuration</title>
      <link>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006970#M1401</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;The SDK example uses the LPSPI_DRV_MasterTransferBlocking API function, this will set the interrupt mode for the &lt;STRONG&gt;transmission&lt;/STRONG&gt; and the &lt;STRONG&gt;reception&lt;/STRONG&gt;, these represent two interruptions. If you want to trigger only one time the interruptions when you send, you could set NULL the reception buffer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPSPI_DRV_MasterTransferBlocking(SEND, &amp;amp;masterDataSend, &lt;STRONG&gt;NULL&lt;/STRONG&gt;, BUFFER_SIZE, TIMEOUT);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you pass null, the received bytes are ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jorge Alcala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2019 23:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006970#M1401</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-12-05T23:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi component Master configuration</title>
      <link>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006971#M1402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;STRONG class="" style="color: #646464; background-color: #ffffff; border: 0px; font-weight: 200; font-size: 1.286rem; padding: 0px 0px 0px 30px;"&gt;&lt;SPAN class="" style="border: 0px; font-weight: inherit; font-size: 18.004px;"&gt;Jorge Antonio Alcala Vazquez&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need only reception interrupt to get the slave-chip response word.&lt;/P&gt;&lt;P&gt;So I don't need send word interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't known how to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2019 06:54:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006971#M1402</guid>
      <dc:creator>dearwww2000</dc:creator>
      <dc:date>2019-12-10T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: lpspi component Master configuration</title>
      <link>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006972#M1403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hi 王 从伟 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Similar as only sending, you can only receive, but you have to pass NULL to the parameter of sendBuffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;LPSPI_DRV_MasterTransferBlocking(SEND, NULL, &amp;amp;masterDataReceive, BUFFER_SIZE, TIMEOUT);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Jorge Alcala&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2019 00:24:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/lpspi-component-Master-configuration/m-p/1006972#M1403</guid>
      <dc:creator>jorge_a_vazquez</dc:creator>
      <dc:date>2019-12-11T00:24:41Z</dc:date>
    </item>
  </channel>
</rss>

