<?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 s32k142 LPSPI interrupt in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1202773#M2007</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;iam currently working with S32K142 , i had written LPSPI driver for SDCARD it is working fine.&lt;/P&gt;&lt;P&gt;i implemented it as a polling method.&lt;/P&gt;&lt;P&gt;Now i want to change as interrupt method.&lt;/P&gt;&lt;P&gt;can you please guide us how do i change my code to interrupt method.&lt;/P&gt;&lt;P&gt;Note: By changing interrupt method can i detect sdcard/slave present and if sdcard not present the processor wont halt at LPSPI driver ?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 04:51:21 GMT</pubDate>
    <dc:creator>Teja114</dc:creator>
    <dc:date>2020-12-22T04:51:21Z</dc:date>
    <item>
      <title>s32k142 LPSPI interrupt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1202773#M2007</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;iam currently working with S32K142 , i had written LPSPI driver for SDCARD it is working fine.&lt;/P&gt;&lt;P&gt;i implemented it as a polling method.&lt;/P&gt;&lt;P&gt;Now i want to change as interrupt method.&lt;/P&gt;&lt;P&gt;can you please guide us how do i change my code to interrupt method.&lt;/P&gt;&lt;P&gt;Note: By changing interrupt method can i detect sdcard/slave present and if sdcard not present the processor wont halt at LPSPI driver ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 04:51:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1202773#M2007</guid>
      <dc:creator>Teja114</dc:creator>
      <dc:date>2020-12-22T04:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: s32k142 LPSPI interrupt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1205305#M2020</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately we don’t have an specific example of the LPSPI in interrupt however you can use as reference examples from other devices to implement it on the S32K1xx. I suggest you to use as reference the LPSPI examples from the I.MX RT1050, this device uses a similar SPI module.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can enable the interruptions at the Interrupt Enable Register (IER).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Omar&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 18:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1205305#M2020</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2020-12-30T18:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: s32k142 LPSPI interrupt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1205455#M2021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/169053"&gt;@Omar_Anguiano&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;just i went to the link.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got some reference codes but it is difficulty to understand so is there any code having PDL (Peripheral Driver Library)&lt;/P&gt;&lt;P&gt;having register names directly with out having the API'S&amp;nbsp; just send me the link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 08:37:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1205455#M2021</guid>
      <dc:creator>Teja114</dc:creator>
      <dc:date>2020-12-31T08:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: s32k142 LPSPI interrupt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1207068#M2024</link>
      <description>&lt;P&gt;Unfortunately, there is no library with the direct register names. Inside each function of the API, you can find which registers are set or cleared. On the i.mxrt1050 I suggest you use the example lpspi_interrupt for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have more questions do not hesitate to ask me.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Omar&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 20:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1207068#M2024</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2021-01-05T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: s32k142 LPSPI interrupt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1207231#M2025</link>
      <description>&lt;P&gt;Thanks alot...&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 03:56:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32k142-LPSPI-interrupt/m-p/1207231#M2025</guid>
      <dc:creator>Teja114</dc:creator>
      <dc:date>2021-01-06T03:56:21Z</dc:date>
    </item>
  </channel>
</rss>

