<?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中的主题 Re: s32k312 develop error</title>
    <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104793#M49219</link>
    <description>Thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;When I checked, all I needed was an IRQ pin, not a time interrupt. It doesn't matter if I just use it as a GPIO input, right?</description>
    <pubDate>Tue, 27 May 2025 04:21:02 GMT</pubDate>
    <dc:creator>LEEYM</dc:creator>
    <dc:date>2025-05-27T04:21:02Z</dc:date>
    <item>
      <title>s32k312 develop error</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104248#M49180</link>
      <description>&lt;P&gt;&lt;SPAN&gt;During the development of the s32k312 example, in the header file of Siul2_port_ip_cfg.h&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/*! @brief Defines for user pin and port configurations */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;at the bottom of the sentence&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPSPI2SCK_PIN 13u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPSPI2SCK_PORT PTB_H_HALF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPSPI2CS0_PIN 9u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define LPSPI2CS0_PORT PTB_H_HALF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D13SOUT_PIN 2u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D13SOUT_PORT PTE_L_HALF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D12CLK_PIN 8u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D12CLK_PORT PTC_L_HALF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D14CS0_PIN 0u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D14CS0_PORT PTB_L_HALF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D3SIN_PIN 0u&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define D3SIN_PORT PTE_L_HALF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Verified pin port definitions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it should be automatically generated if I newly define the pin and proceed with the update code, but I don't know why it's not generated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, where can I refer to the pin port that I mean here? I can't find it no matter how much I look it up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It doesn't match the pin number from PINS..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me, experts&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 08:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104248#M49180</guid>
      <dc:creator>LEEYM</dc:creator>
      <dc:date>2025-05-26T08:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 develop error</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104710#M49215</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Once you fill in the &lt;STRONG&gt;Identifier&lt;/STRONG&gt;, the &lt;STRONG&gt;&lt;EM&gt;S32 Configuration Tool&lt;/EM&gt; &lt;/STRONG&gt;will automatically generate these defines in Siul2_port_ip_cfg.h.&lt;BR /&gt;The corresponding &lt;STRONG&gt;PGPDO&lt;/STRONG&gt;x registers can be found in /generate/include/Siul2_Dio_Ip_Cfg.h.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Siul2_port_ip_cfg Identifier Label.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339786iF93A6AB33DA2485E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Siul2_port_ip_cfg Identifier Label.png" alt="Siul2_port_ip_cfg Identifier Label.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&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>Tue, 27 May 2025 02:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104710#M49215</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2025-05-27T02:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 develop error</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104716#M49216</link>
      <description>&lt;P&gt;Thanks your Replying Robin_Shen&lt;/P&gt;&lt;P&gt;AND I have more question in S32DS IDE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. I want to do spi communication, but I want to put a timer interrupt on the master side for touch sensor use, but I don't know the function, so how can I check this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Also, regarding the IDE function, I was wondering where can I find the reference? I need to access the register to just write the C language, but I don't have time for that..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I look forward to hearing from you again, thank you Robinshen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 02:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104716#M49216</guid>
      <dc:creator>LEEYM</dc:creator>
      <dc:date>2025-05-27T02:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 develop error</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104728#M49217</link>
      <description>&lt;P&gt;Here is a brief introduction to the PIT timer and how to use the function in RTD.&lt;BR /&gt;If you have installed S32K3 RTD, examples can be found by clicking File -&amp;gt; New -&amp;gt; S32DS Project From Example&lt;/P&gt;
&lt;P&gt;As you know, S32K3 has many derivatives, so to reduce effort, in the most recent RTD releases we only provide examples for K344, K358, and K396.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S32K3xx PIT and STM with RTD - Training.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339788i5E72024B4F236889/image-size/large?v=v2&amp;amp;px=999" role="button" title="S32K3xx PIT and STM with RTD - Training.png" alt="S32K3xx PIT and STM with RTD - Training.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 02:45:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104728#M49217</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2025-05-27T02:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 develop error</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104793#M49219</link>
      <description>Thank you for your answer.&lt;BR /&gt;&lt;BR /&gt;When I checked, all I needed was an IRQ pin, not a time interrupt. It doesn't matter if I just use it as a GPIO input, right?</description>
      <pubDate>Tue, 27 May 2025 04:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104793#M49219</guid>
      <dc:creator>LEEYM</dc:creator>
      <dc:date>2025-05-27T04:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: s32k312 develop error</title>
      <link>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104864#M49223</link>
      <description>&lt;P&gt;Did you download the&amp;nbsp;08_S32K3xx_PIT_and_STM_with_RTD_Training.zip?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="08_S32K3xx_PIT_and_STM_with_RTD_Training.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339827iBFB3349161016227/image-size/large?v=v2&amp;amp;px=999" role="button" title="08_S32K3xx_PIT_and_STM_with_RTD_Training.png" alt="08_S32K3xx_PIT_and_STM_with_RTD_Training.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;By the way, there are Gpt examples in S32K3 RTD 5.0.0, for example: Pit_Gpt_Ip_Example_S32K344&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pit_Gpt_Ip_Example_S32K344 RTD5.0.0.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339828i0B7673EB244129D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pit_Gpt_Ip_Example_S32K344 RTD5.0.0.png" alt="Pit_Gpt_Ip_Example_S32K344 RTD5.0.0.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 05:59:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k312-develop-error/m-p/2104864#M49223</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2025-05-27T05:59:40Z</dc:date>
    </item>
  </channel>
</rss>

