<?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のトピックs32ds spi intterupt request</title>
    <link>https://community.nxp.com/t5/S32K/s32ds-spi-intterupt-request/m-p/2333152#M57327</link>
    <description>&lt;P&gt;hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using s32k314 mcu, and s32ds 3.6.1 version. RTD is 4.0.0&lt;/P&gt;&lt;P&gt;and i don't use mcal, and autosar. i only can use low drivers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. To use SPI interrupts, do I need to add Dma_Ip to the drivers in S32DS Peripherals? Can I use it by adding only Intctrl_Ip without Dma_Ip?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. if i can use spi interrupt without Dma_Ip, how i can find callback function? and how i set callback function name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Mar 2026 01:28:43 GMT</pubDate>
    <dc:creator>rlaxortn</dc:creator>
    <dc:date>2026-03-16T01:28:43Z</dc:date>
    <item>
      <title>s32ds spi intterupt request</title>
      <link>https://community.nxp.com/t5/S32K/s32ds-spi-intterupt-request/m-p/2333152#M57327</link>
      <description>&lt;P&gt;hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using s32k314 mcu, and s32ds 3.6.1 version. RTD is 4.0.0&lt;/P&gt;&lt;P&gt;and i don't use mcal, and autosar. i only can use low drivers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. To use SPI interrupts, do I need to add Dma_Ip to the drivers in S32DS Peripherals? Can I use it by adding only Intctrl_Ip without Dma_Ip?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. if i can use spi interrupt without Dma_Ip, how i can find callback function? and how i set callback function name?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 01:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32ds-spi-intterupt-request/m-p/2333152#M57327</guid>
      <dc:creator>rlaxortn</dc:creator>
      <dc:date>2026-03-16T01:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: s32ds spi intterupt request</title>
      <link>https://community.nxp.com/t5/S32K/s32ds-spi-intterupt-request/m-p/2333332#M57341</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I checked the non-AUTOSAR MCAL version of &lt;STRONG&gt;Lpspi&lt;/STRONG&gt;, and it seems the &lt;STRONG&gt;S32 Configuration Tool&lt;/STRONG&gt; does not support configuring callback of LPSPI.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest referring to the following sections in &lt;STRONG&gt;RTD_SPI_UM.pdf&lt;/STRONG&gt;:&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;6.4.4.1 Lpspi_Ip_CallbackType&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;6.4.5.1 Lpspi_Ip_EventType&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;6.4.6.4 Lpspi_Ip_AsyncTransmit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The Handler's name needs to be filled in &lt;STRONG&gt;IntCtrl_Ip&lt;/STRONG&gt;, for example, &lt;STRONG&gt;Lpspi_Ip_LPSPI_0_IRQHandler&lt;/STRONG&gt;.&amp;nbsp;The name can be found in /RTD/src/Lpspi_Ip_Irq.c.&lt;/P&gt;
&lt;P&gt;The name of the LPSPI callback is mentioned in "&lt;STRONG&gt;6.3 Calls to Notification Functions, Callbacks, Callouts&lt;/STRONG&gt;" &lt;STRONG&gt;of RTD_SPI_IM.pdf&lt;/STRONG&gt;:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6.3 Calls to Notification Functions, Callbacks, Callouts RTD_SPI_IM.png" style="width: 822px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/379344i070B718EBB392D29/image-size/large?v=v2&amp;amp;px=999" role="button" title="6.3 Calls to Notification Functions, Callbacks, Callouts RTD_SPI_IM.png" alt="6.3 Calls to Notification Functions, Callbacks, Callouts RTD_SPI_IM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;RTD_SPI_UM.pdf&lt;/STRONG&gt; and &lt;STRONG&gt;RTD_SPI_IM.pdf&lt;/STRONG&gt; are located at: C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32K3\RTD\Spi_TS_T40D34M40I0R0\doc\&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 07:54:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32ds-spi-intterupt-request/m-p/2333332#M57341</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2026-03-16T07:54:51Z</dc:date>
    </item>
  </channel>
</rss>

