<?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 Re: S32K3 SPD DMA in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2129077#M50609</link>
    <description>&lt;P&gt;&lt;A href="mailto:Hi@Neo1096" target="_blank"&gt;Hi@Neo1096&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I haven't received a response from the internal forum yet, thank you for your patience.&lt;/P&gt;
&lt;P&gt;Update data:7/7/2025.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jul 2025 06:57:28 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2025-07-07T06:57:28Z</dc:date>
    <item>
      <title>S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2121214#M50142</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I use RTD400 and SPD105, and the development board is the S32K312 144P development board&lt;/P&gt;&lt;P&gt;I added the FCCU module to the tested UART+DMA program without making any Settings. Even if the header file is not referenced and the FCCU part is not initialized in the code, the program will die at Clock_Ip_SetWaitStates&lt;/P&gt;&lt;P&gt;I added the uart module normally in the tested SPD module program (including RAM and flash injection errors), and then added the DMA module without making any Settings. Even if the header file and the initialization Fdma part are not referenced in the code, the program will still be in the function Clock_Ip_SetWaitStates(); Then it enters a hardware error interrupt.&lt;/P&gt;&lt;P&gt;I uploaded the code of UART+DMA without adding the FCCU module, and it can run normally. However, after adding it, there will be a hardware error in the clock initialization program. What could be the reason for this and how can this problem be solved?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 07:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2121214#M50142</guid>
      <dc:creator>Neo1096</dc:creator>
      <dc:date>2025-06-23T07:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2121337#M50154</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Neo1096&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;First,I tested the project you provided, and I did not encounter the problem you mentioned. Can you provide more information and whether some changes are needed?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Secondly, the SPD version corresponding to 4.0.0 P24 should be 1.0.4. You can try to install version 1.0.4 and try again&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1750671995090.png" style="width: 757px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344175i36EC2705EDCABCEA/image-dimensions/757x407?v=v2" width="757" height="407" role="button" title="Senlent_0-1750671995090.png" alt="Senlent_0-1750671995090.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 09:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2121337#M50154</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-23T09:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2121861#M50178</link>
      <description>&lt;P&gt;The code I uploaded before can run. Adding the FCCU module separately will cause the operation to fail.&lt;/P&gt;&lt;P&gt;I re-uploaded two copies of the code.&lt;/P&gt;&lt;P&gt;A file that can run correctly tests RAM and FLASH injection errors based on the SPD104 version. (S32K312_SPD104)&lt;/P&gt;&lt;P&gt;Another one cannot run correctly. It is to add the DMA+UART part additionally in the previous code, which will be in Clock_Ip_SetWaitStates(); Enter the hardware interrupt (S32K312_SPD104_DMA_UART)&lt;/P&gt;&lt;P&gt;Please have a look. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 05:38:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2121861#M50178</guid>
      <dc:creator>Neo1096</dc:creator>
      <dc:date>2025-06-24T05:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2122136#M50195</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Neo1096" target="_blank"&gt;Hi@Neo1096&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I encountered your problem when testing the project "S32K312_SPD104_DMA_UART" you provided.&lt;/P&gt;
&lt;P&gt;I haven't found the reason yet, but in theory, if your settings are the same as "S32K312_SPD104", there shouldn't be such a problem.&lt;/P&gt;
&lt;P&gt;I will try to modify your code in "S32K312_SPD104" tomorrow.&lt;/P&gt;
&lt;P&gt;It will take some time, and you may have modified the startup file.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 10:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2122136#M50195</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-24T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2122954#M50235</link>
      <description>&lt;P&gt;I added some code in exceptions.c under the Startup_Code folder, mainly to handle the hardware errors caused by error injection. The other parts remain unchanged.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neo1096_0-1750839778075.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344578i8427ECEFDED83F0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neo1096_0-1750839778075.png" alt="Neo1096_0-1750839778075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 08:23:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2122954#M50235</guid>
      <dc:creator>Neo1096</dc:creator>
      <dc:date>2025-06-25T08:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2123009#M50239</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Ne01096" target="_blank"&gt;Hi@Ne01096&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This may be a bug, I need to confirm with the design team if I have overlooked something.&lt;/P&gt;
&lt;P&gt;The current situation is that as long as I add the DMA module, it will enter hardfalut when initializing the clock.&lt;/P&gt;
&lt;P&gt;I have tested it in different versions and the results are the same.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 09:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2123009#M50239</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-25T09:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2125322#M50359</link>
      <description>Has there been any progress？</description>
      <pubDate>Mon, 30 Jun 2025 05:24:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2125322#M50359</guid>
      <dc:creator>Neo1096</dc:creator>
      <dc:date>2025-06-30T05:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2125329#M50361</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Neo1096&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I pushed again this morning, but I haven't received any response from the internal forum yet.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 05:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2125329#M50361</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-06-30T05:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2129077#M50609</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Neo1096" target="_blank"&gt;Hi@Neo1096&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I haven't received a response from the internal forum yet, thank you for your patience.&lt;/P&gt;
&lt;P&gt;Update data:7/7/2025.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 06:57:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2129077#M50609</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-07T06:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2133877#M50907</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Neo1096" target="_blank"&gt;Hi@Neo1096&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I haven't received a response from the internal forum yet, thank you for your patience.&lt;/P&gt;
&lt;P&gt;Update data:15/7/2025.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 07:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2133877#M50907</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-15T07:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2139092#M51232</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Neo1096&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The internal team has reproduced the problem and is currently eliminating possible causes.&lt;/P&gt;
&lt;P&gt;Update time : 7/23/2025.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 07:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2139092#M51232</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-23T07:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2139734#M51264</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Neo1096&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;We found the cause of the problem. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;This is because of the configuration problem of the link file provided by S32 DS. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;We replaced the link file in the SPD package with that in S32 DS, and this problem can be &lt;/FONT&gt;&lt;FONT size="2"&gt;solved. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;So please refer to the link file in the attachment for further testing.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 02:37:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2139734#M51264</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-24T02:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2143102#M51449</link>
      <description>&lt;P&gt;Could you provide the icf file? I need to use it in IAR&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 02:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2143102#M51449</guid>
      <dc:creator>Neo1096</dc:creator>
      <dc:date>2025-07-30T02:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2143105#M51450</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;Neo1096&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Sorry, we cannot support IAR, you can refer to the link file we provide to modify it.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 02:50:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2143105#M51450</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2025-07-30T02:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K3 SPD DMA</title>
      <link>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2165904#M52530</link>
      <description>&lt;P&gt;I encountered a similar problem. It works when I use &lt;STRONG&gt;UART Interrupt mode &lt;/STRONG&gt;of S32K312, but it enter &lt;STRONG&gt;HardFault_Handler&lt;/STRONG&gt;(), when I running &lt;STRONG&gt;Lpuart_Uart_Ip_AsyncSend&lt;/STRONG&gt;() or&amp;nbsp;&lt;STRONG&gt;Lpuart_Uart_Ip_AsyncReceive&lt;/STRONG&gt;()&amp;nbsp; after&amp;nbsp;Dma_Ip_Init() and&amp;nbsp;Rm_Init().&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 12:25:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K3-SPD-DMA/m-p/2165904#M52530</guid>
      <dc:creator>gan89557</dc:creator>
      <dc:date>2025-09-09T12:25:24Z</dc:date>
    </item>
  </channel>
</rss>

