<?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のトピックS32k SPI using Interrupt</title>
    <link>https://community.nxp.com/t5/S32K/S32k-SPI-using-Interrupt/m-p/1560191#M19099</link>
    <description>&lt;P&gt;Hello for my student project, i need to communicate with an RF chip using SPI. I used the polling method, mentioned in the cookbook examples to build my code. Unfortunately, this is not efficient and i am getting wrong results in continuous run. Is there any examples available on SPI Interrupt non-SDK. I enabled the IER in SPI for&amp;nbsp; RDIE and TDIE, but is a little bit confused regarding the definition of the handler, so i used only RDIE, but it was not working properly. I need to read 2 bytes in the recieve for getting the result. Attached code below for reference. *Sorry its incomplete due to some modifications. Kindly help me.&lt;/P&gt;</description>
    <pubDate>Sun, 27 Nov 2022 17:16:24 GMT</pubDate>
    <dc:creator>Adhi_11</dc:creator>
    <dc:date>2022-11-27T17:16:24Z</dc:date>
    <item>
      <title>S32k SPI using Interrupt</title>
      <link>https://community.nxp.com/t5/S32K/S32k-SPI-using-Interrupt/m-p/1560191#M19099</link>
      <description>&lt;P&gt;Hello for my student project, i need to communicate with an RF chip using SPI. I used the polling method, mentioned in the cookbook examples to build my code. Unfortunately, this is not efficient and i am getting wrong results in continuous run. Is there any examples available on SPI Interrupt non-SDK. I enabled the IER in SPI for&amp;nbsp; RDIE and TDIE, but is a little bit confused regarding the definition of the handler, so i used only RDIE, but it was not working properly. I need to read 2 bytes in the recieve for getting the result. Attached code below for reference. *Sorry its incomplete due to some modifications. Kindly help me.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 17:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k-SPI-using-Interrupt/m-p/1560191#M19099</guid>
      <dc:creator>Adhi_11</dc:creator>
      <dc:date>2022-11-27T17:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32k SPI using Interrupt</title>
      <link>https://community.nxp.com/t5/S32K/S32k-SPI-using-Interrupt/m-p/1560586#M19111</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206822"&gt;@Adhi_11&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Unfortunately, we don't have an LPSPI Interrupt non-SDK example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see any interrupt handler in the project.&lt;/P&gt;
&lt;P&gt;Also, it seems like you did not enable the interrupt in NVIC.&lt;/P&gt;
&lt;P&gt;You can refer to the UART example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K116-LPUART-LIN-Slave-TXRX-ISR-S32DS-ARM-2-2/ta-p/1128538" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K116-LPUART-LIN-Slave-TXRX-ISR-S32DS-ARM-2-2/ta-p/1128538&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is only one handler for each module.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1669635430658.png" style="width: 648px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/201904i2EE481F3561765ED/image-dimensions/648x114?v=v2" width="648" height="114" role="button" title="danielmartynek_0-1669635430658.png" alt="danielmartynek_0-1669635430658.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You need to read the flags in that handler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 11:38:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k-SPI-using-Interrupt/m-p/1560586#M19111</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-11-28T11:38:06Z</dc:date>
    </item>
  </channel>
</rss>

